Skip to content

Commit 56b8440

Browse files
ebyhrwendigo
andcommitted
Add Trino 478 release note
Co-authored-by: Mateusz "Serafin" Gajewski <[email protected]>
1 parent 6752907 commit 56b8440

File tree

2 files changed

+141
-0
lines changed

2 files changed

+141
-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: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
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+
* Add `/v1/integrations/gateway` endpoint for integration with Trino Gateway. ({issue}`26548`)
10+
* Allow to drop catalog that failed to load correctly. ({issue}`26918`)
11+
* Improve performance of queries with `ORDER BY`. ({issue}`26725`)
12+
* Improve performance of `MERGE` statement involving `NOT MATCHED` case. ({issue}`26759`)
13+
* Improve performance of spilling join queries. ({issue}`26076`)
14+
* Fix potential incorrect results when reading `row` type. ({issue}`26806`)
15+
* Make `metadata.catalogs` table return all catalogs. ({issue}`26918`)
16+
* Ensure that queries with and without `EXPLAIN ANALYZE` are planned in the same
17+
way. ({issue}`26938`)
18+
19+
## Security
20+
21+
* Propagate `queryId` to [Open Policy Agent](/security/opa-access-control)
22+
authorizer. ({issue}`26851`)
23+
24+
## Web UI
25+
26+
* Add support for filtering queries by `X-Trino-Trace-Token` value in [](/admin/preview-web-interface). ({issue}`26447`)
27+
* Improve rendering performance of large query JSON in [](/admin/preview-web-interface). ({issue}`26807`)
28+
* Fix rendering of a large query plans in [](/admin/preview-web-interface). ({issue}`26749`)
29+
* Fix rendering of splits timeline for queued queries in [](/admin/preview-web-interface) to prevent
30+
blank screen ({issue}`26920`)
31+
32+
## JDBC driver
33+
34+
35+
## Docker image
36+
37+
* Run Trino on JDK 25.0.0 (build 36). ({issue}`26693`)
38+
39+
## CLI
40+
41+
42+
## BigQuery connector
43+
44+
## Blackhole connector
45+
46+
## Cassandra connector
47+
48+
## ClickHouse connector
49+
50+
## Delta Lake connector
51+
52+
* Fix failure when reading `NULL` map on `json` type. ({issue}`26700`)
53+
* Deprecate `gcs.use-access-token` in favor of `gcs.auth-type` config property. ({issue}`26681`)
54+
55+
## Druid connector
56+
57+
## DuckDB connector
58+
59+
## Elasticsearch connector
60+
61+
## Exasol connector
62+
63+
## Faker connector
64+
65+
## Google Sheets connector
66+
67+
* Fix potential query failure when `gsheets.delegated-user-email` config property
68+
is used. ({issue}`26501`)
69+
70+
## Hive connector
71+
72+
* Add support for reading encrypted Parquet files. ({issue}`24517`, {issue}`9383`)
73+
* Deprecate `gcs.use-access-token` in favor of `gcs.auth-type` config property. ({issue}`26681`)
74+
* Improve performance of queries using complex predicates on `$path` column. ({issue}`27000`)
75+
* Fix ORC writer to ensure that dates and timestamps older than `1582-10-15` are
76+
read correctly by Apache Hive. ({issue}`26507`)
77+
78+
## Hudi connector
79+
80+
* Deprecate `gcs.use-access-token` in favor of `gcs.auth-type` config property. ({issue}`26681`)
81+
82+
## Iceberg connector
83+
84+
* Improve performance when writing sorted tables and the `iceberg.sorted-writing.local-staging-path`
85+
config option is set. ({issue}`24376`)
86+
* Return execution metrics while running `remove_orphan_files` procedure. ({issue}`26661`)
87+
* Deprecate `gcs.use-access-token` in favor of `gcs.auth-type` config property. ({issue}`26681`)
88+
* Fix failure due to column count mismatch when executing `add_files_from_table`
89+
procedure. ({issue}`26774`)
90+
* Fix failure when executing `optimize_manifests` on tables without a snapshot. ({issue}`26970`)
91+
* Fix incorrect results when reading Avro files migrated from Hive. ({issue}`26863`)
92+
93+
## Ignite connector
94+
95+
## JMX connector
96+
97+
## Kafka connector
98+
99+
* Fix failure when filtering partitions by timestamp offset. ({issue}`26787`)
100+
101+
## Loki connector
102+
103+
## MariaDB connector
104+
105+
## Memory connector
106+
107+
## MongoDB connector
108+
109+
## MySQL connector
110+
111+
## OpenSearch connector
112+
113+
## Oracle connector
114+
115+
## Pinot connector
116+
117+
## PostgreSQL connector
118+
119+
## Prometheus connector
120+
121+
## Redis connector
122+
123+
## Redshift connector
124+
125+
## SingleStore connector
126+
127+
## Snowflake connector
128+
129+
## SQL Server connector
130+
131+
## TPC-H connector
132+
133+
## TPC-DS connector
134+
135+
## Vertica connector
136+
137+
## SPI
138+
139+
* Require `shutdown` to be implemented by the `Connector`. ({issue}`26718`)
140+
* Deprecate `io.trino.spi.type.Type#appendTo` method. ({issue}`26922`)

0 commit comments

Comments
 (0)