Releases: AbsaOSS/ABRiS
Releases · AbsaOSS/ABRiS
ABRiS 3.0.3
Fixed bugs:
- Serialization bug caused problem when loading writer schema from inside of executor.
ABRiS 3.0.2
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
- support for schema evolution added
ABRiS 3.0.1
- 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
- new API compliant with Spark Avro 2.4
- old API deprecated, but still present
ABRiS 2.2.3
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.