Re: [ANNOUNCE] Apache Avro 1.9.2 released

2020-02-17 Thread Ryan Skraba
Thanks for the clarification!  I actually thought the first rejection
was due to a glaring error in the first announcement (the release/KEYS
file wasn't updated and has since been fixed).  I misunderstood that
we needed to link indirectly to dyn/closer.cgi/avro to via the avro
website.

It looks like this ultimately made it onto the announce mailing list
with the non-standard link.  I'll raise a JIRA for the next major
release -- it looks like the https://avro.apache.org/releases is
missing all of the required details except the link to
dyn/closer.cgi/avro

All my best, Ryan


On Fri, Feb 14, 2020 at 10:02 PM Craig Russell  wrote:
>
> This announcement was rejected earlier and not properly fixed.
>
> Please change the template for announce emails and replace the reference to 
> ...dyn/closer.cgi/avro with a link to your downloads page, which should 
> contain the KEYS link, instructions how to verify the release, and for each 
> artifact, the dyn/closer link, link to the checksum, and link to the 
> signature.
>
> Thanks,
> Craig
>
> > Begin forwarded message:
> >
> > From: Ryan Skraba 
> > Subject: [ANNOUNCE] Apache Avro 1.9.2 released
> > Date: February 14, 2020 at 4:53:54 AM PST
> > To: annou...@apache.org
> >
> > 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
>
> Craig L Russell
> c...@apache.org
>


Re: [ANNOUNCE] Apache Avro 1.9.2 released

2020-02-17 Thread Driesprong, Fokko
Awesome, thanks Ryan for running the release!

Cheers, Fokko

Op do 13 feb. 2020 om 16:27 schreef Ryan Skraba :

> The Apache Avro community is pleased to announce the release of Avro 1.9.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.9.2
>
> This release includes 73 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
> Upgraded dependencies to latest versions, including CVE fixes.
> And more...
>
> This release can be downloaded from:
> https://www.apache.org/dyn/closer.cgi/avro/
>
> The released 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
>


Fwd: [ANNOUNCE] Apache Avro 1.9.2 released

2020-02-14 Thread Craig Russell
This announcement was rejected earlier and not properly fixed.

Please change the template for announce emails and replace the reference to 
...dyn/closer.cgi/avro with a link to your downloads page, which should contain 
the KEYS link, instructions how to verify the release, and for each artifact, 
the dyn/closer link, link to the checksum, and link to the signature.

Thanks,
Craig

> Begin forwarded message:
> 
> From: Ryan Skraba 
> Subject: [ANNOUNCE] Apache Avro 1.9.2 released
> Date: February 14, 2020 at 4:53:54 AM PST
> To: annou...@apache.org
> 
> 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

Craig L Russell
c...@apache.org



[ANNOUNCE] Apache Avro 1.9.2 released

2020-02-13 Thread Ryan Skraba
The Apache Avro community is pleased to announce the release of Avro 1.9.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.9.2

This release includes 73 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
Upgraded dependencies to latest versions, including CVE fixes.
And more...

This release can be downloaded from: https://www.apache.org/dyn/closer.cgi/avro/

The released 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