From 538ae640a9290fe7e24ee08f9bfe2fe5451d70c2 Mon Sep 17 00:00:00 2001 From: Francis Chuang Date: Mon, 4 Dec 2023 08:35:07 +1100 Subject: [PATCH] Prepare for next development iteration --- gradle.properties | 2 +- site/_docs/history.md | 5 +++- site/_posts/2023-12-04-release-1.24.0.md | 37 ++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 site/_posts/2023-12-04-release-1.24.0.md diff --git a/gradle.properties b/gradle.properties index 75b24f43b5..6787587e74 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= 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= diff --git a/site/_docs/history.md b/site/_docs/history.md index 4bfe10454a..374af5bffc 100644 --- a/site/_docs/history.md +++ b/site/_docs/history.md @@ -28,11 +28,14 @@ For a full list of releases, see Downloads are available on the [downloads page]({{ site.baseurl }}/downloads/avatica.html). -## 1.24.0 / 2023-12-XX +## 1.24.0 / 2023-12-04 {: #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; using Oracle JDK 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19; 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 0000000000..c18e4d9274 --- /dev/null +++ b/site/_posts/2023-12-04-release-1.24.0.md @@ -0,0 +1,37 @@ +--- +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 +--- + + +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.