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.git


The following commit(s) were added to refs/heads/main by this push:
     new 94b7281e6 Prepare for next development iteration
94b7281e6 is described below

commit 94b7281e63242ab9c876eef498a4a2406449ff98
Author: Francis Chuang <[email protected]>
AuthorDate: Tue Sep 30 09:02:20 2025 +1000

    Prepare for next development iteration
---
 gradle.properties                        |  2 +-
 site/_docs/history.md                    | 12 +++++------
 site/_posts/2025-09-30-release-1.27.0.md | 34 ++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 7 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 7b61827c4..3034e0663 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.27.0
+calcite.avatica.version=1.28.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 491d1489d..1a21e0486 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,10 +28,10 @@ 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.27.0";>1.27.0</a>
 / 2025-10-XX
+## <a 
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.27.0";>1.27.0</a>
 / 2025-10-30
 {: #v1-27-0}
 
-Avatica 1.27.0 contains dependency upgrades and support for MySQL unsigned 
types.
+Avatica 1.27.0 contains dependency upgrades, Gradle 8.14 and support for MySQL 
unsigned types.
 
 Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
 using JDK/OpenJDK versions 8, 11, 17, 21, 23;
@@ -47,10 +47,6 @@ Zhengqiang Duan.
 
 Features and bug fixes
 
-* [<a 
href="https://issues.apache.org/jira/browse/CALCITE-6851";>CALCITE-6851</a>]
-  ShadingTest.validateShadedJar fails on first/clean build
-* [<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
 * [<a 
href="https://issues.apache.org/jira/browse/CALCITE-1480";>CALCITE-1480</a>]
   Support specifying ciphersuites and algorithms for TLS
 * [<a 
href="https://issues.apache.org/jira/browse/CALCITE-5094";>CALCITE-5094</a>]
@@ -74,6 +70,10 @@ Features and bug fixes
 
 Build and tests
 
+* [<a 
href="https://issues.apache.org/jira/browse/CALCITE-6851";>CALCITE-6851</a>]
+  ShadingTest.validateShadedJar fails on first/clean build
+* [<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
 * [<a 
href="https://issues.apache.org/jira/browse/CALCITE-7166";>CALCITE-7166</a>]
   Update Gradle from 8.7 to 8.14.3 in Avatica
 
diff --git a/site/_posts/2025-09-30-release-1.27.0.md 
b/site/_posts/2025-09-30-release-1.27.0.md
new file mode 100644
index 000000000..cbf550b5e
--- /dev/null
+++ b/site/_posts/2025-09-30-release-1.27.0.md
@@ -0,0 +1,34 @@
+---
+layout: news_item
+date: "2025-09-30 05:40:00 +0000"
+author: francischuang
+version: 1.27.0
+categories: [release]
+tag: v1-27-0
+sha: 7754d94
+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.27.0 contains dependency upgrades, Gradle 8.14 and support for MySQL 
unsigned types.
+
+See the list of
+[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-27-0)
+for more information.

Reply via email to