You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by Ryan Skraba <rs...@apache.org> on 2021/03/17 14:03:19 UTC

[ANNOUNCE] Apache Avro 1.10.2 released

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

All signed release artifacts, signatures and verification instructions can
be found here: https://avro.apache.org/releases.html

This release includes 31 Jira issues, including some interesting features:

C#: AVRO-3005 Support for large strings
C++: AVRO-3031 Fix for reserved keywords in generated code
Java: AVRO-2471 Fix for timestamp-micros in generated code
Java: AVRO-3060 Support ZSTD level and bufferpool options
Ruby: AVRO-2998 Records with symbol keys validation
Ruby: AVRO-3023 Validate with Ruby 3

Migration notes:
Python: AVRO-2656 The standard avro package supports Python 3, and
the avro-python3 package is in the process of being deprecated.

And of course upgraded dependencies to latest versions, CVE fixes and more:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20AVRO%20AND%20fixVersion%20%3D%201.10.2

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

In addition, language-specific release artifacts are available:

* C#: https://www.nuget.org/packages/Apache.Avro/1.10.2
* Java: from Maven Central,
* Javascript: https://www.npmjs.com/package/avro-js/v/1.10.2
* Perl: https://metacpan.org/release/Avro
* Python 3: https://pypi.org/project/avro/1.10.2/
* Ruby: https://rubygems.org/gems/avro/versions/1.10.2

Thanks to everyone for contributing!

Re: [ANNOUNCE] Apache Avro 1.10.2 released

Posted by Ismaël Mejía <ie...@gmail.com>.
Great news!
Thanks a lot Ryan for all your work as release manager !

On Wed, Mar 17, 2021 at 3:03 PM Ryan Skraba <rs...@apache.org> wrote:
>
> The Apache Avro community is pleased to announce the release of Avro 1.10.2!
>
> All signed release artifacts, signatures and verification instructions can
> be found here: https://avro.apache.org/releases.html
>
> This release includes 31 Jira issues, including some interesting features:
>
> C#: AVRO-3005 Support for large strings
> C++: AVRO-3031 Fix for reserved keywords in generated code
> Java: AVRO-2471 Fix for timestamp-micros in generated code
> Java: AVRO-3060 Support ZSTD level and bufferpool options
> Ruby: AVRO-2998 Records with symbol keys validation
> Ruby: AVRO-3023 Validate with Ruby 3
>
> Migration notes:
> Python: AVRO-2656 The standard avro package supports Python 3, and
> the avro-python3 package is in the process of being deprecated.
>
> And of course upgraded dependencies to latest versions, CVE fixes and more:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20AVRO%20AND%20fixVersion%20%3D%201.10.2
>
> The link to all fixed JIRA issues and a brief summary can be found at:
> https://github.com/apache/avro/releases/tag/release-1.10.2
>
> In addition, language-specific release artifacts are available:
>
> * C#: https://www.nuget.org/packages/Apache.Avro/1.10.2
> * Java: from Maven Central,
> * Javascript: https://www.npmjs.com/package/avro-js/v/1.10.2
> * Perl: https://metacpan.org/release/Avro
> * Python 3: https://pypi.org/project/avro/1.10.2/
> * Ruby: https://rubygems.org/gems/avro/versions/1.10.2
>
> Thanks to everyone for contributing!

Re: [ANNOUNCE] Apache Avro 1.10.2 released

Posted by Ismaël Mejía <ie...@gmail.com>.
Great news!
Thanks a lot Ryan for all your work as release manager !

On Wed, Mar 17, 2021 at 3:03 PM Ryan Skraba <rs...@apache.org> wrote:
>
> The Apache Avro community is pleased to announce the release of Avro 1.10.2!
>
> All signed release artifacts, signatures and verification instructions can
> be found here: https://avro.apache.org/releases.html
>
> This release includes 31 Jira issues, including some interesting features:
>
> C#: AVRO-3005 Support for large strings
> C++: AVRO-3031 Fix for reserved keywords in generated code
> Java: AVRO-2471 Fix for timestamp-micros in generated code
> Java: AVRO-3060 Support ZSTD level and bufferpool options
> Ruby: AVRO-2998 Records with symbol keys validation
> Ruby: AVRO-3023 Validate with Ruby 3
>
> Migration notes:
> Python: AVRO-2656 The standard avro package supports Python 3, and
> the avro-python3 package is in the process of being deprecated.
>
> And of course upgraded dependencies to latest versions, CVE fixes and more:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20AVRO%20AND%20fixVersion%20%3D%201.10.2
>
> The link to all fixed JIRA issues and a brief summary can be found at:
> https://github.com/apache/avro/releases/tag/release-1.10.2
>
> In addition, language-specific release artifacts are available:
>
> * C#: https://www.nuget.org/packages/Apache.Avro/1.10.2
> * Java: from Maven Central,
> * Javascript: https://www.npmjs.com/package/avro-js/v/1.10.2
> * Perl: https://metacpan.org/release/Avro
> * Python 3: https://pypi.org/project/avro/1.10.2/
> * Ruby: https://rubygems.org/gems/avro/versions/1.10.2
>
> Thanks to everyone for contributing!