You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2018/08/29 23:18:59 UTC

calcite-avatica-go git commit: [CALCITE-2501] Release notes and news item for 3.1.0

Repository: calcite-avatica-go
Updated Branches:
  refs/heads/master 9d20d8315 -> 6899ac1b2


[CALCITE-2501] Release notes and news item for 3.1.0


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/6899ac1b
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/6899ac1b
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/6899ac1b

Branch: refs/heads/master
Commit: 6899ac1b2106a4ce1496833dd0a45d1e24d407fd
Parents: 9d20d83
Author: Francis Chuang <fr...@apache.org>
Authored: Thu Aug 30 09:18:49 2018 +1000
Committer: Francis Chuang <fr...@apache.org>
Committed: Thu Aug 30 09:18:49 2018 +1000

----------------------------------------------------------------------
 site/_docs/go_history.md                        | 34 ++++++++++++++++++
 .../2018-09-04-release avatica-go-3.1.0.md      | 37 ++++++++++++++++++++
 2 files changed, 71 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/6899ac1b/site/_docs/go_history.md
----------------------------------------------------------------------
diff --git a/site/_docs/go_history.md b/site/_docs/go_history.md
index b294795..f390cc9 100644
--- a/site/_docs/go_history.md
+++ b/site/_docs/go_history.md
@@ -28,6 +28,40 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/avatica-go.html).
 
+## <a href="https://github.com/apache/calcite-avatica-go/releases/tag/v3.1.0">3.1.0</a> / 2018-04-27
+{: #v3-1-0}
+
+Apache Calcite Avatica Go 3.1.0 is a minor release of Avatica Go with support for Go modules.
+We recommend using the latest stable version of Go.
+
+Go 1.11 along with Go modules support was released at the end of August 2018. Go modules will become the
+official package management solution for Go projects. As the Go team currently supports both Go 1.11 and Go 1.10,
+the Gopkg.toml and Gopkg.lock files are still available for those using dep for package management. We plan to
+remove support for dep when Go 1.12 is released in early 2019, so we encourage users to upgrade to Go 1.11 and use
+Go modules where possible.
+
+Features and bug fixes
+
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2333">CALCITE-2333</a>]
+  Stop releasing zip archives
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2367">CALCITE-2367</a>]
+  Remove the satori/go.uuid package as it is unmaintained and replace it with hashicorp/go-uuid which is already
+  a transitive dependency (Kenneth Shaw)
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2372">CALCITE-2372</a>]
+  Test against Apache Phoenix 4.14.0
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2493">CALCITE-2493</a>]
+  Update all dependencies to their latest versions
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2335">CALCITE-2335</a>]
+  Add support for Go modules (available since Go 1.11) and test against Go 1.11
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2500">CALCITE-2500</a>]
+  Test against Avatica 1.12.0 and Apache Phoenix 5.0.0 and regenerate protobuf definitions
+* Fix release script
+
+Web site and documentation
+
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2335">CALCITE-2335</a>]
+  Update documentation and release instructions to include support for Go modules.
+
 ## <a href="https://github.com/apache/calcite-avatica-go/releases/tag/3.0.0">3.0.0</a> / 2018-04-27
 {: #v3-0-0}
 

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/6899ac1b/site/_posts/2018-09-04-release avatica-go-3.1.0.md
----------------------------------------------------------------------
diff --git a/site/_posts/2018-09-04-release avatica-go-3.1.0.md b/site/_posts/2018-09-04-release avatica-go-3.1.0.md
new file mode 100644
index 0000000..e8fc99c
--- /dev/null
+++ b/site/_posts/2018-09-04-release avatica-go-3.1.0.md	
@@ -0,0 +1,37 @@
+---
+layout: news_item
+date: "2018-09-04 00:00:00 +0000"
+author: francischuang
+version: 3.1.0
+categories: [release]
+tag: v3-1-0
+sha: d328101
+component: avatica-go
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+Apache Calcite Avatica Go 3.1.0 is a minor release of the Avatica Go client to bring in support for Go modules.
+This release includes updated dependencies, testing against more targets and [support for Go Modules]({{ site.baseurl }}/docs/go_history.html#v3-1-0).
+
+Go 1.11 along with Go modules support was released at the end of August 2018. Go modules will become the
+official package management solution for Go projects. As the Go team currently supports both Go 1.11 and Go 1.10,
+the Gopkg.toml and Gopkg.lock files are still available for those using dep for package management. We plan to
+remove support for dep when Go 1.12 is released in early 2019, so we encourage users to upgrade to Go 1.11 and use
+Go modules where possible.
\ No newline at end of file