Skip to content

Releases: AbsaOSS/ABRiS

ABRiS 3.0.3

09 Oct 10:13
Compare
Choose a tag to compare

Fixed bugs:

  • Serialization bug caused problem when loading writer schema from inside of executor.

ABRiS 3.0.2

02 Oct 08:29
814458a
Compare
Choose a tag to compare

Fixed bugs:

  • Abris wasn't able to work with bare types (without record wrapping them).
  • Abris sometimes unwrapped schema even though it wasn't supposed to.
  • Abris wasn't able to work with multiple nested records.

Improvements:

  • Better confluent schema evolution support - reader & writer schemas described in Javadoc
  • Schema registry config doesn't have to contain name and namespace if they are not required by subject strategy
  • Old unrelated documentation was removed.
  • Unit tests for fixed bugs were added.

ABRiS 2.2.4

02 Oct 08:27
f5bd157
Compare
Choose a tag to compare
  • support for schema evolution added

ABRiS 3.0.1

20 Sep 15:03
a4397df
Compare
Choose a tag to compare
  • Compatibility with spark 2.4.x
  • Released for Scala 2.11 and 2.12
  • Supported Spark versions chapter added in README.md

ABRiS 3.0.0

17 Sep 13:49
d1cd9b2
Compare
Choose a tag to compare
  • new API compliant with Spark Avro 2.4
  • old API deprecated, but still present

ABRiS 2.2.3

13 Sep 14:30
ed157ef
Compare
Choose a tag to compare

Final release of current API. After this release, a new API compliant with Spark Avro 2.4 will be introduced and will become the main point of development.

The previous API will be kept but will also be deprecated and potentially removed in further versions. However, this version will always be available on Maven Central and also here on Github.