Skip to content

Commit 57aaf2c

Browse files
ebyhrwendigo
andcommitted
Add Trino 478 release note
Co-authored-by: Mateusz "Serafin" Gajewski <[email protected]>
1 parent 560e95a commit 57aaf2c

File tree

2 files changed

+124
-0
lines changed

2 files changed

+124
-0
lines changed

docs/src/main/sphinx/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
```{toctree}
77
:maxdepth: 1
88
9+
release/release-478
910
release/release-477
1011
release/release-476
1112
release/release-475
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
# Release 478 (dd Oct 2025)
2+
3+
## General
4+
5+
* Add support for column lineage in `UNNEST` clause. ({issue}`16946`)
6+
* Add `allowed-retry-policies` configuration property to specify which retry
7+
policies can be selected by user. ({issue}`26628`)
8+
* Add support for loading plugins from multiple directories. ({issue}`26855`)
9+
* Improve performance of queries with `ORDER BY`. ({issue}`26725`)
10+
* Fix potential incorrect results when reading `row` type. ({issue}`26806`)
11+
12+
## Security
13+
14+
* Propagate `queryId` to [Open Policy Agent](/security/opa-access-control)
15+
authorizer. ({issue}`26851`)
16+
17+
## Web UI
18+
19+
* Improve rendering performance of large query JSON code in [](/admin/preview-web-interface). ({issue}`26807`)
20+
* Fix query plan default viewport in [](/admin/preview-web-interface). ({issue}`26749`)
21+
22+
## JDBC driver
23+
24+
* Add support for zstd, brotli, and gzip compressions. ({issue}`26875`)
25+
26+
## Docker image
27+
28+
* Run Trino on JDK 25.0.0 (build 36). ({issue}`26693`)
29+
30+
## CLI
31+
32+
* Add support for zstd, brotli, and gzip compressions. ({issue}`26875`)
33+
34+
## BigQuery connector
35+
36+
## Blackhole connector
37+
38+
## Cassandra connector
39+
40+
## ClickHouse connector
41+
42+
## Delta Lake connector
43+
44+
* Fix failure when reading `NULL` map on `json` type. ({issue}`26700`)
45+
46+
## Druid connector
47+
48+
## DuckDB connector
49+
50+
## Elasticsearch connector
51+
52+
## Exasol connector
53+
54+
## Faker connector
55+
56+
## Google Sheets connector
57+
58+
* Fix potential query failure when `gsheets.delegated-user-email` config property
59+
is used. ({issue}`26501`)
60+
61+
## Hive connector
62+
63+
* Add support for reading encrypted Parquet files. ({issue}`24517`, {issue}`9383`)
64+
* Fix ORC writer to ensure that dates and timestamps older than 1582 are read
65+
correctly by Apache Hive. ({issue}`26507`)
66+
67+
## Hudi connector
68+
69+
## Iceberg connector
70+
71+
* Improve performance when writing sorted tables and the `iceberg.sorted-writing.local-staging-path`
72+
config option is set. ({issue}`24376`)
73+
* Fix failure due to column count mismatch when executing `add_files_from_table`
74+
procedure. ({issue}`26774`)
75+
* Fix incorrect results when reading Avro files migrated from Hive. ({issue}`26863`)
76+
77+
## Ignite connector
78+
79+
## JMX connector
80+
81+
## Kafka connector
82+
83+
* Fix failure when filtering partitions by timestamp offset. ({issue}`26787`)
84+
85+
## Loki connector
86+
87+
## MariaDB connector
88+
89+
## Memory connector
90+
91+
## MongoDB connector
92+
93+
## MySQL connector
94+
95+
## OpenSearch connector
96+
97+
## Oracle connector
98+
99+
## Pinot connector
100+
101+
## PostgreSQL connector
102+
103+
## Prometheus connector
104+
105+
## Redis connector
106+
107+
## Redshift connector
108+
109+
## SingleStore connector
110+
111+
## Snowflake connector
112+
113+
## SQL Server connector
114+
115+
## TPC-H connector
116+
117+
## TPC-DS connector
118+
119+
## Vertica connector
120+
121+
## SPI
122+
123+
* Require `shutdown` to be implemented by the `Connector`. ({issue}`26718`)

0 commit comments

Comments
 (0)