This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/main by this push:
new 258a2b47 Website deployed from
calcite-avatica-go@df11f192bdeaacc6511cf8f99ecac772aed51477
258a2b47 is described below
commit 258a2b472405e6412cc905779b1c672c660a8256
Author: F21 <[email protected]>
AuthorDate: Sun Oct 9 22:55:50 2022 +0000
Website deployed from
calcite-avatica-go@df11f192bdeaacc6511cf8f99ecac772aed51477
---
avatica/docs/go_history.html | 65 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)
diff --git a/avatica/docs/go_history.html b/avatica/docs/go_history.html
index e10c2e83..37ee413e 100644
--- a/avatica/docs/go_history.html
+++ b/avatica/docs/go_history.html
@@ -706,6 +706,71 @@
Downloads are available on the
<a href="/avatica/downloads/avatica-go.html">downloads page</a>.</p>
+<h2 id="v5-2-0"><a
href="https://github.com/apache/calcite-avatica-go/releases/tag/v5.2.0">5.2.0</a>
/ 2022-10-XX</h2>
+
+<p>Apache Calcite Avatica Go 5.2.0 is a maintenance release of Avatica Go with
some dependency updates, bug fixes and a new
+minor feature. This release supports Go 1.18 and 1.19, which are currently the
versions supported and maintained by the
+Go team.</p>
+
+<p>The <code class="language-plaintext
highlighter-rouge">xinsnake/go-http-digest-auth-client</code> digest
authentication client has been replaced with <code class="language-plaintext
highlighter-rouge">icholy/digest</code> as the
+former has been deprecated and is no longer maintained.</p>
+
+<p>The <code class="language-plaintext
highlighter-rouge">driver.SessionResetter</code> has also been implemented,
allowing stale connections to the server to be purged and reset.</p>
+
+<p>Contributors to this release:
+Francis Chuang, Guozhong Li</p>
+
+<p>Features and bug fixes</p>
+
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5072">CALCITE-5072</a>]
+Index out of range when calling rows.Next()</li>
+ <li>Add Apache license header to website publication Github workflows</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5077">CALCITE-5077</a>]
+ResetSession implements driver.SessionResetter</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-4147">CALCITE-4147</a>]
+Rename “master” branch to “main”</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5234">CALCITE-5234</a>]
+Remove witch / live-reload support for development</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5237">CALCITE-5237</a>]
+Upgrade dependencies and regenerate protobufs</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5312">CALCITE-5312</a>]
+Replace http digest auth library with github.com/icholy/digest</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5317">CALCITE-5317</a>]
+Remove redundant type declarations</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5318">CALCITE-5318</a>]
+Replace deprecated ioutil methods with io and os equivalents</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5319">CALCITE-5319</a>]
+Remove DualStack dial option in HTTP client as it is deprecated and enabled by
default</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5320">CALCITE-5320</a>]
+Switch from deprecated_first_frame_max_size to first_frame_max_size protobuf
member for setting the first frame max size</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5322">CALCITE-5322</a>]
+Remove deprecated build tags</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5323">CALCITE-5323</a>]
+Do not copy lock handle in statement</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5324">CALCITE-5324</a>]
+Cancel context in tests</li>
+</ul>
+
+<p>Tests</p>
+
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5235">CALCITE-5235</a>]
+Run Github Actions tests using docker and upgrade Go</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5236">CALCITE-5236</a>]
+Test against Avatica 1.22 by default in docker-compose.yml</li>
+</ul>
+
+<p>Web site and documentation:</p>
+
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-3129">CALCITE-3129</a>]
+Automate website builds</li>
+ <li>Push website only if there are changes</li>
+ <li>Link Go reference to the latest version of the documentation</li>
+ <li>Fix formatting in documentation</li>
+</ul>
+
<h2 id="v5-1-0"><a
href="https://github.com/apache/calcite-avatica-go/releases/tag/v5.1.0">5.1.0</a>
/ 2022-03-27</h2>
<p>Apache Calcite Avatica Go 5.1.0 is a maintenance release of Avatica Go with
some dependency updates and bug fixes.