The Apache Avro community is pleased to announce the release of Avro 1.9.2!

All signed release artifacts, signatures and verification instructions
can be found here:
* https://www.apache.org/dyn/closer.cgi/avro/
* The keys used to sign the release:
https://dist.apache.org/repos/dist/release/avro/KEYS

This release includes 73 Jira issues, including bug fixes:
* C#: AVRO-2606 handle multidimensional arrays of custom types
* Java: AVRO-2592 Avro decimal fails on some conditions
* Java: AVRO-2641 Generated code results in java.lang.ClassCastException
* Java: AVRO-2663 Projection on nested records does not work
* Python: AVRO-2429 unknown logical types should fall back
Improvements:
* Java: AVRO-2247 Improve Java reading performance with a new reader
* Python: AVRO-2104 Schema normalisation and fingerprint support for Python 3
Work to unify Python2 and Python3 APIs in preparation for sunset.
Improved tests
Improved, more reliable builds.
Improved readability
Upgraded dependencies to latest versions, including CVE fixes.
And more...

The link to all fixed JIRA issues and a brief summary can be found at:
https://github.com/apache/avro/releases/tag/release-1.9.2

In addition, language-specific release artifacts are available:
* C#: https://www.nuget.org/packages/Apache.Avro/1.9.2
* Java: from Maven Central,
* Javascript: https://www.npmjs.com/package/avro-js/v/1.9.2
* Python 2: https://pypi.org/project/avro/1.9.2/
* Python 3: https://pypi.org/project/avro-python3/1.9.2.1/
  - See https://issues.apache.org/jira/browse/AVRO-2737
* Ruby: https://rubygems.org/gems/avro/versions/1.9.2

Thanks to everyone for contributing!

Ryan Skraba

Reply via email to