The Apache Calcite team is pleased to announce the release of Apache Calcite Avatica 1.11.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. Avatica 1.11.0 adds support for JDK 10 and drops support for JDK 7, and fixes more than 20 other bugs and features, as described in the release notes: https://calcite.apache.org/avatica/docs/history.html#v1-11-0 The release is available here: https://www.apache.org/dyn/closer.cgi/calcite/apache-calcite-avatica-1.11.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 Julian Hyde, on behalf of the Apache Calcite Team
