This is an automated email from the ASF dual-hosted git repository. F21 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
commit a76293e3bcb6f67d4c5d444ffe21020f454a16db Author: Francis Chuang <[email protected]> AuthorDate: Tue May 12 08:39:41 2026 +1000 Prepare for next development iteration --- gradle.properties | 2 +- site/_docs/history.md | 3 ++- site/_posts/2026-05-12-release-1.28.0.md | 39 ++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 533f94ff9..8463fe7b8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ kotlin.parallel.tasks.in.project=true # This is version for Calcite Avatica itself # Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts # Release version can be generated by using -Prelease or -Prc=<int> arguments -calcite.avatica.version=1.28.0 +calcite.avatica.version=1.29.0 # The options below configures the use of local clone (e.g. testing development versions) # You can pass un-comment it, or pass option -PlocalReleasePlugins, or -PlocalReleasePlugins=<path> diff --git a/site/_docs/history.md b/site/_docs/history.md index dc6615c68..c4bd08ff8 100644 --- a/site/_docs/history.md +++ b/site/_docs/history.md @@ -28,7 +28,7 @@ For a full list of releases, see Downloads are available on the [downloads page]({{ site.baseurl }}/downloads/avatica.html). -## <a href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.28.0">1.28.0</a> / 2026-05-XX +## <a href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.28.0">1.28.0</a> / 2026-05-12 {: #v1-28-0} Avatica 1.28.0 contains dependency upgrades, support for JDK 24, BEARER authentication support and bug fixes. @@ -50,6 +50,7 @@ Istvan Toth, Mihai Budiu, Richard Antal, Sergey Nuyanzin, +Stamatis Zampetakis, Soumyakanti Das, Vishal Satish. diff --git a/site/_posts/2026-05-12-release-1.28.0.md b/site/_posts/2026-05-12-release-1.28.0.md new file mode 100644 index 000000000..94cd6c3af --- /dev/null +++ b/site/_posts/2026-05-12-release-1.28.0.md @@ -0,0 +1,39 @@ +--- +layout: news_item +date: "2026-05-12 05:40:00 +0000" +author: francischuang +version: 1.28.0 +categories: [release] +tag: v1-28-0 +sha: 7d36626 +component: avatica +--- +<!-- +{% 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 %} +--> + +Avatica 1.28.0 contains dependency upgrades, support for JDK 24, BEARER authentication support and bug fixes. + +This release is dedicated to Istvan Toth, a prolific contributor to Avatica who passed away in early 2026. Istvan's +contributions to Avatica were significant and wide-ranging, including bug fixes, new features, and improvements +to the build system. He was an active member of the community and his work has had a lasting impact on the project. +He will be greatly missed by all who knew him. + +See the list of +[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-28-0) +for more information.
