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
The following commit(s) were added to refs/heads/master by this push:
new 969197b Update website for Avatica 1.19.0 release
969197b is described below
commit 969197b0603da39ab9580a6ece7f0f2ba30291e5
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 | 4 ++--
site/_posts/2021-10-12-release-1.19.0.md | 35 ++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 2 deletions(-)
diff --git a/site/_docs/history.md b/site/_docs/history.md
index 25a88e5..f922aed 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.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}
Compatibility: This release is tested
@@ -45,7 +45,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.
+