Skip to content

Commit

Permalink
Add Trino 470 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 31, 2025
1 parent e01bb10 commit 542f0f5
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/sphinx/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
```{toctree}
:maxdepth: 1
release/release-470
release/release-469
```

Expand Down
125 changes: 125 additions & 0 deletions docs/src/main/sphinx/release/release-470.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
# Release 470 (5 Feb 2025)

## General

* Add [](/connector/duckdb). ({issue}`18031`)
* Add Loki connector. ({issue}`23053`)
* Add support for access control systems to control privileges for
`CREATE FUNCTION` and `DROP FUNCTION`. ({issue}`24696`)
* Allow non-lower case variable names in SQL user defined functions. ({issue}`24460`)
* 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

* Prevent connection leakage when using the Azure file system. ({issue}`24116`)

## Druid connector

## Elasticsearch connector

## Exasol connector

## Faker connector

* Improve similarity of the fake data to the source data when using
`CREATE TABLE ... AS SELECT`. ({issue}`24585`)

## Google Sheets connector

## Hive connector

* Prevent connection leakage when using the Azure file system. ({issue}`24116`)

## Hudi connector

* Prevent connection leakage when using the Azure file system. ({issue}`24116`)

## Iceberg connector

* Allow configuration of the number of commit retries with the
`max_commit_retry` table property. ({issue}`22672`)
* Prevent connection leakage when using the Azure file system. ({issue}`24116`)
* Fix failure when adding a new column with a name containing a dot. ({issue}`24813`)
* Fix failure when reading tables which equality deletes updated nested fields. ({issue}`18625`)

## 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. ({issue}`24809`)

## OpenSearch connector

## Oracle connector

## Phoenix connector

## Pinot connector

## PostgreSQL connector

* Raise minimum required version to PostgreSQL 12. ({issue}`24836`)

## Prometheus connector

## Redis connector

## Redshift connector

## SingleStore connector

## Snowflake connector

## SQL Server connector

## TPC-H connector

## TPC-DS connector

## Vertica connector

## SPI

0 comments on commit 542f0f5

Please sign in to comment.