%%% Start comment This announcement has been rejected because it does not meet release announcement requirements.
Specifically, the announcement must link to the downloads page and specifically not to the dyn/closer page. The downloads page needs offer downloads from mirror sites and also instructions on how to verify the download. Please update the downloads page and resubmit the announcement. Regards, Craig Announcements of Apache project releases must contain a link to the relevant download page, which might be hosted on an Apache site or a third party site such as github.com. [1] The download page must provide public download links where current official source releases and accompanying cryptographic files may be obtained. [2] Links to the download artifacts must support downloads from mirrors. Links to metadata (SHA, ASC) must be from https://www.apache.org/dist/<project>/<release> ** MD5 is no longer considered useful and should not be used. SHA is required. ** Links to KEYS must be from https://www.apache.org/dist/<project>/ not release specific. Announcements that contain a link to the dyn/closer page alone will be rejected by the moderators. Announcements that contain a link to a web page that does not include a link to a mirror to the artifact plus links to the signature and at least one sha checksum will be rejected. Announcements that link to dist.apache.org will not be accepted. Likewise ones which link to SVN or Git code repos. [1] http://www.apache.org/legal/release-policy.html#release-announcements [2] https://www.apache.org/dev/release-distribution#download-links %%% End comment From: Francis Chuang <[email protected]> Subject: Fwd: [ANNOUNCE] Apache Calcite Avatica Go 3.1.0 released Date: September 18, 2018 at 5:51:59 PM PDT To: [email protected] The Apache Calcite team is pleased to announce the release of Apache Calcite Avatica Go 3.2.0. Avatica is a framework for building database drivers. Avatica defines a wire API and serialization mechanism for clients to communicate with a server as a proxy to a database. The reference Avatica client and server are implemented in Java and communicate over HTTP. Avatica is a sub-project of Apache Calcite. The Avatica Go client is a Go database/sql driver that enables Go programs to communicate with the Avatica server. Apache Calcite Avatica Go 3.2.0 is a minor release of Avatica Go with fixes to the import paths after enabling support for Go modules. The 3.1.0 release contained a bug where packages within the library used the " github.com/apache/calcite-avatica-go " import path rather than the " github.com/apache/calcite-avatica-go/v3 " import path. This resulted in an issue where 2 versions of the library are being used at the same time, causing some programs to not build. This release includes updated dependencies, testing against more targets and support for Go Modules as described in the release notes: https://calcite.apache.org/avatica/docs/go_history.html#v3-2-0 The release is available here: https://calcite.apache.org/avatica/downloads/avatica-go.html We welcome your help and feedback. For more information on how to report problems, and to get involved, visit the project website at https://calcite.apache.org/avatica Francis Chuang, on behalf of the Apache Calcite Team Craig L Russell Secretary, Apache Software Foundation [email protected] http://db.apache.org/jdo
