Skip to content

Commit 94b7281

Browse files
committed
Prepare for next development iteration
1 parent 7754d94 commit 94b7281

File tree

3 files changed

+41
-7
lines changed

3 files changed

+41
-7
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kotlin.parallel.tasks.in.project=true
2323
# This is version for Calcite Avatica itself
2424
# Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts
2525
# Release version can be generated by using -Prelease or -Prc=<int> arguments
26-
calcite.avatica.version=1.27.0
26+
calcite.avatica.version=1.28.0
2727

2828
# The options below configures the use of local clone (e.g. testing development versions)
2929
# You can pass un-comment it, or pass option -PlocalReleasePlugins, or -PlocalReleasePlugins=<path>

site/_docs/history.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ For a full list of releases, see
2828
Downloads are available on the
2929
[downloads page]({{ site.baseurl }}/downloads/avatica.html).
3030

31-
## <a href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.27.0">1.27.0</a> / 2025-10-XX
31+
## <a href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.27.0">1.27.0</a> / 2025-10-30
3232
{: #v1-27-0}
3333

34-
Avatica 1.27.0 contains dependency upgrades and support for MySQL unsigned types.
34+
Avatica 1.27.0 contains dependency upgrades, Gradle 8.14 and support for MySQL unsigned types.
3535

3636
Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
3737
using JDK/OpenJDK versions 8, 11, 17, 21, 23;
@@ -47,10 +47,6 @@ Zhengqiang Duan.
4747

4848
Features and bug fixes
4949

50-
* [<a href="https://issues.apache.org/jira/browse/CALCITE-6851">CALCITE-6851</a>]
51-
ShadingTest.validateShadedJar fails on first/clean build
52-
* [<a href="https://issues.apache.org/jira/browse/CALCITE-6854">CALCITE-6854</a>]
53-
ConnectionPropertiesHATest fails when running in eclipse-temurin:8 docker container on Windows
5450
* [<a href="https://issues.apache.org/jira/browse/CALCITE-1480">CALCITE-1480</a>]
5551
Support specifying ciphersuites and algorithms for TLS
5652
* [<a href="https://issues.apache.org/jira/browse/CALCITE-5094">CALCITE-5094</a>]
@@ -74,6 +70,10 @@ Features and bug fixes
7470

7571
Build and tests
7672

73+
* [<a href="https://issues.apache.org/jira/browse/CALCITE-6851">CALCITE-6851</a>]
74+
ShadingTest.validateShadedJar fails on first/clean build
75+
* [<a href="https://issues.apache.org/jira/browse/CALCITE-6854">CALCITE-6854</a>]
76+
ConnectionPropertiesHATest fails when running in eclipse-temurin:8 docker container on Windows
7777
* [<a href="https://issues.apache.org/jira/browse/CALCITE-7166">CALCITE-7166</a>]
7878
Update Gradle from 8.7 to 8.14.3 in Avatica
7979

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: news_item
3+
date: "2025-09-30 05:40:00 +0000"
4+
author: francischuang
5+
version: 1.27.0
6+
categories: [release]
7+
tag: v1-27-0
8+
sha: 7754d94
9+
component: avatica
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+
Avatica 1.27.0 contains dependency upgrades, Gradle 8.14 and support for MySQL unsigned types.
31+
32+
See the list of
33+
[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-27-0)
34+
for more information.

0 commit comments

Comments
 (0)