This is an automated email from the ASF dual-hosted git repository.

francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 28aebdc  Update website for 5.4.0 release
28aebdc is described below

commit 28aebdc005e32b2ef073115b956d7fb039b904c2
Author: Francis Chuang <[email protected]>
AuthorDate: Wed Mar 5 07:53:09 2025 +1100

    Update website for 5.4.0 release
---
 site/_docs/go_history.md                             |  2 +-
 ...3.0.md => 2023-12-11-release-avatica-go-5.3.0.md} |  3 +--
 ...3.0.md => 2025-03-05-release-avatica-go-5.4.0.md} | 20 +++++++++++---------
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/site/_docs/go_history.md b/site/_docs/go_history.md
index e841e6f..d67c905 100644
--- a/site/_docs/go_history.md
+++ b/site/_docs/go_history.md
@@ -28,7 +28,7 @@ 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/v5.4.0";>5.4.0</a>
 / 2025-03-XX
+## <a 
href="https://github.com/apache/calcite-avatica-go/releases/tag/v5.4.0";>5.4.0</a>
 / 2025-03-05
 {: #v5-4-0}
 
 Apache Calcite Avatica Go 5.4.0 includes dependency updates and various minor 
improvements.
diff --git a/site/_posts/2022-12-11-release-avatica-go-5.3.0.md 
b/site/_posts/2023-12-11-release-avatica-go-5.3.0.md
similarity index 88%
copy from site/_posts/2022-12-11-release-avatica-go-5.3.0.md
copy to site/_posts/2023-12-11-release-avatica-go-5.3.0.md
index 9ce3853..c17c443 100644
--- a/site/_posts/2022-12-11-release-avatica-go-5.3.0.md
+++ b/site/_posts/2023-12-11-release-avatica-go-5.3.0.md
@@ -31,5 +31,4 @@ Apache Calcite Avatica Go 5.3.0 is a maintenance release of 
Avatica Go including
 This release supports Go 1.20 and 1.21, which are currently the versions 
supported and maintained by the
 Go team.
 
-The Calcite team recommends users of this package to upgrade to this version, 
where practical, as bugs causing panics
-have been resolved in this release.
\ No newline at end of file
+A detailed his
\ No newline at end of file
diff --git a/site/_posts/2022-12-11-release-avatica-go-5.3.0.md 
b/site/_posts/2025-03-05-release-avatica-go-5.4.0.md
similarity index 61%
rename from site/_posts/2022-12-11-release-avatica-go-5.3.0.md
rename to site/_posts/2025-03-05-release-avatica-go-5.4.0.md
index 9ce3853..ae16731 100644
--- a/site/_posts/2022-12-11-release-avatica-go-5.3.0.md
+++ b/site/_posts/2025-03-05-release-avatica-go-5.4.0.md
@@ -1,11 +1,11 @@
 ---
 layout: news_item
-date: "2023-12-11 08:30:00 +0000"
+date: "2025-03-05 08:30:00 +0000"
 author: francischuang
-version: 5.3.0
+version: 5.4.0
 categories: [release]
-tag: v5-3-0
-sha: 8657d0a
+tag: v5-4-0
+sha: f0d392b
 component: avatica-go
 ---
 <!--
@@ -27,9 +27,11 @@ limitations under the License.
 {% endcomment %}
 -->
 
-Apache Calcite Avatica Go 5.3.0 is a maintenance release of Avatica Go 
including dependency updates and bug fixes. 
-This release supports Go 1.20 and 1.21, which are currently the versions 
supported and maintained by the
-Go team.
+Apache Calcite Avatica Go 5.4.0 includes dependency updates and various minor 
improvements.
 
-The Calcite team recommends users of this package to upgrade to this version, 
where practical, as bugs causing panics
-have been resolved in this release.
\ No newline at end of file
+The Avatica protobuf messages have been recompiled to use the new [opaque 
API](https://go.dev/blog/protobuf-opaque). 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.
+
+See the list of [bug fixes and new features]({{ site.baseurl 
}}/docs/go_history.html#v5-4-0)
+for more information.
\ No newline at end of file

Reply via email to