-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for next development iteration
- Loading branch information
1 parent
413eded
commit 9fc50f2
Showing
4 changed files
with
82 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
layout: news_item | ||
date: "2022-09-10 12:00:00 +0000" | ||
author: jhyde | ||
version: 1.32.0 | ||
categories: [release] | ||
tag: v1-32-0 | ||
sha: 413eded6 | ||
--- | ||
<!-- | ||
{% 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.32.0]({{ site.baseurl }}/docs/history.html#v1-32-0). | ||
|
||
Coming 1 month after [1.31.0](#v1-31-0) with 19 issues fixed by 16 | ||
contributors, this release fixes | ||
<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-39135">CVE-2022-39135</a>, | ||
an XML External Entity (XEE) vulnerability that allows a SQL query to | ||
read the contents of files via the SQL functions `EXISTS_NODE`, | ||
`EXTRACT_XML`, `XML_TRANSFORM` or `EXTRACT_VALUE`. | ||
|
||
With contributions from 16 contributors, this release | ||
<a href="https://issues.apache.org/jira/browse/CALCITE-4294">replaces | ||
the ESRI spatial engine with JTS and proj4j</a>, adds | ||
<a href="https://issues.apache.org/jira/browse/CALCITE-5262">65 | ||
spatial SQL functions</a> including `ST_Centroid`, `ST_Covers` and | ||
`ST_GeomFromGeoJSON`, adds the | ||
<a href="https://issues.apache.org/jira/browse/CALCITE-5241">CHAR</a> | ||
SQL function, and improves the return type of the | ||
<a href="https://issues.apache.org/jira/browse/CALCITE-4999">ARRAY and | ||
MULTISET</a> functions. |