Site: News item for release 1.17.0
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/8a32357d Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/8a32357d Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/8a32357d Branch: refs/heads/site Commit: 8a32357df0f350e44ac7ffe19eeaee5d4c21ccdc Parents: d259f96 Author: Volodymyr Vysotskyi <[email protected]> Authored: Fri Jul 20 12:00:14 2018 +0300 Committer: Volodymyr Vysotskyi <[email protected]> Committed: Fri Jul 20 15:47:23 2018 +0300 ---------------------------------------------------------------------- site/_posts/2018-07-20-release-1.17.0.md | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/8a32357d/site/_posts/2018-07-20-release-1.17.0.md ---------------------------------------------------------------------- diff --git a/site/_posts/2018-07-20-release-1.17.0.md b/site/_posts/2018-07-20-release-1.17.0.md new file mode 100644 index 0000000..93e0705 --- /dev/null +++ b/site/_posts/2018-07-20-release-1.17.0.md @@ -0,0 +1,40 @@ +--- +layout: news_item +date: "2018-07-20 08:45:00 +0000" +author: volodymyr +version: 1.17.0 +categories: [release] +tag: v1-17-0 +sha: c2b3a99 +--- +<!-- +{% 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 %} +--> + +The [Apache Calcite PMC]({{ site.baseurl }}) +is pleased to announce +[Apache Calcite release 1.17.0]({{ site.baseurl }}/docs/history.html#v1-17-0). + +This release comes four months after 1.16.0. It includes more than 90 resolved +issues, comprising a large number of new features as well as general improvements +and bug-fixes. Among others: + +* Implemented <a href='https://issues.apache.org/jira/browse/CALCITE-2280'>Babel SQL parser</a> +that accepts all SQL dialects. +* Allowed <a href='https://issues.apache.org/jira/browse/CALCITE-2261'>JDK 8 language level</a> for core module. +* Calcite has been upgraded to use <a href='https://issues.apache.org/jira/browse/CALCITE-2365'>Avatica 1.12.0</a>
