We recently released Apache Calcite Avatica Go 3.0.0.

avatica-go is a Go database/sql driver for Avatica that also contains an adapter for Phoenix. The 3.0.0 release is the first release under the Apache Foundation since the code has been donated.

If you are using the Boostport/avatica driver, we highly encourage you to switch to the apache/calcite-avatica-go driver. In most cases, upgrading is just updating the import path in your application.

Please find the announcement below:

The Apache Calcite team is pleased to announce the release of
Apache Calcite Avatica Go 3.0.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.

Avatica Go 3.0.0 is the first release by the Apache Calcite
project since the code was donated. This release includes support
for the Avatica HSQLDB backend, updated dependencies as well as
numerous bug fixes as described in the release notes:

  https://calcite.apache.org/avatica/docs/go_history.html#v3-0-0

The release is available here:

   
https://www.apache.org/dyn/closer.cgi/calcite/apache-calcite-avatica-go-3.0.0/

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


Reply via email to