Skip to content

Releases: AbsaOSS/ABRiS

ABRiS 6.4.1

30 Apr 07:07
Compare
Choose a tag to compare

Tickets

  • Add support for Apache Spark 4.0.0-SNAPSHOT with fewer exceptions by @ni-mi in #358

Other

New Contributors

Full Changelog: v6.4.0...v6.4.1

ABRiS 6.4.0

06 Feb 09:58
Compare
Choose a tag to compare

Tickets

  • Handle malformed records by providing a PermissiveRecordExceptionHandler by @willianmrs in #328
  • Support upcoming constructor change in Spark 3.5.1-SNAPSHOT by @kevinwallimann in #353

Other

New Contributors

Full Changelog: v6.3.0...v6.4.0

ABRiS 6.3.0

20 May 06:54
Compare
Choose a tag to compare

Tickets

New Contributors

Full Changelog: v6.2.0...v6.3.0

ABRiS 6.2.0

24 Feb 15:08
Compare
Choose a tag to compare

Tickets

Full Changelog: v6.1.1...v6.2.0

ABRiS 6.1.1

04 Feb 16:24
Compare
Choose a tag to compare

Tickets

Full Changelog: v6.1.0...v6.1.1

ABRiS 5.1.1

04 Feb 16:24
Compare
Choose a tag to compare

Tickets

Full Changelog: v5.1.0...v5.1.1

ABRiS 6.1.0

04 Feb 09:37
Compare
Choose a tag to compare

Tickets

Full Changelog: v6.0.0...v6.1.0

ABRiS 5.1.0

04 Feb 09:37
Compare
Choose a tag to compare

Tickets

Full Changelog: v5.0.0...v5.1.0

ABRiS 6.0.0

04 Jan 08:56
Compare
Choose a tag to compare

This version adds support for Spark 3.2 and Confluent 6.2.0. Support for Scala 2.13 was added as well.

Please note that this version is not compatible with older versions of Spark.

Tickets

Full Changelog: v5.0.0...v6.0.0

ABRiS 5.0.0

23 Nov 09:40
Compare
Choose a tag to compare

The main improvements in this version are

  • Improved compatibility with Spark 3.0 and 3.1
  • Compatibility with Spark-Avro 2.4 and newer
  • When converting to Avro, Abris uses spark-avro methods when possible

The changes are mostly internal, and the user interface of the library was not changed from version 4. There might be some changes in the behavior since conversion to Avro is now handled by spark-avro methods directly. But this is desired since we don't want to differ from the spark-avro library in this - Abris aims to just add an additional layer of support for confluent schema format and schema registry support.

Tickets

New Contributors

Full Changelog: v4.2.0...v5.0.0