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 5a32128b0 Website deployed from
calcite-avatica@7754d942f858e5521966c1771cf2e111e8a7ef87
5a32128b0 is described below
commit 5a32128b00627b678e591e562f025b40eb2f74ca
Author: F21 <[email protected]>
AuthorDate: Mon Sep 29 23:05:39 2025 +0000
Website deployed from
calcite-avatica@7754d942f858e5521966c1771cf2e111e8a7ef87
---
avatica/docs/history.html | 12 +-
avatica/downloads/avatica-go.html | 2 +-
avatica/downloads/avatica.html | 12 +-
.../news/2016/03/04/separate-project/index.html | 10 +-
avatica/news/2016/03/18/release-1.7.1/index.html | 10 +-
avatica/news/2016/06/04/release-1.8.0/index.html | 10 +-
avatica/news/2016/11/01/release-1.9.0/index.html | 10 +-
.../2017/03/31/new-avatica-repository/index.html | 10 +-
avatica/news/2017/05/30/release-1.10.0/index.html | 10 +-
avatica/news/2018/03/09/release-1.11.0/index.html | 10 +-
.../2018/04/27/release-avatica-go-3.0.0/index.html | 10 +-
avatica/news/2018/06/24/release-1.12.0/index.html | 10 +-
.../2018/09/10/release-avatica-go-3.1.0/index.html | 10 +-
.../2018/09/18/release-avatica-go-3.2.0/index.html | 10 +-
avatica/news/2018/12/04/release-1.13.0/index.html | 10 +-
avatica/news/2019/04/29/release-1.14.0/index.html | 10 +-
avatica/news/2019/05/13/release-1.15.0/index.html | 10 +-
.../2019/05/16/release-avatica-go-4.0.0/index.html | 10 +-
avatica/news/2019/12/19/release-1.16.0/index.html | 10 +-
avatica/news/2020/06/22/release-1.17.0/index.html | 10 +-
.../2020/07/16/release-avatica-go-5.0.0/index.html | 10 +-
avatica/news/2021/05/18/release-1.18.0/index.html | 10 +-
avatica/news/2021/10/11/release-1.19.0/index.html | 10 +-
avatica/news/2021/12/13/release-1.20.0/index.html | 10 +-
.../2022/03/27/release-avatica-go-5.1.0/index.html | 10 +-
avatica/news/2022/05/08/release-1.21.0/index.html | 10 +-
avatica/news/2022/07/28/release-1.22.0/index.html | 10 +-
.../2022/10/13/release-avatica-go-5.2.0/index.html | 10 +-
avatica/news/2023/01/19/release-1.23.0/index.html | 10 +-
avatica/news/2023/12/04/release-1.24.0/index.html | 10 +-
.../2023/12/11/release-avatica-go-5.3.0/index.html | 10 +-
avatica/news/2024/04/05/release-1.25.0/index.html | 10 +-
avatica/news/2025/02/24/release-1.26.0/index.html | 10 +-
.../2025/03/05/release-avatica-go-5.4.0/index.html | 10 +-
avatica/news/2025/09/30/release-1.27.0/index.html | 331 ---------------------
avatica/news/avatica-go-releases/index.html | 12 +-
avatica/news/avatica-releases/index.html | 59 +---
avatica/news/index.html | 57 +---
38 files changed, 146 insertions(+), 649 deletions(-)
diff --git a/avatica/docs/history.html b/avatica/docs/history.html
index b13a47f02..38204ade6 100755
--- a/avatica/docs/history.html
+++ b/avatica/docs/history.html
@@ -722,9 +722,9 @@
Downloads are available on the
<a href="/avatica/downloads/avatica.html">downloads page</a>.</p>
-<h2 id="v1-27-0"><a
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.27.0">1.27.0</a>
/ 2025-10-30</h2>
+<h2 id="v1-27-0"><a
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.27.0">1.27.0</a>
/ 2025-10-XX</h2>
-<p>Avatica 1.27.0 contains dependency upgrades, Gradle 8.14 and support for
MySQL unsigned types.</p>
+<p>Avatica 1.27.0 contains dependency upgrades and support for MySQL unsigned
types.</p>
<p>Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
using JDK/OpenJDK versions 8, 11, 17, 21, 23;
@@ -741,6 +741,10 @@ Zhengqiang Duan.</p>
<p>Features and bug fixes</p>
<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6851">CALCITE-6851</a>]
+ShadingTest.validateShadedJar fails on first/clean build</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6854">CALCITE-6854</a>]
+ConnectionPropertiesHATest fails when running in eclipse-temurin:8 docker
container on Windows</li>
<li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-1480">CALCITE-1480</a>]
Support specifying ciphersuites and algorithms for TLS</li>
<li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5094">CALCITE-5094</a>]
@@ -766,10 +770,6 @@ Update Jackson from 2.15.4 to 2.18.4.1 and switch to using
jackson-bom in Avatic
<p>Build and tests</p>
<ul>
- <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6851">CALCITE-6851</a>]
-ShadingTest.validateShadedJar fails on first/clean build</li>
- <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6854">CALCITE-6854</a>]
-ConnectionPropertiesHATest fails when running in eclipse-temurin:8 docker
container on Windows</li>
<li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-7166">CALCITE-7166</a>]
Update Gradle from 8.7 to 8.14.3 in Avatica</li>
</ul>
diff --git a/avatica/downloads/avatica-go.html
b/avatica/downloads/avatica-go.html
index 7d086e80a..d45f367dc 100755
--- a/avatica/downloads/avatica-go.html
+++ b/avatica/downloads/avatica-go.html
@@ -114,7 +114,7 @@
<td style="text-align: left"><a
href="/avatica/docs/go_history.html#v5-4-0">5.4.0</a></td>
<td style="text-align: left">05 Mar 2025</td>
<td style="text-align: left"><a
href="https://github.com/apache/calcite-avatica-go/commit/f0d392b">f0d392b</a></td>
- <td style="text-align: left"><a
href="https://archive.apache.org/dist/calcite/apache-calcite-avatica-go-5.4.0/apache-calcite-avatica-go-5.4.0-src.tar.gz">tar</a>
(<a
href="https://archive.apache.org/dist/calcite/apache-calcite-avatica-go-5.4.0/apache-calcite-avatica-go-5.4.0-src.tar.gz.sha512">sha512</a>
<a
href="https://archive.apache.org/dist/calcite/apache-calcite-avatica-go-5.4.0/apache-calcite-avatica-go-5.4.0-src.tar.gz.asc">pgp</a>)</td>
+ <td style="text-align: left"><a
href="https://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-avatica-go-5.4.0/apache-calcite-avatica-go-5.4.0-src.tar.gz&action=download">tar</a>
(<a
href="https://downloads.apache.org/calcite/apache-calcite-avatica-go-5.4.0/apache-calcite-avatica-go-5.4.0-src.tar.gz.sha512">sha512</a>
<a
href="https://downloads.apache.org/calcite/apache-calcite-avatica-go-5.4.0/apache-calcite-avatica-go-5.4.0-src.tar.gz.asc">pgp</a>)</td>
</tr>
<tr>
<td style="text-align: left"><a
href="/avatica/docs/go_history.html#v5-3-0">5.3.0</a></td>
diff --git a/avatica/downloads/avatica.html b/avatica/downloads/avatica.html
index aaf70e542..443cdfe9f 100755
--- a/avatica/downloads/avatica.html
+++ b/avatica/downloads/avatica.html
@@ -112,12 +112,6 @@
</tr>
</thead>
<tbody>
- <tr>
- <td style="text-align: left"><a
href="/avatica/docs/history.html#v1-27-0">1.27.0</a></td>
- <td style="text-align: left">30 Sep 2025</td>
- <td style="text-align: left"><a
href="https://github.com/apache/calcite-avatica/commit/7754d94">7754d94</a></td>
- <td style="text-align: left"><a
href="https://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-avatica-1.27.0/apache-calcite-avatica-1.27.0-src.tar.gz&action=download">tar</a>
(<a
href="https://downloads.apache.org/calcite/apache-calcite-avatica-1.27.0/apache-calcite-avatica-1.27.0-src.tar.gz.sha512">sha512</a>
<a
href="https://downloads.apache.org/calcite/apache-calcite-avatica-1.27.0/apache-calcite-avatica-1.27.0-src.tar.gz.asc">pgp</a>)</td>
- </tr>
<tr>
<td style="text-align: left"><a
href="/avatica/docs/history.html#v1-26-0">1.26.0</a></td>
<td style="text-align: left">24 Feb 2025</td>
@@ -286,12 +280,12 @@ releases). For more information why this must be done,
please read <a href="http
<span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.calcite.avatica<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>avatica<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.27.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>5.4.0<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.calcite.avatica<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>avatica-server<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.27.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>5.4.0<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"></dependencies></span></code></pre></figure>
@@ -301,7 +295,7 @@ releases). For more information why this must be done,
please read <a href="http
<span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.calcite.avatica<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>avatica-core<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.27.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>5.4.0<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"></dependencies></span></code></pre></figure>
diff --git a/avatica/news/2016/03/04/separate-project/index.html
b/avatica/news/2016/03/04/separate-project/index.html
index 0f484b73e..8a4cca73b 100755
--- a/avatica/news/2016/03/04/separate-project/index.html
+++ b/avatica/news/2016/03/04/separate-project/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -227,10 +225,6 @@ features in the other.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -247,6 +241,10 @@ features in the other.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2016/03/18/release-1.7.1/index.html
b/avatica/news/2016/03/18/release-1.7.1/index.html
index eca30fba3..9aba462a9 100755
--- a/avatica/news/2016/03/18/release-1.7.1/index.html
+++ b/avatica/news/2016/03/18/release-1.7.1/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -285,10 +283,6 @@ upgrading to this version.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -305,6 +299,10 @@ upgrading to this version.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2016/06/04/release-1.8.0/index.html
b/avatica/news/2016/06/04/release-1.8.0/index.html
index 2bc8f1162..89d5eeee2 100755
--- a/avatica/news/2016/06/04/release-1.8.0/index.html
+++ b/avatica/news/2016/06/04/release-1.8.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -283,10 +281,6 @@ The wire API documentation for Protocol Buffers continues
to receive updates as
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -303,6 +297,10 @@ The wire API documentation for Protocol Buffers continues
to receive updates as
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2016/11/01/release-1.9.0/index.html
b/avatica/news/2016/11/01/release-1.9.0/index.html
index c041b300e..15113e49e 100755
--- a/avatica/news/2016/11/01/release-1.9.0/index.html
+++ b/avatica/news/2016/11/01/release-1.9.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -242,10 +240,6 @@ and
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -262,6 +256,10 @@ and
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2017/03/31/new-avatica-repository/index.html
b/avatica/news/2017/03/31/new-avatica-repository/index.html
index ed4bb3ae7..15972cf19 100755
--- a/avatica/news/2017/03/31/new-avatica-repository/index.html
+++ b/avatica/news/2017/03/31/new-avatica-repository/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -230,10 +228,6 @@ with a mirrored-copy also available on Github at <a
href="https://github.com/apa
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -250,6 +244,10 @@ with a mirrored-copy also available on Github at <a
href="https://github.com/apa
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2017/05/30/release-1.10.0/index.html
b/avatica/news/2017/05/30/release-1.10.0/index.html
index 6328ebac2..28eef256d 100755
--- a/avatica/news/2017/05/30/release-1.10.0/index.html
+++ b/avatica/news/2017/05/30/release-1.10.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -242,10 +240,6 @@ and over 20 <a
href="/avatica/docs/history.html#v1-10-0">other new features and
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -262,6 +256,10 @@ and over 20 <a
href="/avatica/docs/history.html#v1-10-0">other new features and
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2018/03/09/release-1.11.0/index.html
b/avatica/news/2018/03/09/release-1.11.0/index.html
index 8833f0dd5..e4d3d4b63 100755
--- a/avatica/news/2018/03/09/release-1.11.0/index.html
+++ b/avatica/news/2018/03/09/release-1.11.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -227,10 +225,6 @@ support for JDK 7. There are more than 20
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -247,6 +241,10 @@ support for JDK 7. There are more than 20
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html
b/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html
index 79e802858..b731d793a 100755
--- a/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html
+++ b/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -234,10 +232,6 @@ as further development will take place in the <code
class="language-plaintext hi
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -254,6 +248,10 @@ as further development will take place in the <code
class="language-plaintext hi
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2018/06/24/release-1.12.0/index.html
b/avatica/news/2018/06/24/release-1.12.0/index.html
index 9271acbd8..1d5489bd7 100755
--- a/avatica/news/2018/06/24/release-1.12.0/index.html
+++ b/avatica/news/2018/06/24/release-1.12.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -227,10 +225,6 @@ ZIP archives will no longer be produced from this release
onwards.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -247,6 +241,10 @@ ZIP archives will no longer be produced from this release
onwards.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html
b/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html
index fe6abc83a..ad9aef675 100755
--- a/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html
+++ b/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -232,10 +230,6 @@ Go modules where possible.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -252,6 +246,10 @@ Go modules where possible.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html
b/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html
index a30f7efa9..27cde0870 100755
--- a/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html
+++ b/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -233,10 +231,6 @@ import path rather than the <code
class="language-plaintext highlighter-rouge">"
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -253,6 +247,10 @@ import path rather than the <code
class="language-plaintext highlighter-rouge">"
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2018/12/04/release-1.13.0/index.html
b/avatica/news/2018/12/04/release-1.13.0/index.html
index 80f725699..7303c9aa3 100755
--- a/avatica/news/2018/12/04/release-1.13.0/index.html
+++ b/avatica/news/2018/12/04/release-1.13.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -226,10 +224,6 @@
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -246,6 +240,10 @@
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2019/04/29/release-1.14.0/index.html
b/avatica/news/2019/04/29/release-1.14.0/index.html
index bf9a99900..698910668 100755
--- a/avatica/news/2019/04/29/release-1.14.0/index.html
+++ b/avatica/news/2019/04/29/release-1.14.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -230,10 +228,6 @@ Avatica users are encouraged to upgrade to 1.14.0 where
practical.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -250,6 +244,10 @@ Avatica users are encouraged to upgrade to 1.14.0 where
practical.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2019/05/13/release-1.15.0/index.html
b/avatica/news/2019/05/13/release-1.15.0/index.html
index e839ae1e7..42db73ee0 100755
--- a/avatica/news/2019/05/13/release-1.15.0/index.html
+++ b/avatica/news/2019/05/13/release-1.15.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -232,10 +230,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -252,6 +246,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2019/05/16/release-avatica-go-4.0.0/index.html
b/avatica/news/2019/05/16/release-avatica-go-4.0.0/index.html
index 26cf8c44f..81cf0da2e 100755
--- a/avatica/news/2019/05/16/release-avatica-go-4.0.0/index.html
+++ b/avatica/news/2019/05/16/release-avatica-go-4.0.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -241,10 +239,6 @@ used by this package have also been upgraded.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -261,6 +255,10 @@ used by this package have also been upgraded.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2019/12/19/release-1.16.0/index.html
b/avatica/news/2019/12/19/release-1.16.0/index.html
index 1828fa009..97a588064 100755
--- a/avatica/news/2019/12/19/release-1.16.0/index.html
+++ b/avatica/news/2019/12/19/release-1.16.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -230,10 +228,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -250,6 +244,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2020/06/22/release-1.17.0/index.html
b/avatica/news/2020/06/22/release-1.17.0/index.html
index 0a3eb1f8b..846323f2c 100755
--- a/avatica/news/2020/06/22/release-1.17.0/index.html
+++ b/avatica/news/2020/06/22/release-1.17.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -230,10 +228,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -250,6 +244,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2020/07/16/release-avatica-go-5.0.0/index.html
b/avatica/news/2020/07/16/release-avatica-go-5.0.0/index.html
index e6b0a7959..1a045d7d8 100755
--- a/avatica/news/2020/07/16/release-avatica-go-5.0.0/index.html
+++ b/avatica/news/2020/07/16/release-avatica-go-5.0.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -245,10 +243,6 @@ used by this package have also been upgraded.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -265,6 +259,10 @@ used by this package have also been upgraded.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2021/05/18/release-1.18.0/index.html
b/avatica/news/2021/05/18/release-1.18.0/index.html
index 5c1d3ad68..ef37150ce 100755
--- a/avatica/news/2021/05/18/release-1.18.0/index.html
+++ b/avatica/news/2021/05/18/release-1.18.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -235,10 +233,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -255,6 +249,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2021/10/11/release-1.19.0/index.html
b/avatica/news/2021/10/11/release-1.19.0/index.html
index 1a9422398..87b9d31da 100755
--- a/avatica/news/2021/10/11/release-1.19.0/index.html
+++ b/avatica/news/2021/10/11/release-1.19.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -229,10 +227,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -249,6 +243,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2021/12/13/release-1.20.0/index.html
b/avatica/news/2021/12/13/release-1.20.0/index.html
index d231373e5..696cc54a9 100755
--- a/avatica/news/2021/12/13/release-1.20.0/index.html
+++ b/avatica/news/2021/12/13/release-1.20.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -233,10 +231,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -253,6 +247,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2022/03/27/release-avatica-go-5.1.0/index.html
b/avatica/news/2022/03/27/release-avatica-go-5.1.0/index.html
index 0b4c24629..be166527f 100755
--- a/avatica/news/2022/03/27/release-avatica-go-5.1.0/index.html
+++ b/avatica/news/2022/03/27/release-avatica-go-5.1.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -234,10 +232,6 @@ used by this package have also been upgraded.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -254,6 +248,10 @@ used by this package have also been upgraded.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2022/05/08/release-1.21.0/index.html
b/avatica/news/2022/05/08/release-1.21.0/index.html
index f7396a2fb..be5979897 100755
--- a/avatica/news/2022/05/08/release-1.21.0/index.html
+++ b/avatica/news/2022/05/08/release-1.21.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -232,10 +230,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -252,6 +246,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2022/07/28/release-1.22.0/index.html
b/avatica/news/2022/07/28/release-1.22.0/index.html
index e89023bb0..8f88660c8 100755
--- a/avatica/news/2022/07/28/release-1.22.0/index.html
+++ b/avatica/news/2022/07/28/release-1.22.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -232,10 +230,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -252,6 +246,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2022/10/13/release-avatica-go-5.2.0/index.html
b/avatica/news/2022/10/13/release-avatica-go-5.2.0/index.html
index 118172057..ec8ed1632 100755
--- a/avatica/news/2022/10/13/release-avatica-go-5.2.0/index.html
+++ b/avatica/news/2022/10/13/release-avatica-go-5.2.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -234,10 +232,6 @@ used by this package have also been upgraded.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -254,6 +248,10 @@ used by this package have also been upgraded.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2023/01/19/release-1.23.0/index.html
b/avatica/news/2023/01/19/release-1.23.0/index.html
index 841a61ab7..b13fa5e3e 100755
--- a/avatica/news/2023/01/19/release-1.23.0/index.html
+++ b/avatica/news/2023/01/19/release-1.23.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -246,10 +244,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -266,6 +260,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2023/12/04/release-1.24.0/index.html
b/avatica/news/2023/12/04/release-1.24.0/index.html
index 7522adc90..ad0d7530b 100755
--- a/avatica/news/2023/12/04/release-1.24.0/index.html
+++ b/avatica/news/2023/12/04/release-1.24.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -232,10 +230,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -252,6 +246,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="current">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2023/12/11/release-avatica-go-5.3.0/index.html
b/avatica/news/2023/12/11/release-avatica-go-5.3.0/index.html
index 87f598854..2756c8b85 100755
--- a/avatica/news/2023/12/11/release-avatica-go-5.3.0/index.html
+++ b/avatica/news/2023/12/11/release-avatica-go-5.3.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -229,10 +227,6 @@ Go team.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -249,6 +243,10 @@ Go team.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2024/04/05/release-1.25.0/index.html
b/avatica/news/2024/04/05/release-1.25.0/index.html
index e737a1011..09c5f94e9 100755
--- a/avatica/news/2024/04/05/release-1.25.0/index.html
+++ b/avatica/news/2024/04/05/release-1.25.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -234,10 +232,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -254,6 +248,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2025/02/24/release-1.26.0/index.html
b/avatica/news/2025/02/24/release-1.26.0/index.html
index fd5215e75..80947ceb9 100755
--- a/avatica/news/2025/02/24/release-1.26.0/index.html
+++ b/avatica/news/2025/02/24/release-1.26.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -229,10 +227,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -249,6 +243,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2025/03/05/release-avatica-go-5.4.0/index.html
b/avatica/news/2025/03/05/release-avatica-go-5.4.0/index.html
index 6d07048ab..f553e3caa 100755
--- a/avatica/news/2025/03/05/release-avatica-go-5.4.0/index.html
+++ b/avatica/news/2025/03/05/release-avatica-go-5.4.0/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -232,10 +230,6 @@ for more information.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="current">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -252,6 +246,10 @@ for more information.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/2025/09/30/release-1.27.0/index.html
b/avatica/news/2025/09/30/release-1.27.0/index.html
deleted file mode 100755
index 51f198b81..000000000
--- a/avatica/news/2025/09/30/release-1.27.0/index.html
+++ /dev/null
@@ -1,331 +0,0 @@
-<!--
- ~ 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.
- -->
-
-<!DOCTYPE HTML>
-<html lang="en-US">
-<head>
- <meta charset="UTF-8">
- <title>Release 1.27.0</title>
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <meta name="generator" content="Jekyll v4.4.1">
- <link rel="stylesheet" href="/avatica/css/screen.css">
- <link rel="icon" type="image/x-icon" href="/avatica/favicon.ico">
-</head>
-
-
-<body class="wrap">
- <header role="banner">
- <nav class="mobile-nav show-on-mobiles">
- <ul>
- <li class="">
- <a href="/avatica/">Home</a>
- </li>
- <li class="">
- <a href="/avatica/downloads/">Download</a>
- </li>
- <li class="">
- <a href="/avatica/community/">Community</a>
- </li>
- <li class="">
- <a href="/avatica/develop/">Develop</a>
- </li>
- <li class="current">
- <a href="/avatica/news/">News</a>
- </li>
- <li class="">
- <a href="/avatica/docs/">Docs</a>
- </li>
-</ul>
-
- </nav>
- <div class="grid">
- <div class="unit one-third center-on-mobiles">
- <h1>
- <a href="/avatica/">
- <span class="sr-only">Apache Calcite Avatica</span>
- <img src="/avatica/img/logo.png" width="226" height="140"
alt="Calcite Logo">
- </a>
- </h1>
- </div>
- <nav class="main-nav unit two-thirds hide-on-mobiles">
- <ul>
- <li class="">
- <a href="/avatica/">Home</a>
- </li>
- <li class="">
- <a href="/avatica/downloads/">Download</a>
- </li>
- <li class="">
- <a href="/avatica/community/">Community</a>
- </li>
- <li class="">
- <a href="/avatica/develop/">Develop</a>
- </li>
- <li class="current">
- <a href="/avatica/news/">News</a>
- </li>
- <li class="">
- <a href="/avatica/docs/">Docs</a>
- </li>
-</ul>
-
- </nav>
- </div>
-</header>
-
-
- <section class="news">
- <div class="grid">
-
- <div class="docs-nav-mobile unit whole show-on-mobiles">
- <select onchange="if (this.value) window.location.href=this.value">
- <option value="">Navigate the blog…</option>
- <option value="/avatica/news/">Home</option>
- <optgroup label="v1.x">
-
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
- <option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
-
- <option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
-
- <option value="/news/2024/04/05/release-1.25.0/">Release 1.25.0</option>
-
- <option value="/news/2023/12/11/release-avatica-go-5.3.0/">Release
Avatica Go 5.3.0</option>
-
- <option value="/news/2023/12/04/release-1.24.0/">Release 1.24.0</option>
-
- <option value="/news/2023/01/19/release-1.23.0/">Release 1.23.0</option>
-
- <option value="/news/2022/10/13/release-avatica-go-5.2.0/">Release
Avatica Go 5.2.0</option>
-
- <option value="/news/2022/07/28/release-1.22.0/">Release 1.22.0</option>
-
- <option value="/news/2022/05/08/release-1.21.0/">Release 1.21.0</option>
-
- <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release
Avatica Go 5.1.0</option>
-
- <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option>
-
- <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option>
-
- <option value="/news/2021/05/18/release-1.18.0/">Release 1.18.0</option>
-
- <option value="/news/2020/07/16/release-avatica-go-5.0.0/">Release
Avatica Go 5.0.0</option>
-
- <option value="/news/2020/06/22/release-1.17.0/">Release 1.17.0</option>
-
- <option value="/news/2019/12/19/release-1.16.0/">Release 1.16.0</option>
-
- <option value="/news/2019/05/16/release-avatica-go-4.0.0/">Release
Avatica Go 4.0.0</option>
-
- <option value="/news/2019/05/13/release-1.15.0/">Release 1.15.0</option>
-
- <option value="/news/2019/04/29/release-1.14.0/">Release 1.14.0</option>
-
- <option value="/news/2018/12/04/release-1.13.0/">Release 1.13.0</option>
-
- <option value="/news/2018/09/18/release-avatica-go-3.2.0/">Release
Avatica Go 3.2.0</option>
-
- <option value="/news/2018/09/10/release-avatica-go-3.1.0/">Release
Avatica Go 3.1.0</option>
-
- <option value="/news/2018/06/24/release-1.12.0/">Release 1.12.0</option>
-
- <option value="/news/2018/04/27/release-avatica-go-3.0.0/">Release
Avatica Go 3.0.0</option>
-
- <option value="/news/2018/03/09/release-1.11.0/">Release 1.11.0</option>
-
- <option value="/news/2017/05/30/release-1.10.0/">Release 1.10.0</option>
-
- <option value="/news/2017/03/31/new-avatica-repository/">New Avatica
Repository</option>
-
- <option value="/news/2016/11/01/release-1.9.0/">Release 1.9.0</option>
-
- <option value="/news/2016/06/04/release-1.8.0/">Release 1.8.0</option>
-
- <option value="/news/2016/03/18/release-1.7.1/">Release 1.7.1</option>
-
- <option value="/news/2016/03/04/separate-project/">Splitting Avatica
from Calcite</option>
-
- </optgroup>
- </select>
-</div>
-
-
- <div class="unit four-fifths">
- <article>
- <h2>
- Release 1.27.0
- <a href="/news/2025/09/30/release-1.27.0/" class="permalink"
title="Permalink">∞</a>
- </h2>
- <span class="post-category">
- <span class="label">
- release
- </span>
- </span>
- <div class="post-meta">
- <span class="post-date">
- 30 Sep 2025
- </span>
-
-
-
- <a href="http://github.com/F21" class="post-author">
- <img src="https://calcite.apache.org/img/avatars/F21.png"
- class="avatar" alt="francischuang avatar"
- width="24" height="24">
- francischuang
- </a>
- </div>
- <div class="post-content">
- <!--
-
--->
-
-<p>Avatica 1.27.0 contains dependency upgrades, Gradle 8.14 and support for
MySQL unsigned types.</p>
-
-<p>See the list of
-<a href="/avatica/docs/history.html#v1-27-0">bug fixes and new features</a>
-for more information.</p>
-
-
-
- <p>See the <a href="/avatica/docs/history.html#v1-27-0">release
notes</a>;
- <a
href="/avatica/downloads/avatica.html#source-releases">download</a> the
release.</p>
-
-
- </div>
-</article>
-
- </div>
-
- <div class="unit one-fifth hide-on-mobiles">
- <aside>
- <ul>
- <li class="">
- <a href="/avatica/news/">All News</a>
- </li>
- <li class="">
- <a href="/avatica/news/avatica-releases/">Avatica Releases</a>
- </li>
- <li class="">
- <a href="/avatica/news/avatica-go-releases/">Avatica Go Releases</a>
- </li>
- </ul>
- <h4>Recent Releases</h4>
- <ul>
-
- <li class="current">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
- <li class="">
- <a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
- </li>
-
- <li class="">
- <a href="/avatica/news/2025/02/24/release-1.26.0/">avatica 1.26.0</a>
- </li>
-
- <li class="">
- <a href="/avatica/news/2024/04/05/release-1.25.0/">avatica 1.25.0</a>
- </li>
-
- <li class="">
- <a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
- </li>
-
- </ul>
- <h4>Other News</h4>
- <ul>
-
- <li class="">
- <a href="/avatica/news/2017/03/31/new-avatica-repository/">New
Avatica Repository</a>
- </li>
-
- <li class="">
- <a href="/avatica/news/2016/03/04/separate-project/">Splitting
Avatica from Calcite</a>
- </li>
-
- </ul>
- </aside>
-</div>
-
-
- <div class="clear"></div>
-
- </div>
- </section>
-
-
- <footer role="contentinfo">
- <div id="poweredby">
- <a href="http://www.apache.org/">
- <span class="sr-only">Apache</span>
- <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache
Logo"></a>
- </div>
- <div id="copyright">
- <p>The contents of this website are © 2025
- <a href="https://www.apache.org/">Apache Software Foundation</a>
- under the terms of
- the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
- Apache License v2</a>. Apache Calcite and its logo are
- trademarks of the Apache Software Foundation.
- </p>
- <p>
- <a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a>
- </p>
- </div>
-</footer>
-
- <script>
- var anchorForId = function (id) {
- var anchor = document.createElement("a");
- anchor.className = "header-link";
- anchor.href = "#" + id;
- anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa
fa-link\"></i>";
- anchor.title = "Permalink";
- return anchor;
- };
-
- var linkifyAnchors = function (level, containingElement) {
- var headers = containingElement.getElementsByTagName("h" + level);
- for (var h = 0; h < headers.length; h++) {
- var header = headers[h];
-
- if (typeof header.id !== "undefined" && header.id !== "") {
- header.appendChild(anchorForId(header.id));
- }
- }
- };
-
- document.onreadystatechange = function () {
- if (this.readyState === "complete") {
- var contentBlock = document.getElementsByClassName("docs")[0] ||
document.getElementsByClassName("news")[0];
- if (!contentBlock) {
- return;
- }
- for (var level = 1; level <= 6; level++) {
- linkifyAnchors(level, contentBlock);
- }
- }
- };
-</script>
-
-
-</body>
-</html>
diff --git a/avatica/news/avatica-go-releases/index.html
b/avatica/news/avatica-go-releases/index.html
index 8c950f2d4..111dec9e9 100755
--- a/avatica/news/avatica-go-releases/index.html
+++ b/avatica/news/avatica-go-releases/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -173,8 +171,6 @@
-
-
<article>
<h2>
@@ -727,10 +723,6 @@ as further development will take place in the <code
class="language-plaintext hi
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -747,6 +739,10 @@ as further development will take place in the <code
class="language-plaintext hi
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/avatica-releases/index.html
b/avatica/news/avatica-releases/index.html
index 284056709..4f6767f66 100755
--- a/avatica/news/avatica-releases/index.html
+++ b/avatica/news/avatica-releases/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -173,55 +171,6 @@
-
-<article>
- <h2>
- <a href="/avatica/news/2025/09/30/release-1.27.0/">
- Release 1.27.0
- </a>
- </h2>
- <span class="post-category">
- <span class="label">
- release
- </span>
- </span>
- <div class="post-meta">
- <span class="post-date">
- 30 Sep 2025
- </span>
-
-
-
- <a href="http://github.com/F21" class="post-author">
- <img src="https://calcite.apache.org/img/avatars/F21.png"
- class="avatar" alt="francischuang avatar"
- width="24" height="24">
- francischuang
- </a>
- </div>
- <div class="post-content">
- <!--
-
--->
-
-<p>Avatica 1.27.0 contains dependency upgrades, Gradle 8.14 and support for
MySQL unsigned types.</p>
-
-<p>See the list of
-<a href="/avatica/docs/history.html#v1-27-0">bug fixes and new features</a>
-for more information.</p>
-
-
-
- <p>See the <a href="/avatica/docs/history.html#v1-27-0">release
notes</a>;
- <a
href="/avatica/downloads/avatica.html#source-releases">download</a> the
release.</p>
-
-
- </div>
-</article>
-
-
-
-
@@ -1414,10 +1363,6 @@ upgrading to this version.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -1434,6 +1379,10 @@ upgrading to this version.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>
diff --git a/avatica/news/index.html b/avatica/news/index.html
index dfa0a0b49..2a1c13076 100755
--- a/avatica/news/index.html
+++ b/avatica/news/index.html
@@ -97,8 +97,6 @@
<option value="/avatica/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/09/30/release-1.27.0/">Release 1.27.0</option>
-
<option value="/news/2025/03/05/release-avatica-go-5.4.0/">Release
Avatica Go 5.4.0</option>
<option value="/news/2025/02/24/release-1.26.0/">Release 1.26.0</option>
@@ -173,53 +171,6 @@
-<article>
- <h2>
- <a href="/avatica/news/2025/09/30/release-1.27.0/">
- Release 1.27.0
- </a>
- </h2>
- <span class="post-category">
- <span class="label">
- release
- </span>
- </span>
- <div class="post-meta">
- <span class="post-date">
- 30 Sep 2025
- </span>
-
-
-
- <a href="http://github.com/F21" class="post-author">
- <img src="https://calcite.apache.org/img/avatars/F21.png"
- class="avatar" alt="francischuang avatar"
- width="24" height="24">
- francischuang
- </a>
- </div>
- <div class="post-content">
- <!--
-
--->
-
-<p>Avatica 1.27.0 contains dependency upgrades, Gradle 8.14 and support for
MySQL unsigned types.</p>
-
-<p>See the list of
-<a href="/avatica/docs/history.html#v1-27-0">bug fixes and new features</a>
-for more information.</p>
-
-
-
- <p>See the <a href="/avatica/docs/history.html#v1-27-0">release
notes</a>;
- <a
href="/avatica/downloads/avatica.html#source-releases">download</a> the
release.</p>
-
-
- </div>
-</article>
-
-
-
<article>
<h2>
<a href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">
@@ -1932,10 +1883,6 @@ of the website.</p>
<h4>Recent Releases</h4>
<ul>
- <li class="">
- <a href="/avatica/news/2025/09/30/release-1.27.0/">avatica 1.27.0</a>
- </li>
-
<li class="">
<a
href="/avatica/news/2025/03/05/release-avatica-go-5.4.0/">avatica-go 5.4.0</a>
</li>
@@ -1952,6 +1899,10 @@ of the website.</p>
<a
href="/avatica/news/2023/12/11/release-avatica-go-5.3.0/">avatica-go 5.3.0</a>
</li>
+ <li class="">
+ <a href="/avatica/news/2023/12/04/release-1.24.0/">avatica 1.24.0</a>
+ </li>
+
</ul>
<h4>Other News</h4>
<ul>