Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

## Druid connector

## DuckDB connector

## Elasticsearch connector

## Exasol connector
Expand All @@ -46,6 +48,8 @@

## Kudu connector

## Loki connector

## MariaDB connector

## Memory connector
Expand Down
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-471
release/release-470
release/release-469
```
Expand Down
65 changes: 65 additions & 0 deletions docs/src/main/sphinx/release/release-471.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Release 471 (19 Feb 2025)

## General

* Add [](/functions/ai) for textual tasks on data using OpenAI, Anthropic, or
other LLMs using Ollama as backend. ({issue}`25028`)
Comment thread
mosabua marked this conversation as resolved.
* Include split count and total split distribution time in the `EXPLAIN ANALYZE`
output. ({issue}`25028`)
* Add support for JSON logging format to console with `log.console-format=JSON`. ({issue}`25081`)
* Support additional Python libraries for use with Python user-defined
functions. ({issue}`25058`)
* Improve performance for Python user-defined functions. ({issue}`25058`)
Comment thread
mosabua marked this conversation as resolved.
Outdated
* Improve performance for queries involving `ORDER BY ... LIMIT`. ({issue}`24937`)
* Prevent failures when fault-tolerant execution is configured with an exchange
manager that uses Azure storage with workload identity. ({issue}`25063`)

## Server RPM

* Remove RPM package. Use the tarball or container image instead, or build an
RPM with the setup in the [trino-packages
repository](https://github.com/trinodb/trino-packages). ({issue}`24997`)

## Security

* Ensure that custom XML configuration files specified in the
`access-control.properties` file are used during Ranger access control plugin
initialization. ({issue}`24887`)

## Delta Lake connector

* Add support for reading `variant` type. ({issue}`22309`)
* Add [](/object-storage/file-system-local). ({issue}`25006`)
* Support reading cloned tables. ({issue}`24946`)
* Add support for configuring `s3.storage-class` when writing objects to S3. ({issue}`24698`)
Comment thread
mosabua marked this conversation as resolved.
Outdated
* Fix failures when writing large checkpoint files. ({issue}`25011`)

## Hive connector

* Add [](/object-storage/file-system-local). ({issue}`25006`)
* Add support for configuring `s3.storage-class` when writing objects to S3. ({issue}`24698`)
* Fix reading restored S3 glacier objects when the configuration property
`hive.s3.storage-class-filter` is set to `READ_NON_GLACIER_AND_RESTORED`. ({issue}`24947`)

## Hudi connector

* Add [](/object-storage/file-system-local). ({issue}`25006`)
* Add support for configuring `s3.storage-class` when writing objects to S3. ({issue}`24698`)

## Iceberg connector

* Add [](/object-storage/file-system-local). ({issue}`25006`)
* Add support for [S3 Tables](https://aws.amazon.com/s3/features/tables/). ({issue}`24815`)
* Add support for configuring `s3.storage-class` when writing objects to S3. ({issue}`24698`)
* Improve conflict detection to avoid failures from concurrent `MERGE` queries
on Iceberg tables. ({issue}`24470`)
* Ensure that the `task.max-writer-count` configuration is respected for write
operations on partitioned tables. ({issue}`25068`)

## MongoDB connector

* Fix failures caused by tables with case-sensitive name conflicts. ({issue}`24998`)

## SPI

* Remove `Connector.getInitialMemoryRequirement()`. ({issue}`25055`)