Skip to content

Releases: apache/avro

Apache Avro 1.9.2 RC2

07 Feb 10:07
release-1.9.2-rc2
bf20128
Compare
Choose a tag to compare
Apache Avro 1.9.2 RC2 Pre-release
Pre-release
release-1.9.2-rc2

Apache Avro 1.9.2 RC2

Apache Avro 1.9.2 RC1

06 Feb 10:54
39dd5c6
Compare
Choose a tag to compare
Apache Avro 1.9.2 RC1 Pre-release
Pre-release
release-1.9.2-rc1

Preparing for release 1.9.2

Apache Avro 1.9.1

02 Sep 07:34
Compare
Choose a tag to compare

This release includes 31 Jira issues: https://jira.apache.org/jira/issues/?jql=project%20%3D%20AVRO%20AND%20fixVersion%20%3D%201.9.1

Apache Avro 1.9.1 RC3

28 Aug 09:40
Compare
Choose a tag to compare
Apache Avro 1.9.1 RC3 Pre-release
Pre-release
AVRO-2531: Update commons-compress to version 1.19

(cherry picked from commit bd559d63d5d86eeff7b317d8188cdd7038c9f3fe)

Apache Avro 1.9.1 RC2

26 Aug 19:29
Compare
Choose a tag to compare
Apache Avro 1.9.1 RC2 Pre-release
Pre-release
AVRO-2528: Exclude test resources from license check

(cherry picked from commit 94923cf2fb64ed56705ae6310d948a28a506a2f4)

Apache Avro 1.9.1 RC1

20 Aug 17:50
Compare
Choose a tag to compare
Apache Avro 1.9.1 RC1 Pre-release
Pre-release
release-1.9.1-rc1

Preparing for release 1.9.1

Apache Avro 1.9.0

13 Sep 09:54
Compare
Choose a tag to compare

This release includes 272 Jira issues: https://issues.apache.org/jira/projects/AVRO/versions/12333394

  • Deprecate Joda-Time in favor of Java8 JSR310 and setting it as default
  • Remove support for Hadoop 1.x
  • Move from Jackson 1.x to 2.9
  • Add ZStandard Codec
  • Lots of updates on the dependencies to fix CVE's
  • Remove Jackson classes from public API
  • Apache Avro is built by default with Java 8
  • Apache Avro is compiled and tested with Java 11 to guarantee compatibility
  • Apache Avro MapReduce is compiled and tested with Hadoop 3
  • Apache Avro is now leaner, multiple dependencies were removed: guava, paranamer, commons-codec, and commons-logging
  • Introduce JMH Performance Testing Framework
  • Add Snappy support for C++ DataFile
  • and many, many more!

Apache Avro 1.9 RC4

08 May 10:33
Compare
Choose a tag to compare
Apache Avro 1.9 RC4 Pre-release
Pre-release
AVRO-2386: Make customEncode and customDecode public (#511)

* Make customEncode and customDecode methods public

* Make methods in superclass public

(cherry picked from commit e250dcc0ae0e3b32ce9d1cad0e9f580dbd241b15)

Apache Avro 1.9 RC3

30 Apr 10:34
Compare
Choose a tag to compare
Apache Avro 1.9 RC3 Pre-release
Pre-release
Also exclude the new sums from being re-summed

(cherry picked from commit 0c6367802773005f563bc2ca0429abf2c420c082)

Apache Avro 1.9 RC2

29 Apr 08:53
Compare
Choose a tag to compare
Apache Avro 1.9 RC2 Pre-release
Pre-release
AVRO-2383: NPE during Schema.applyAliases (#510)

(cherry picked from commit 196777ccc2e698e9dba153d48a08ef4b68b144a1)