Skip to content

Commit 72cb5a4

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

File tree

2 files changed

+104
-0
lines changed

2 files changed

+104
-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: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
# Release 478 (dd Oct 2025)
2+
3+
## General
4+
5+
6+
## Security
7+
8+
## Web UI
9+
10+
* Fix query plan default viewport in [](/admin/preview-web-interface). ({issue}`26749`)
11+
12+
## JDBC driver
13+
14+
## Docker image
15+
16+
* Run Trino on JDK 25.0.0 (build 36). ({issue}`26693`)
17+
18+
## CLI
19+
20+
## BigQuery connector
21+
22+
## Blackhole connector
23+
24+
## Cassandra connector
25+
26+
## ClickHouse connector
27+
28+
## Delta Lake connector
29+
30+
* Fix failure when reading `NULL` map on `json` type. ({issue}`26700`)
31+
32+
## Druid connector
33+
34+
## DuckDB connector
35+
36+
## Elasticsearch connector
37+
38+
## Exasol connector
39+
40+
## Faker connector
41+
42+
## Google Sheets connector
43+
44+
## Hive connector
45+
46+
* Add support for reading encrypted Parquet files. ({issue}`24517`, {issue}`9383`)
47+
48+
## Hudi connector
49+
50+
## Iceberg connector
51+
52+
* Improve performance when writing sorted tables and the `iceberg.sorted-writing.local-staging-path`
53+
config option is set. ({issue}`24376`)
54+
* Fix failure due to column count mismatch when executing `add_files_from_table`
55+
procedure. ({issue}`26774`)
56+
57+
## Ignite connector
58+
59+
## JMX connector
60+
61+
## Kafka connector
62+
63+
* Fix failure when filtering partitions by timestamp offset. ({issue}`26787`)
64+
65+
## Loki connector
66+
67+
## MariaDB connector
68+
69+
## Memory connector
70+
71+
## MongoDB connector
72+
73+
## MySQL connector
74+
75+
## OpenSearch connector
76+
77+
## Oracle connector
78+
79+
## Pinot connector
80+
81+
## PostgreSQL connector
82+
83+
## Prometheus connector
84+
85+
## Redis connector
86+
87+
## Redshift connector
88+
89+
## SingleStore connector
90+
91+
## Snowflake connector
92+
93+
## SQL Server connector
94+
95+
## TPC-H connector
96+
97+
## TPC-DS connector
98+
99+
## Vertica connector
100+
101+
## SPI
102+
103+
* Require `shutdown` to be implemented by the `Connector`. ({issue}`26718`)

0 commit comments

Comments
 (0)