Author: francischuang
Date: Wed Sep 19 00:10:46 2018
New Revision: 1841277
URL: http://svn.apache.org/viewvc?rev=1841277&view=rev
Log:
Publish website for avatica-go 3.2.0
Added:
calcite/site/avatica/news/2018/09/18/
calcite/site/avatica/news/2018/09/18/release-avatica-go-3.2.0/
calcite/site/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html
(with props)
Modified:
calcite/site/avatica/develop/avatica-go.html
calcite/site/avatica/docs/go_history.html
calcite/site/avatica/downloads/avatica-go.html
calcite/site/avatica/downloads/avatica.html
calcite/site/avatica/news/2016/03/03/separate-project/index.html
calcite/site/avatica/news/2016/03/18/release-1.7.1/index.html
calcite/site/avatica/news/2016/06/04/release-1.8.0/index.html
calcite/site/avatica/news/2016/11/01/release-1.9.0/index.html
calcite/site/avatica/news/2017/03/31/new-avatica-repository/index.html
calcite/site/avatica/news/2017/05/30/release-1.10.0/index.html
calcite/site/avatica/news/2018/03/09/release-1.11.0/index.html
calcite/site/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html
calcite/site/avatica/news/2018/06/24/release-1.12.0/index.html
calcite/site/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html
calcite/site/avatica/news/avatica-go-releases/index.html
calcite/site/avatica/news/avatica-releases/index.html
calcite/site/avatica/news/index.html
Modified: calcite/site/avatica/develop/avatica-go.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/develop/avatica-go.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/develop/avatica-go.html (original)
+++ calcite/site/avatica/develop/avatica-go.html Wed Sep 19 00:10:46 2018
@@ -175,13 +175,13 @@ include release candidate identifiers su
release is a release candidate. <code class="highlighter-rouge">src</code>
must also be added to the filename.</p>
<p>For example, if we are uploading the <code
class="highlighter-rouge">apache-calcite-avatica-go-3.0.0-rc1</code> folder,
the files must be named
-<code
class="highlighter-rouge">apache-calcite-acatica-go-src-3.0.0.tar.gz</code>.
Note the inclusion of <code class="highlighter-rouge">src</code> in the
filename.</p>
+<code
class="highlighter-rouge">apache-calcite-acatica-go-3.0.0.-srctar.gz</code>.
Note the inclusion of <code class="highlighter-rouge">src</code> in the
filename.</p>
-<p>The tar.gz must be named <code
class="highlighter-rouge">apache-calcite-avatica-go-src-$version.tar.gz</code>.</p>
+<p>The tar.gz must be named <code
class="highlighter-rouge">apache-calcite-avatica-go-$version-src.tar.gz</code>.</p>
-<p>There must be a GPG signature for the tar.gz named: <code
class="highlighter-rouge">apache-calcite-avatica-go-src-$version.tar.gz.asc</code></p>
+<p>There must be a GPG signature for the tar.gz named: <code
class="highlighter-rouge">apache-calcite-avatica-go-$version-src.tar.gz.asc</code></p>
-<p>There must be a SHA256 hash for the tar.gz named: <code
class="highlighter-rouge">apache-calcite-avatica-go-src-$version.tar.gz.sha256</code></p>
+<p>There must be a SHA256 hash for the tar.gz named: <code
class="highlighter-rouge">apache-calcite-avatica-go-$version-src.tar.gz.sha256</code></p>
<h2 id="uploading-release-artifacts-to-dev-for-voting">Uploading release
artifacts to dev for voting</h2>
<p><code class="highlighter-rouge">svn</code> must be installed in order to
upload release artifacts.</p>
Modified: calcite/site/avatica/docs/go_history.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/docs/go_history.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/docs/go_history.html (original)
+++ calcite/site/avatica/docs/go_history.html Wed Sep 19 00:10:46 2018
@@ -710,6 +710,33 @@
Downloads are available on the
<a href="/avatica/downloads/avatica-go.html">downloads page</a>.</p>
+<h2 id="v3-2-0"><a
href="https://github.com/apache/calcite-avatica-go/releases/tag/v3.2.0">3.2.0</a>
/ 2018-09-18</h2>
+
+<p>Apache Calcite Avatica Go 3.2.0 is a minor release of Avatica Go with fixes
to the import paths after enabling
+support for Go modules.</p>
+
+<p>The 3.1.0 release contained a bug where packages within the library used
the <code
class="highlighter-rouge">"github.com/apache/calcite-avatica-go"</code>
+import path rather than the <code
class="highlighter-rouge">"github.com/apache/calcite-avatica-go/v3"</code>
import path. This resulted in an issue where
+2 versions of the library are being used at the same time, causing some
programs to not build.</p>
+
+<p><strong>The Calcite team recommends consumers of the Avatica Go library to
not use the 3.1.0 release and ensure that the
+3.2.0 release is being used.</strong></p>
+
+<p>Features and bug fixes</p>
+
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-2536">CALCITE-2536</a>]
+Update release script to check that import paths within the library point to
the correct version</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-2545">CALCITE-2545</a>]
+Fix incorrect import paths within the library to point to the correct version:
github.com/apache/calcite-avatica-go/v3</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-2544">CALCITE-2544</a>]
+Replace the golang.org/x/net/context package with the context package in the
standard library</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-2547">CALCITE-2547</a>]
+Update all dependencies to their latest versions</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-2550">CALCITE-2550</a>]
+Update release script to build tarballs with filenames in the format:
apache-calcite-avatica-go-x.x.x-src.tar.gz</li>
+</ul>
+
<h2 id="v3-1-0"><a
href="https://github.com/apache/calcite-avatica-go/releases/tag/v3.1.0">3.1.0</a>
/ 2018-09-10</h2>
<p>Apache Calcite Avatica Go 3.1.0 is a minor release of Avatica Go with
support for Go modules.
Modified: calcite/site/avatica/downloads/avatica-go.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/downloads/avatica-go.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/downloads/avatica-go.html (original)
+++ calcite/site/avatica/downloads/avatica-go.html Wed Sep 19 00:10:46 2018
@@ -99,10 +99,16 @@
</thead>
<tbody>
<tr>
+ <td style="text-align: left"><a
href="/avatica/docs/history.html#v3-2-0">3.2.0</a></td>
+ <td style="text-align: left">18 Sep 2018</td>
+ <td style="text-align: left"><a
href="https://github.com/apache/calcite-avatica-go/commit/0a166d5">0a166d5</a></td>
+ <td style="text-align: left"><a
href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-avatica-go-3.2.0/apache-calcite-avatica-go-3.2.0-src.tar.gz&action=download">tar</a>
(<a
href="https://www.apache.org/dist/calcite/apache-calcite-avatica-go-3.2.0/apache-calcite-avatica-go-3.2.0-src.tar.gz.sha256">sha256</a>
<a
href="https://www.apache.org/dist/calcite/apache-calcite-avatica-go-3.2.0/apache-calcite-avatica-go-3.2.0-src.tar.gz.asc">pgp</a>)</td>
+ </tr>
+ <tr>
<td style="text-align: left"><a
href="/avatica/docs/history.html#v3-1-0">3.1.0</a></td>
<td style="text-align: left">10 Sep 2018</td>
<td style="text-align: left"><a
href="https://github.com/apache/calcite-avatica-go/commit/0e1ae23">0e1ae23</a></td>
- <td style="text-align: left"><a
href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-avatica-go-3.1.0/apache-calcite-avatica-go-src-3.1.0.tar.gz&action=download">tar</a>
(<a
href="https://www.apache.org/dist/calcite/apache-calcite-avatica-go-3.1.0/apache-calcite-avatica-go-src-3.1.0.tar.gz.sha256">sha256</a>
<a
href="https://www.apache.org/dist/calcite/apache-calcite-avatica-go-3.1.0/apache-calcite-avatica-go-src-3.1.0.tar.gz.asc">pgp</a>)</td>
+ <td style="text-align: left"><a
href="http://archive.apache.org/dist/calcite/apache-calcite-avatica-go-3.1.0/apache-calcite-avatica-go-src-3.1.0.tar.gz">tar</a>
(<a
href="https://archive.apache.org/dist/calcite/apache-calcite-avatica-go-3.1.0/apache-calcite-avatica-go-src-3.1.0.tar.gz.sha256">sha256</a>
<a
href="https://archive.apache.org/dist/calcite/apache-calcite-avatica-go-3.1.0/apache-calcite-avatica-go-src-3.1.0.tar.gz.asc">pgp</a>)</td>
</tr>
<tr>
<td style="text-align: left"><a
href="/avatica/docs/history.html#v3-0-0">3.0.0</a></td>
Modified: calcite/site/avatica/downloads/avatica.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/downloads/avatica.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/downloads/avatica.html (original)
+++ calcite/site/avatica/downloads/avatica.html Wed Sep 19 00:10:46 2018
@@ -163,12 +163,12 @@ succeed.</p>
<span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.calcite.avatica<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>avatica<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>3.1.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>3.2.0<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.calcite.avatica<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>avatica-server<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>3.1.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>3.2.0<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"></dependencies></span></code></pre></figure>
@@ -178,7 +178,7 @@ succeed.</p>
<span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.calcite.avatica<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>avatica-core<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>3.1.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>3.2.0<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"></dependencies></span></code></pre></figure>
Modified: calcite/site/avatica/news/2016/03/03/separate-project/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/2016/03/03/separate-project/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/2016/03/03/separate-project/index.html (original)
+++ calcite/site/avatica/news/2016/03/03/separate-project/index.html Wed Sep 19
00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -172,6 +174,10 @@ features in the other.</p>
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -187,10 +193,6 @@ features in the other.</p>
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Modified: calcite/site/avatica/news/2016/03/18/release-1.7.1/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/2016/03/18/release-1.7.1/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/2016/03/18/release-1.7.1/index.html (original)
+++ calcite/site/avatica/news/2016/03/18/release-1.7.1/index.html Wed Sep 19
00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -230,6 +232,10 @@ upgrading to this version.</p>
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -245,10 +251,6 @@ upgrading to this version.</p>
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Modified: calcite/site/avatica/news/2016/06/04/release-1.8.0/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/2016/06/04/release-1.8.0/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/2016/06/04/release-1.8.0/index.html (original)
+++ calcite/site/avatica/news/2016/06/04/release-1.8.0/index.html Wed Sep 19
00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -228,6 +230,10 @@ The wire API documentation for Protocol
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -243,10 +249,6 @@ The wire API documentation for Protocol
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Modified: calcite/site/avatica/news/2016/11/01/release-1.9.0/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/2016/11/01/release-1.9.0/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/2016/11/01/release-1.9.0/index.html (original)
+++ calcite/site/avatica/news/2016/11/01/release-1.9.0/index.html Wed Sep 19
00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -187,6 +189,10 @@ and
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -202,10 +208,6 @@ and
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Modified: calcite/site/avatica/news/2017/03/31/new-avatica-repository/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/2017/03/31/new-avatica-repository/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/2017/03/31/new-avatica-repository/index.html
(original)
+++ calcite/site/avatica/news/2017/03/31/new-avatica-repository/index.html Wed
Sep 19 00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -175,6 +177,10 @@ with a mirrored-copy also available on G
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -190,10 +196,6 @@ with a mirrored-copy also available on G
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Modified: calcite/site/avatica/news/2017/05/30/release-1.10.0/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/2017/05/30/release-1.10.0/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/2017/05/30/release-1.10.0/index.html (original)
+++ calcite/site/avatica/news/2017/05/30/release-1.10.0/index.html Wed Sep 19
00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -187,6 +189,10 @@ and over 20 <a href="/avatica/docs/histo
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -202,10 +208,6 @@ and over 20 <a href="/avatica/docs/histo
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="current">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Modified: calcite/site/avatica/news/2018/03/09/release-1.11.0/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/2018/03/09/release-1.11.0/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/2018/03/09/release-1.11.0/index.html (original)
+++ calcite/site/avatica/news/2018/03/09/release-1.11.0/index.html Wed Sep 19
00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -172,6 +174,10 @@ support for JDK 7. There are more than 2
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -187,10 +193,6 @@ support for JDK 7. There are more than 2
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Modified:
calcite/site/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html
(original)
+++ calcite/site/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html
Wed Sep 19 00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -179,6 +181,10 @@ as further development will take place i
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -194,10 +200,6 @@ as further development will take place i
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Modified: calcite/site/avatica/news/2018/06/24/release-1.12.0/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/2018/06/24/release-1.12.0/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/2018/06/24/release-1.12.0/index.html (original)
+++ calcite/site/avatica/news/2018/06/24/release-1.12.0/index.html Wed Sep 19
00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -172,6 +174,10 @@ ZIP archives will no longer be produced
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -187,10 +193,6 @@ ZIP archives will no longer be produced
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Modified:
calcite/site/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html
(original)
+++ calcite/site/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html
Wed Sep 19 00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -176,6 +178,10 @@ Go modules where possible.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
<li class="current">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -192,10 +198,6 @@ Go modules where possible.</p>
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Added: calcite/site/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html?rev=1841277&view=auto
==============================================================================
--- calcite/site/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html
(added)
+++ calcite/site/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html
Wed Sep 19 00:10:46 2018
@@ -0,0 +1,277 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+ <meta charset="UTF-8">
+ <title>Release Avatica Go 3.2.0</title>
+ <meta name="viewport" content="width=device-width,initial-scale=1">
+ <meta name="generator" content="Jekyll v3.7.3">
+ <link rel="stylesheet"
href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
+ <link rel="stylesheet" href="/avatica/css/screen.css">
+ <link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
+ <!--[if lt IE 9]>
+ <script src="/js/html5shiv.min.js"></script>
+ <script src="/js/respond.min.js"></script>
+ <![endif]-->
+</head>
+
+
+<body class="wrap">
+ <header role="banner">
+ <nav class="mobile-nav show-on-mobiles">
+ <ul>
+ <li class="">
+ <a href="/avatica/">Home</a>
+ </li>
+ <li class="">
+ <a href="/avatica/downloads/">Download</a>
+ </li>
+ <li class="">
+ <a href="/avatica/community/">Community</a>
+ </li>
+ <li class="">
+ <a href="/avatica/develop/">Develop</a>
+ </li>
+ <li class="current">
+ <a href="/avatica/news/">News</a>
+ </li>
+ <li class="">
+ <a href="/avatica/docs/">Docs</a>
+ </li>
+</ul>
+
+ </nav>
+ <div class="grid">
+ <div class="unit one-third center-on-mobiles">
+ <h1>
+ <a href="/avatica/">
+ <span class="sr-only">Apache Calcite Avatica</span>
+ <img src="/avatica/img/logo.png" width="226" height="140"
alt="Calcite Logo">
+ </a>
+ </h1>
+ </div>
+ <nav class="main-nav unit two-thirds hide-on-mobiles">
+ <ul>
+ <li class="">
+ <a href="/avatica/">Home</a>
+ </li>
+ <li class="">
+ <a href="/avatica/downloads/">Download</a>
+ </li>
+ <li class="">
+ <a href="/avatica/community/">Community</a>
+ </li>
+ <li class="">
+ <a href="/avatica/develop/">Develop</a>
+ </li>
+ <li class="current">
+ <a href="/avatica/news/">News</a>
+ </li>
+ <li class="">
+ <a href="/avatica/docs/">Docs</a>
+ </li>
+</ul>
+
+ </nav>
+ </div>
+</header>
+
+
+ <section class="news">
+ <div class="grid">
+
+ <div class="docs-nav-mobile unit whole show-on-mobiles">
+ <select onchange="if (this.value) window.location.href=this.value">
+ <option value="">Navigate the blogâ¦</option>
+ <option value="/avatica/news/">Home</option>
+ <optgroup label="v1.x">
+
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
+ <option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
+
+ <option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
+
+ <option value="/news/2018/04/27/release-avatica-go-3.0.0/">Release
Avatica Go 3.0.0</option>
+
+ <option value="/news/2018/03/09/release-1.11.0/">Release 1.11.0</option>
+
+ <option value="/news/2017/05/30/release-1.10.0/">Release 1.10.0</option>
+
+ <option value="/news/2017/03/31/new-avatica-repository/">New Avatica
Repository</option>
+
+ <option value="/news/2016/11/01/release-1.9.0/">Release 1.9.0</option>
+
+ <option value="/news/2016/06/04/release-1.8.0/">Release 1.8.0</option>
+
+ <option value="/news/2016/03/18/release-1.7.1/">Release 1.7.1</option>
+
+ <option value="/news/2016/03/03/separate-project/">Splitting Avatica
from Calcite</option>
+
+ </optgroup>
+ </select>
+</div>
+
+
+ <div class="unit four-fifths">
+ <article>
+ <h2>
+ Release Avatica Go 3.2.0
+ <a href="/news/2018/09/18/release-avatica-go-3.2.0/" class="permalink"
title="Permalink">â</a>
+ </h2>
+ <span class="post-category">
+ <span class="label">
+ release
+ </span>
+ </span>
+ <div class="post-meta">
+ <span class="post-date">
+ 18 Sep 2018
+ </span>
+
+
+
+ <a href="http://github.com/F21" class="post-author">
+ <img src="http://github.com/F21.png"
+ class="avatar" alt="francischuang avatar"
+ width="24" height="24">
+ francischuang
+ </a>
+ </div>
+ <div class="post-content">
+ <!--
+
+-->
+
+<p>Apache Calcite Avatica Go 3.2.0 is a minor release of Avatica Go with fixes
to the import paths after enabling
+support for Go modules.</p>
+
+<p>The 3.1.0 release contained a bug where packages within the library used
the <code
class="highlighter-rouge">"github.com/apache/calcite-avatica-go"</code>
+import path rather than the <code
class="highlighter-rouge">"github.com/apache/calcite-avatica-go/v3"</code>
import path. This resulted in an issue where
+2 versions of the library are being used at the same time, causing some
programs to not build.</p>
+
+<p><strong>The Calcite team recommends consumers of the Avatica Go library to
not use the 3.1.0 release and ensure that the
+3.2.0 release is being used.</strong></p>
+
+
+
+ <p>See the <a href="/avatica/docs/history.html#v3-2-0">release
notes</a>;
+ <a
href="/avatica/downloads/avatica.html#source-releases">download</a> the
release.</p>
+
+
+ </div>
+</article>
+
+ </div>
+
+ <div class="unit one-fifth hide-on-mobiles">
+ <aside>
+ <ul>
+ <li class="">
+ <a href="/avatica/news/">All News</a>
+ </li>
+ <li class="">
+ <a href="/avatica/news/avatica-releases/">Avatica Releases</a>
+ </li>
+ <li class="">
+ <a href="/avatica/news/avatica-go-releases/">Avatica Go Releases</a>
+ </li>
+ </ul>
+ <h4>Recent Releases</h4>
+ <ul>
+
+ <li class="current">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
+ <a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
+ </li>
+
+ <li class="">
+ <a href="/avatica/news/2018/06/24/release-1.12.0/">avatica 1.12.0</a>
+ </li>
+
+ <li class="">
+ <a
href="/avatica/news/2018/04/27/release-avatica-go-3.0.0/">avatica-go 3.0.0</a>
+ </li>
+
+ <li class="">
+ <a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
+ </li>
+
+ </ul>
+ <h4>Other News</h4>
+ <ul>
+
+ <li class="">
+ <a href="/avatica/news/2017/03/31/new-avatica-repository/">New
Avatica Repository</a>
+ </li>
+
+ <li class="">
+ <a href="/avatica/news/2016/03/03/separate-project/">Splitting
Avatica from Calcite</a>
+ </li>
+
+ </ul>
+ </aside>
+</div>
+
+
+ <div class="clear"></div>
+
+ </div>
+ </section>
+
+
+ <footer role="contentinfo">
+ <div id="poweredby">
+ <a href="http://www.apache.org/">
+ <span class="sr-only">Apache</span>
+ <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache
Logo"></a>
+ </div>
+ <div id="copyright">
+ <p>The contents of this website are © 2018
+ <a href="https://www.apache.org/">Apache Software Foundation</a>
+ under the terms of
+ the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
+ Apache License v2</a>. Apache Calcite and its logo are
+ trademarks of the Apache Software Foundation.</p>
+ </div>
+</footer>
+
+ <script>
+ var anchorForId = function (id) {
+ var anchor = document.createElement("a");
+ anchor.className = "header-link";
+ anchor.href = "#" + id;
+ anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa
fa-link\"></i>";
+ anchor.title = "Permalink";
+ return anchor;
+ };
+
+ var linkifyAnchors = function (level, containingElement) {
+ var headers = containingElement.getElementsByTagName("h" + level);
+ for (var h = 0; h < headers.length; h++) {
+ var header = headers[h];
+
+ if (typeof header.id !== "undefined" && header.id !== "") {
+ header.appendChild(anchorForId(header.id));
+ }
+ }
+ };
+
+ document.onreadystatechange = function () {
+ if (this.readyState === "complete") {
+ var contentBlock = document.getElementsByClassName("docs")[0] ||
document.getElementsByClassName("news")[0];
+ if (!contentBlock) {
+ return;
+ }
+ for (var level = 1; level <= 6; level++) {
+ linkifyAnchors(level, contentBlock);
+ }
+ }
+ };
+</script>
+
+
+</body>
+</html>
Propchange:
calcite/site/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html
------------------------------------------------------------------------------
svn:executable = *
Modified: calcite/site/avatica/news/avatica-go-releases/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/avatica-go-releases/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/avatica-go-releases/index.html (original)
+++ calcite/site/avatica/news/avatica-go-releases/index.html Wed Sep 19
00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -120,6 +122,59 @@
<article>
<h2>
+ <a href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">
+ Release Avatica Go 3.2.0
+ </a>
+ </h2>
+ <span class="post-category">
+ <span class="label">
+ release
+ </span>
+ </span>
+ <div class="post-meta">
+ <span class="post-date">
+ 18 Sep 2018
+ </span>
+
+
+
+ <a href="http://github.com/F21" class="post-author">
+ <img src="http://github.com/F21.png"
+ class="avatar" alt="francischuang avatar"
+ width="24" height="24">
+ francischuang
+ </a>
+ </div>
+ <div class="post-content">
+ <!--
+
+-->
+
+<p>Apache Calcite Avatica Go 3.2.0 is a minor release of Avatica Go with fixes
to the import paths after enabling
+support for Go modules.</p>
+
+<p>The 3.1.0 release contained a bug where packages within the library used
the <code
class="highlighter-rouge">"github.com/apache/calcite-avatica-go"</code>
+import path rather than the <code
class="highlighter-rouge">"github.com/apache/calcite-avatica-go/v3"</code>
import path. This resulted in an issue where
+2 versions of the library are being used at the same time, causing some
programs to not build.</p>
+
+<p><strong>The Calcite team recommends consumers of the Avatica Go library to
not use the 3.1.0 release and ensure that the
+3.2.0 release is being used.</strong></p>
+
+
+
+ <p>See the <a href="/avatica/docs/go_history.html#v3-2-0">release
notes</a>;
+ <a
href="/avatica/downloads/avatica-go.html#source-releases">download</a> the
release.</p>
+
+
+ </div>
+</article>
+
+
+
+
+
+<article>
+ <h2>
<a href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">
Release Avatica Go 3.1.0
</a>
@@ -254,6 +309,10 @@ as further development will take place i
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -269,10 +328,6 @@ as further development will take place i
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Modified: calcite/site/avatica/news/avatica-releases/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/avatica-releases/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/avatica-releases/index.html (original)
+++ calcite/site/avatica/news/avatica-releases/index.html Wed Sep 19 00:10:46
2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -119,6 +121,8 @@
+
+
<article>
<h2>
@@ -566,6 +570,10 @@ upgrading to this version.</p>
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -581,10 +589,6 @@ upgrading to this version.</p>
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
Modified: calcite/site/avatica/news/index.html
URL:
http://svn.apache.org/viewvc/calcite/site/avatica/news/index.html?rev=1841277&r1=1841276&r2=1841277&view=diff
==============================================================================
--- calcite/site/avatica/news/index.html (original)
+++ calcite/site/avatica/news/index.html Wed Sep 19 00:10:46 2018
@@ -85,6 +85,8 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
+
<option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
<option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
@@ -119,6 +121,57 @@
<article>
<h2>
+ <a href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">
+ Release Avatica Go 3.2.0
+ </a>
+ </h2>
+ <span class="post-category">
+ <span class="label">
+ release
+ </span>
+ </span>
+ <div class="post-meta">
+ <span class="post-date">
+ 18 Sep 2018
+ </span>
+
+
+
+ <a href="http://github.com/F21" class="post-author">
+ <img src="http://github.com/F21.png"
+ class="avatar" alt="francischuang avatar"
+ width="24" height="24">
+ francischuang
+ </a>
+ </div>
+ <div class="post-content">
+ <!--
+
+-->
+
+<p>Apache Calcite Avatica Go 3.2.0 is a minor release of Avatica Go with fixes
to the import paths after enabling
+support for Go modules.</p>
+
+<p>The 3.1.0 release contained a bug where packages within the library used
the <code
class="highlighter-rouge">"github.com/apache/calcite-avatica-go"</code>
+import path rather than the <code
class="highlighter-rouge">"github.com/apache/calcite-avatica-go/v3"</code>
import path. This resulted in an issue where
+2 versions of the library are being used at the same time, causing some
programs to not build.</p>
+
+<p><strong>The Calcite team recommends consumers of the Avatica Go library to
not use the 3.1.0 release and ensure that the
+3.2.0 release is being used.</strong></p>
+
+
+
+ <p>See the <a href="/avatica/docs/go_history.html#v3-2-0">release
notes</a>;
+ <a
href="/avatica/downloads/avatica-go.html#source-releases">download</a> the
release.</p>
+
+
+ </div>
+</article>
+
+
+
+<article>
+ <h2>
<a href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">
Release Avatica Go 3.1.0
</a>
@@ -754,6 +807,10 @@ of the website.</p>
<ul>
<li class="">
+ <a
href="/avatica/news/2018/09/18/release-avatica-go-3.2.0/">avatica-go 3.2.0</a>
+ </li>
+
+ <li class="">
<a
href="/avatica/news/2018/09/10/release-avatica-go-3.1.0/">avatica-go 3.1.0</a>
</li>
@@ -769,10 +826,6 @@ of the website.</p>
<a href="/avatica/news/2018/03/09/release-1.11.0/">avatica 1.11.0</a>
</li>
- <li class="">
- <a href="/avatica/news/2017/05/30/release-1.10.0/">avatica 1.10.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>