@@ -28,7 +28,7 @@ For a full list of releases, see
2828Downloads are available on the
2929[ downloads page] ({{ site.baseurl }}/downloads/avatica.html).
3030
31- ## <a href =" https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.19.0 " >1.19.0</a > / under development
31+ ## <a href =" https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.19.0 " >1.19.0</a > / 2021-10-07
3232{: #v1-19-0}
3333
3434Compatibility: This release is tested
@@ -38,6 +38,60 @@ using IBM Java 8;
3838Guava versions 14.0.1 to 31.0.1-jre;
3939other software versions as specified in ` gradle.properties ` .
4040
41+ Contributors to this release:
42+ Alessandro Solimando,
43+ Amann Malik,
44+ chenyuzhi459,
45+ Francis Chuang,
46+ Istvan Toth,
47+ Julian Hyde (release manager),
48+ NoboGo,
49+ Jack Scott,
50+ Sergey Nuyanzin,
51+ Stamatis Zampetakis,
52+ Zeng Rui.
53+
54+ Features and bug fixes
55+
56+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4573 " >CALCITE-4573</a >]
57+ ` NullPointerException ` while fetching from a column of type ` ARRAY `
58+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4626 " >CALCITE-4626</a >]
59+ Upgrade protobuf version to 3.17.1 to remove ` com.google.protobuf.UnsafeUtil `
60+ warnings
61+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4602 " >CALCITE-4602</a >]
62+ ` ClassCastException ` retrieving from ` ARRAY ` that has mixed ` INTEGER ` and
63+ ` DECIMAL ` elements
64+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4600 " >CALCITE-4600</a >]
65+ ` ClassCastException ` retrieving from an ` ARRAY ` that has ` DATE ` , ` TIME ` or
66+ ` TIMESTAMP ` elements
67+ * Upgrade forbiddenapis 2.7 &rarr ; 3.2, and Guava to 14.0.1 &rarr ; 31.0.1-jre
68+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4757 " >CALCITE-4757</a >]
69+ Allow columns of type ` NULL ` in ` ResultSet `
70+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4767 " >CALCITE-4767</a >]
71+ Add ` Quoting.BACK_TICK_BACKSLASH `
72+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4536 " >CALCITE-4536</a >]
73+ Add support for ` BIT ` data type
74+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4752 " >CALCITE-4752</a >]
75+ ` PreparedStatement#SetObject() ` fails for ` BigDecimal ` values
76+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4646 " >CALCITE-4646</a >]
77+ Bump Jetty version to 9.4.42.v20210604
78+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4676 " >CALCITE-4676</a >]
79+ Avatica client leaks TCP connections
80+
81+ Build and tests
82+
83+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4790 " >CALCITE-4790</a >]
84+ Make Gradle pass the ` user.timezone ` property to the test JVM
85+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4815 " >CALCITE-4815</a >]
86+ Enforce shaded artifacts include ` checker-qual ` 3.10.0 or later
87+ * Bump javadoc compilation gradle image to 6.8
88+ * [ <a href =" https://issues.apache.org/jira/browse/CALCITE-4755 " >CALCITE-4755</a >]
89+ Prepare for next development iteration
90+
91+ Website and documentation
92+
93+ * Site: Remove nowadays redundant minified javascript files
94+
4195## <a href =" https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.18.0 " >1.18.0</a > / 2021-05-18
4296{: #v1-18-0}
4397
0 commit comments