-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
105 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
```{toctree} | ||
:maxdepth: 1 | ||
release/release-470 | ||
release/release-469 | ||
``` | ||
|
||
|
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,104 @@ | ||
# Release 470 (5 Feb 2025) | ||
|
||
## General | ||
|
||
* Prevent failures of the `ARRAY_HISTOGRAM` function resulting from null values. ({issue}`24765`) | ||
* Increase compatibility with S3-compliant storage solutions as fault-tolerant | ||
execution exchange storage. ({issue}`24822`) | ||
|
||
## Security | ||
|
||
## Web UI | ||
|
||
## JDBC driver | ||
|
||
* {{breaking}} Raise minimum runtime requirement to Java 11. ({issue}`23639`) | ||
|
||
## Server RPM | ||
|
||
## Docker image | ||
|
||
## CLI | ||
|
||
* {{breaking}} Raise minimum runtime requirement to Java 11. ({issue}`23639`) | ||
|
||
## BigQuery connector | ||
|
||
## Blackhole connector | ||
|
||
## Cassandra connector | ||
|
||
## ClickHouse connector | ||
|
||
## Delta Lake connector | ||
|
||
## Druid connector | ||
|
||
## Elasticsearch connector | ||
|
||
## Exasol connector | ||
|
||
## Faker connector | ||
|
||
## Google Sheets connector | ||
|
||
## Hive connector | ||
|
||
## Hudi connector | ||
|
||
## Iceberg connector | ||
|
||
* Fix failure when adding a new column with a name containing a dot. ({issue}`24813`) | ||
|
||
## Ignite connector | ||
|
||
## JMX connector | ||
|
||
## Kafka connector | ||
|
||
## Kinesis connector | ||
|
||
* {{breaking}} Remove the Kinesis connector. ({issue}`23923`) | ||
|
||
## Kudu connector | ||
|
||
## MariaDB connector | ||
|
||
## Memory connector | ||
|
||
## MongoDB connector | ||
|
||
## MySQL connector | ||
|
||
* Add support for `MERGE` statement. ({issue}`24428`) | ||
* Prevent writing of invalid, negative date values to the database. ({issue}`24809`) | ||
|
||
## OpenSearch connector | ||
|
||
## Oracle connector | ||
|
||
## Phoenix connector | ||
|
||
## Pinot connector | ||
|
||
## PostgreSQL connector | ||
|
||
## Prometheus connector | ||
|
||
## Redis connector | ||
|
||
## Redshift connector | ||
|
||
## SingleStore connector | ||
|
||
## Snowflake connector | ||
|
||
## SQL Server connector | ||
|
||
## TPC-H connector | ||
|
||
## TPC-DS connector | ||
|
||
## Vertica connector | ||
|
||
## SPI |