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 fbf5eee45 Prepare for next development iteration
fbf5eee45 is described below
commit fbf5eee4584f71103e8a67e02522c457424731be
Author: Francis Chuang <[email protected]>
AuthorDate: Mon Dec 4 08:35:07 2023 +1100
Prepare for next development iteration
---
gradle.properties | 2 +-
site/_docs/history.md | 2 ++
site/_posts/2023-12-04-release-1.24.0.md | 36 ++++++++++++++++++++++++++++++++
3 files changed, 39 insertions(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 75b24f43b..6787587e7 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.24.0
+calcite.avatica.version=1.25.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 4bfe10454..17ee29df8 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -32,6 +32,8 @@ Downloads are available on the
{: #v1-24-0}
Apache Calcite Avatica 1.24.0 features mostly dependency upgrades with some
minor bug fixes and features.
+*Breaking Change*: Due to
[CALCITE-5678](https://issues.apache.org/jira/browse/CALCITE-5678), date
literals not
+satisfying the Gregorian calendar will be rejected.
Compatibility: This release is tested
on Linux, macOS, Microsoft Windows;
diff --git a/site/_posts/2023-12-04-release-1.24.0.md
b/site/_posts/2023-12-04-release-1.24.0.md
new file mode 100644
index 000000000..4e5f1110d
--- /dev/null
+++ b/site/_posts/2023-12-04-release-1.24.0.md
@@ -0,0 +1,36 @@
+---
+layout: news_item
+date: "2023-12-04 08:30:00 +0000"
+author: francischuang
+version: 1.24.0
+categories: [release]
+tag: v1-24-0
+sha: 4c0999b
+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 %}
+-->
+
+Apache Calcite Avatica 1.24.0 features mostly dependency upgrades with some
minor bug fixes and features.
+*Breaking Change*: Due to
[CALCITE-5678](https://issues.apache.org/jira/browse/CALCITE-5678), date
literals not
+satisfying the Gregorian calendar will be rejected.
+
+See the list of
+[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-24-0)
+for more information.