Apache Avro v1.9.2 Release Notes

Release Date: 2020-02-12 // about 4 years ago
  • ๐Ÿš€ This release includes 71 Jira issues: https://jira.apache.org/jira/issues/?jql=project%20%3D%20AVRO%20AND%20fixVersion%20%3D%201.9.2

    • ๐Ÿ›  Some 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
    • โฌ†๏ธ Upgrade dependencies to latest versions, including CVE fixes.
    • And more...