Skip to content

Commit 28aebdc

Browse files
committed
Update website for 5.4.0 release
1 parent f0d392b commit 28aebdc

3 files changed

+39
-3
lines changed

site/_docs/go_history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For a full list of releases, see
2828
Downloads are available on the
2929
[downloads page]({{ site.baseurl }}/downloads/avatica-go.html).
3030

31-
## <a href="https://github.com/apache/calcite-avatica-go/releases/tag/v5.4.0">5.4.0</a> / 2025-03-XX
31+
## <a href="https://github.com/apache/calcite-avatica-go/releases/tag/v5.4.0">5.4.0</a> / 2025-03-05
3232
{: #v5-4-0}
3333

3434
Apache Calcite Avatica Go 5.4.0 includes dependency updates and various minor improvements.

site/_posts/2022-12-11-release-avatica-go-5.3.0.md site/_posts/2023-12-11-release-avatica-go-5.3.0.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ Apache Calcite Avatica Go 5.3.0 is a maintenance release of Avatica Go including
3131
This release supports Go 1.20 and 1.21, which are currently the versions supported and maintained by the
3232
Go team.
3333

34-
The Calcite team recommends users of this package to upgrade to this version, where practical, as bugs causing panics
35-
have been resolved in this release.
34+
A detailed his
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: news_item
3+
date: "2025-03-05 08:30:00 +0000"
4+
author: francischuang
5+
version: 5.4.0
6+
categories: [release]
7+
tag: v5-4-0
8+
sha: f0d392b
9+
component: avatica-go
10+
---
11+
<!--
12+
{% comment %}
13+
Licensed to the Apache Software Foundation (ASF) under one or more
14+
contributor license agreements. See the NOTICE file distributed with
15+
this work for additional information regarding copyright ownership.
16+
The ASF licenses this file to you under the Apache License, Version 2.0
17+
(the "License"); you may not use this file except in compliance with
18+
the License. You may obtain a copy of the License at
19+
20+
http://www.apache.org/licenses/LICENSE-2.0
21+
22+
Unless required by applicable law or agreed to in writing, software
23+
distributed under the License is distributed on an "AS IS" BASIS,
24+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25+
See the License for the specific language governing permissions and
26+
limitations under the License.
27+
{% endcomment %}
28+
-->
29+
30+
Apache Calcite Avatica Go 5.4.0 includes dependency updates and various minor improvements.
31+
32+
The Avatica protobuf messages have been recompiled to use the new [opaque API](https://go.dev/blog/protobuf-opaque). This
33+
change is internal and does not affect users of the Avatica Go client, but maintains best practices and follows the
34+
leading-edge of protobuf usage in Go.
35+
36+
See the list of [bug fixes and new features]({{ site.baseurl }}/docs/go_history.html#v5-4-0)
37+
for more information.

0 commit comments

Comments
 (0)