1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
---
title: "Avro 1.11.0"
linkTitle: "Avro 1.11.0"
date: 2021-10-31
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
The Apache Avro community is pleased to announce the release of Avro 1.11.0!
All signed release artifacts, signatures and verification instructions can
be found <a href="{{< relref "/project/download" >}}">here</a>
This release includes 120 Jira issues, including some interesting features:
* Specification: AVRO-3212 Support documentation tags for FIXED types
* C#: AVRO-2961 Support dotnet framework 5.0
* C#: AVRO-3225 Prevent memory errors when deserializing untrusted data
* C++: AVRO-2923 Logical type corrections
* Java: AVRO-2863 Support Avro core on android
* Javascript: AVRO-3131 Drop support for node.js 10
* Perl: AVRO-3190 Fix error when reading from EOF
* Python: AVRO-2906 Improved performance validating deep record data
* Python: AVRO-2914 Drop Python 2 support
* Python: AVRO-3004 Drop Python 3.5 support
* Ruby: AVRO-3108 Drop Ruby 2.5 support
For the first time, the 1.11.0 release includes experimental support for
**Rust**. Work is continuing on this donated SDK, but we have not versioned and
published official artifacts for this release.
**Python**: The avro package fully supports Python 3. We will no longer publish a
separate avro-python3 package
And of course upgraded dependencies to latest versions, CVE fixes and more:
https://issues.apache.org/jira/issues/?jql=project%3DAVRO%20AND%20fixVersion%3D1.11.0
The link to all fixed JIRA issues and a brief summary can be found at:
https://github.com/apache/avro/releases/tag/release-1.11.0
In addition, language-specific release artifacts are available:
* C#: https://www.nuget.org/packages/Apache.Avro/1.11.0
* Java: from Maven Central,
* Javascript: https://www.npmjs.com/package/avro-js/v/1.11.0
* Perl: https://metacpan.org/release/Avro
* Python 3: https://pypi.org/project/avro/1.11.0
* Ruby: https://rubygems.org/gems/avro/versions/1.11.0
Thanks to everyone for contributing!
|