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

Apache Calcite Avatica 1.10.0 adds support for JDBC Array data,
Docker, and JDK 9.

New this release, Docker images for Avatica Server are published to
Docker Hub. As the Calcite and Avatica projects become more separate,
it is the first release since Avatica’s git repository separated from
Calcite’s repository. Avatica now runs on JDK 9 (and continues to run
on JDK 7 and 8). Clients may now send and receive Array data via the
JDBC API. There are improvements to date/time support in
DateTimeUtils, and over 20 other new features and bug fixes.

If you'd like to download the source release, you can find it here:

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

You can read more about the release here:

   https://calcite.apache.org/avatica/news/2017/05/30/release-1.10.0/

We welcome your help and feedback. For more information on how to
report problems and get involved, visit the project website at:

   https://calcite.apache.org/avatica/

or the Apache Calcite project website:

   https://calcite.apache.org/

Thanks to everyone involved!

Julian Hyde, on behalf of the Apache Calcite team

Reply via email to