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

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

commit 9eb55a827662b9323d8c8e9f0617c837d00ffe76
Author: Julian Hyde <[email protected]>
AuthorDate: Fri Oct 8 21:50:03 2021 -0700

    Update website for Avatica 1.19.0 release
---
 site/_docs/history.md                    |  8 ++++++--
 site/_posts/2021-10-12-release-1.19.0.md | 35 ++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 2 deletions(-)

diff --git a/site/_docs/history.md b/site/_docs/history.md
index 25a88e5..ac925c0 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,9 +28,13 @@ 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.19.0";>1.19.0</a>
 / 2021-10-07
+## <a 
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.19.0";>1.19.0</a>
 / 2021-10-12
 {: #v1-19-0}
 
+Apache Calcite Avatica 1.19.0 adds support for `BIT` and `NULL` data
+types, fixes issues with values of type `ARRAY`, and includes a few
+dependency updates.
+
 Compatibility: This release is tested
 on Linux, macOS, Microsoft Windows;
 using Oracle JDK 8, 9, 10, 11, 12, 13, 14, 15;
@@ -45,7 +49,7 @@ chenyuzhi459,
 Francis Chuang,
 Istvan Toth,
 Julian Hyde (release manager),
-NoboGo,
+NobiGo,
 Jack Scott,
 Sergey Nuyanzin,
 Stamatis Zampetakis,
diff --git a/site/_posts/2021-10-12-release-1.19.0.md 
b/site/_posts/2021-10-12-release-1.19.0.md
new file mode 100644
index 0000000..1fbb934
--- /dev/null
+++ b/site/_posts/2021-10-12-release-1.19.0.md
@@ -0,0 +1,35 @@
+---
+layout: news_item
+date: "2021-10-12 08:30:00 +0000"
+author: jhyde
+version: 1.19.0
+categories: [release]
+tag: v1-19-0
+sha: d9f4374
+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.19.0 adds support for `BIT` and `NULL` data
+types, fixes issues with values of type `ARRAY`, and includes a few
+dependency updates. See the list of
+[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-19-0)
+for more information.
+

Reply via email to