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 8005b6026 Prepare for next development iteration
8005b6026 is described below
commit 8005b602645989770c9291f3aef9f2b7876c55a4
Author: Francis Chuang <[email protected]>
AuthorDate: Fri Apr 5 16:42:15 2024 +1100
Prepare for next development iteration
---
gradle.properties | 2 +-
site/_docs/history.md | 4 ++--
site/_posts/2024-04-05-release-1.25.0.md | 39 ++++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+), 3 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index f35373c50..5b81c17d9 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.25.0
+calcite.avatica.version=1.26.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 f220d08a7..c50651715 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.25.0">1.25.0</a>
/ 2024-04-XX
+## <a
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.25.0">1.25.0</a>
/ 2024-04-05
{: #v1-25-0}
Avatica 1.25.0 is a routine release featuring support for JDK 21, Gradle 8.5
and several bug fixes.
@@ -59,7 +59,7 @@ Features and bug fixes
Long queries are failing with "java.net.SocketTimeoutException: Read timed
out" after 3 minutes
make socket timeout configurable via the new 'http_response_timeout' URL
option
* [<a
href="https://issues.apache.org/jira/browse/CALCITE-6137">CALCITE-6137</a>]
- Upgrade Gradle from 8.1.1 to 8.4, support jdk21
+ Upgrade Gradle from 8.1.1 to 8.5, support jdk21
* [<a
href="https://issues.apache.org/jira/browse/CALCITE-6282">CALCITE-6282</a>]
Avatica ignores time precision when returning TIME results
* [<a
href="https://issues.apache.org/jira/browse/CALCITE-6248">CALCITE-6248</a>]
diff --git a/site/_posts/2024-04-05-release-1.25.0.md
b/site/_posts/2024-04-05-release-1.25.0.md
new file mode 100644
index 000000000..40c81dd2e
--- /dev/null
+++ b/site/_posts/2024-04-05-release-1.25.0.md
@@ -0,0 +1,39 @@
+---
+layout: news_item
+date: "2024-04-05 05:40:00 +0000"
+author: francischuang
+version: 1.25.0
+categories: [release]
+tag: v1-25-0
+sha: 62b0fdd
+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.25.0 is a routine release featuring support for JDK 21, Gradle 8.5
and several bug fixes.
+
+*Breaking Change*: Due to [<a
href="https://issues.apache.org/jira/browse/CALCITE-6282">CALCITE-6282</a>] and
+[<a
href="https://issues.apache.org/jira/browse/CALCITE-6248">CALCITE-6248</a>],
illegal dates are no longer
+accepted by casts and time precision will not be ignored when returning TIME
results, respectively. If you are relying
+on this behavior, your applications may break.
+
+See the list of
+[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-25-0)
+for more information.