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 b632923  Update website for 5.3.0 release
b632923 is described below

commit b6329233a3d4d8e9a3bcd116e867815baa285bef
Author: Francis Chuang <[email protected]>
AuthorDate: Mon Dec 11 18:58:47 2023 +1100

    Update website for 5.3.0 release
---
 site/_docs/go_history.md                           |  4 +--
 site/_posts/2022-12-11-release-avatica-go-5.3.0.md | 35 ++++++++++++++++++++++
 2 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/site/_docs/go_history.md b/site/_docs/go_history.md
index 121ca6d..6e3f14e 100644
--- a/site/_docs/go_history.md
+++ b/site/_docs/go_history.md
@@ -28,13 +28,13 @@ 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.3.0";>5.3.0</a>
 / 2023-12-XX
+## <a 
href="https://github.com/apache/calcite-avatica-go/releases/tag/v5.3.0";>5.3.0</a>
 / 2023-12-11
 {: #v5-3-0}
 
 Apache Calcite Avatica Go 5.3.0 includes a few bug fixes and dependency 
updates.
 
 Contributors to this release:
-Egor Riashin
+Egor Riashin,
 Francis Chuang (Release Manager),
 Parag Jain
 
diff --git a/site/_posts/2022-12-11-release-avatica-go-5.3.0.md 
b/site/_posts/2022-12-11-release-avatica-go-5.3.0.md
new file mode 100644
index 0000000..9ce3853
--- /dev/null
+++ b/site/_posts/2022-12-11-release-avatica-go-5.3.0.md
@@ -0,0 +1,35 @@
+---
+layout: news_item
+date: "2023-12-11 08:30:00 +0000"
+author: francischuang
+version: 5.3.0
+categories: [release]
+tag: v5-3-0
+sha: 8657d0a
+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 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.
+
+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

Reply via email to