This is an automated email from the ASF dual-hosted git repository.

jhyde pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git

commit aace9126b954c4adc36e9b1eb0d4ab8b8951c576
Author: Julian Hyde <jh...@apache.org>
AuthorDate: Thu Jan 19 13:45:22 2023 -0800

    Prepare for next development iteration
---
 gradle.properties                        |  2 +-
 site/_docs/history.md                    |  4 +--
 site/_docs/howto.md                      |  2 +-
 site/_posts/2023-01-19-release-1.23.0.md | 51 ++++++++++++++++++++++++++++++++
 4 files changed, 55 insertions(+), 4 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index e1b6a5b38..749667d8d 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.23.0
+calcite.avatica.version=1.24.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 b0b8d0984..69693aa35 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -59,6 +59,7 @@ other software versions as specified in `gradle.properties`.
 
 Contributors to this release:
 Aleksey Stavrov,
+Dan Zou,
 Francis Chuang,
 Greg Hart,
 Hongbin Ma,
@@ -70,8 +71,7 @@ Oliver Lee,
 Richard Antal,
 Sergey Nuyanzin,
 Stamatis Zampetakis,
-Zhe Hu,
-zoudan
+Zhe Hu
 
 Features and bug fixes
 
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index 4af69b404..e36e20c39 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -1,6 +1,6 @@
 ---
 layout: docs
-title: HOWTO
+title: Avatica HOWTO
 permalink: /docs/howto.html
 ---
 
diff --git a/site/_posts/2023-01-19-release-1.23.0.md 
b/site/_posts/2023-01-19-release-1.23.0.md
new file mode 100644
index 000000000..5de251951
--- /dev/null
+++ b/site/_posts/2023-01-19-release-1.23.0.md
@@ -0,0 +1,51 @@
+---
+layout: news_item
+date: "2023-01-19 08:30:00 +0000"
+author: jhyde
+version: 1.23.0
+categories: [release]
+tag: v1-23-0
+sha: fab0354
+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.23.0
+fixes bugs in
+<a 
href="https://issues.apache.org/jira/browse/CALCITE-5443";>`Statement.getUpdateCount()`</a>,
+<a 
href="https://issues.apache.org/jira/browse/CALCITE-3557";>`ResultSet.getObject`</a>;
+and supports
+<a 
href="https://issues.apache.org/jira/browse/CALCITE-5358";>`HTTP_BAD_REQUEST`</a>
+and configuring
+<a href="https://issues.apache.org/jira/browse/CALCITE-2322";>fetch size</a>
+and
+<a href="https://issues.apache.org/jira/browse/CALCITE-5327";>SSL key-store 
type</a>.
+Also,
+<a href="https://issues.apache.org/jira/browse/CALCITE-5338";>there</a>
+<a href="https://issues.apache.org/jira/browse/CALCITE-3078";>are</a>
+<a href="https://issues.apache.org/jira/browse/CALCITE-5369";>various</a>
+<a href="https://issues.apache.org/jira/browse/CALCITE-2989";>improvements</a>
+<a href="https://issues.apache.org/jira/browse/CALCITE-1639";>to</a>
+`DateTimeUtils` and
+<a href="https://issues.apache.org/jira/browse/CALCITE-5415";>`ByteString`</a>.
+
+See the list of
+[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-23-0)
+for more information.

Reply via email to