Update release history
Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/7e0e8786 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/7e0e8786 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/7e0e8786 Branch: refs/heads/master Commit: 7e0e8786d48a79befcb18b0fb87e6cd3990be25b Parents: bb7b70c Author: Francis Chuang <[email protected]> Authored: Tue Apr 17 11:29:32 2018 +1000 Committer: Francis Chuang <[email protected]> Committed: Tue Apr 17 11:29:32 2018 +1000 ---------------------------------------------------------------------- site/go_history.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/7e0e8786/site/go_history.md ---------------------------------------------------------------------- diff --git a/site/go_history.md b/site/go_history.md index af3c37d..9a82943 100644 --- a/site/go_history.md +++ b/site/go_history.md @@ -28,10 +28,10 @@ For a full list of releases, see Downloads are available on the [downloads page]({{ site.baseurl }}/downloads/). -## <a href="https://github.com/apache/calcite-avatica-go/releases/tag/calcite-avatica-2.2.0">2.2.0</a> / 2017-08-XX -{: #v2-2-0} +## <a href="https://github.com/apache/calcite-avatica-go/releases/tag/calcite-avatica-go-3.0.0">3.0.0</a> / 2018-04-23 +{: #v3-0-0} -Apache Calcite Avatica Go 2.2.0 is the first release since the Go driver has been donated +Apache Calcite Avatica Go 3.0.0 is the first release since the Go driver has been donated to the Apache Software foundation. Go 1.7+ is supported, but we recommend using the latest stable version of Go. @@ -42,6 +42,9 @@ Features and bug fixes [apache/calcite-avatica-go](https://github.com/apache/calcite-avatica-go) repository * [<a href="https://issues.apache.org/jira/browse/CALCITE-1938">CALCITE-1938</a>] Releasing the first release of Calcite Avatica Go under the Apache Software Foundation +* Remove go-cleanhttp dependency +* Support for Avatica HSQLDB backend and move Apache Phoenix support into adapter +* Add bash script to automate releases Web site and documentation @@ -50,7 +53,7 @@ Web site and documentation ## Past releases -Prior to release 2.2.0, the Avatica Go client was developed by Boostport. +Prior to release 3.0.0, the Avatica Go client was developed by Boostport. Please refer to the [Boostport/Avatica](https://github.com/Boostport/avatica) Github repository for previous releases of the Avatica Go client. \ No newline at end of file
