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 4bccdd3fd Website deployed from
calcite-avatica-go@f0d392bcf1dc7de85b4b367b1ee0ea96d957f55d
4bccdd3fd is described below
commit 4bccdd3fd5ddf7cbf9bbc5f3055d6f1995c8e4c8
Author: F21 <[email protected]>
AuthorDate: Wed Feb 26 10:16:57 2025 +0000
Website deployed from
calcite-avatica-go@f0d392bcf1dc7de85b4b367b1ee0ea96d957f55d
---
avatica/docs/go_history.html | 49 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/avatica/docs/go_history.html b/avatica/docs/go_history.html
index 062c6fb87..1b9d20752 100755
--- a/avatica/docs/go_history.html
+++ b/avatica/docs/go_history.html
@@ -722,6 +722,55 @@
Downloads are available on the
<a href="/avatica/downloads/avatica-go.html">downloads page</a>.</p>
+<h2 id="v5-4-0"><a
href="https://github.com/apache/calcite-avatica-go/releases/tag/v5.4.0">5.4.0</a>
/ 2025-03-XX</h2>
+
+<p>Apache Calcite Avatica Go 5.4.0 includes dependency updates and various
minor improvements.</p>
+
+<p>The Avatica protobuf messages have been recompiled to use the new <a
href="https://go.dev/blog/protobuf-opaque">opaque API</a>. This
+change is internal and does not affect users of the Avatica Go client, but
maintains best practices and follows the
+leading-edge of protobuf usage in Go.</p>
+
+<p>Contributors to this release:
+Francis Chuang (Release Manager)</p>
+
+<p>Features and bug fixes</p>
+<ul>
+ <li>Bump golang.org/x/crypto from 0.14.0 to 0.17.0</li>
+ <li>Bump google.golang.org/protobuf from 1.31.0 to 1.33.0</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6339">CALCITE-6339</a>]
+Replace hashicorp/go-uuid with google/uuid</li>
+ <li>Bump golang.org/x/net from 0.17.0 to 0.23.0</li>
+ <li>Bump golang.org/x/crypto from 0.21.0 to 0.31.0</li>
+ <li>Bump golang.org/x/net from 0.23.0 to 0.33.0</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6859">CALCITE-6859</a>]
+Upgrade dependencies</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6861">CALCITE-6861</a>]
+Switch to opaque protobuf API</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6862">CALCITE-6862</a>]
+Cleanup minor warnings</li>
+</ul>
+
+<p>Tests</p>
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6359">CALCITE-6359</a>]
+Update GitHub Actions workflows to use docker compose v2</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6857">CALCITE-6857</a>]
+Upgrade to Go 1.23 and 1.24</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6858">CALCITE-6858</a>]
+Upgrade GitHub actions</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6860">CALCITE-6860</a>]
+Test against new Avatica versions</li>
+</ul>
+
+<p>Web site and documentation</p>
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6158">CALCITE-6158</a>]
+Add instructions for building/testing the project in README file</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6360">CALCITE-6360</a>]
+Add .asf.yaml to calcite-avatica-go repository</li>
+ <li>Site: Remove documentation for live-reloading during development as it
has been removed from the project</li>
+</ul>
+
<h2 id="v5-3-0"><a
href="https://github.com/apache/calcite-avatica-go/releases/tag/v5.3.0">5.3.0</a>
/ 2023-12-11</h2>
<p>Apache Calcite Avatica Go 5.3.0 includes a few bug fixes and dependency
updates.</p>