Skip to content

Commit 9ddd800

Browse files
Add release notes for 0.293 (#21)
Co-authored-by: prestodb-ci <[email protected]>
1 parent a9e3eed commit 9ddd800

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

presto-docs/src/main/sphinx/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release Notes
55
.. toctree::
66
:maxdepth: 1
77

8+
release/release-0.293
89
Release-0.292 [2025-03-28] <release/release-0.292>
910
Release-0.291 [2025-01-27] <release/release-0.291>
1011
Release-0.290 [2024-11-01] <release/release-0.290>
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
=============
2+
Release 0.293
3+
=============
4+
5+
**Highlights**
6+
==============
7+
8+
**Details**
9+
===========
10+
11+
General Changes
12+
_______________
13+
* Fix the issue of sensitive data such as passwords and access keys being exposed in logs by redacting sensitive field values. `#24886 <https://github.com/prestodb/presto/pull/24886>`_
14+
* Improve how we merge multiple operator stats together. `#24921 <https://github.com/prestodb/presto/pull/24921>`_
15+
* Improve metrics creation by refactoring local variables to a dedicated class. `#24921 <https://github.com/prestodb/presto/pull/24921>`_
16+
* Replace `exchange.compression-enabled`, `fragment-result-cache.block-encoding-compression-enabled`, `experimental.spill-compression-enabled` with `exchange.compression-codec`, `fragment-result-cache.block-encoding-compression-codec` to enable compression codec configurations. Supported codecs include GZIP, LZ4, LZO, SNAPPY, ZLIB and ZSTD. `#24670 <https://github.com/prestodb/presto/pull/24670>`_
17+
18+
Prestissimo (Native Execution) Changes
19+
______________________________________
20+
* Fix REST API call ``v1/operator/task/getDetails?id=`` crash. `#24839 <https://github.com/prestodb/presto/pull/24839>`_
21+
22+
Prestissimo (native Execution) Changes
23+
______________________________________
24+
* Add runtime metrics collection for S3 Filesystem. `#24554 <https://github.com/prestodb/presto/pull/24554>`_
25+
* Removes worker config `register-test-functions`. `#24853 <https://github.com/prestodb/presto/pull/24853>`_
26+
27+
Elasticsearch Connector Changes
28+
_______________________________
29+
* Upgrade elasticsearch to 7.17.27 in response to `CVE-2024-43709 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-43709>`_. `#23894 <https://github.com/prestodb/presto/pull/23894>`_
30+
31+
Hive Connector Changes
32+
______________________
33+
* Add support for Web Identity authentication in S3 security mapping with the ``hive.s3.webidentity.enabled`` property. `#24645 <https://github.com/prestodb/presto/pull/24645>`_
34+
35+
Iceberg Connector Changes
36+
_________________________
37+
* Fix to pass full session to avoid ``Unknown connector`` errors using the Nessie catalog. `#24803 <https://github.com/prestodb/presto/pull/24803>`_
38+
39+
Sql Server Connector Changes
40+
____________________________
41+
* Note: Starting from this version, the driver sets the encrypt property to true by default. If you are connecting to a non-SSL SQL Server instance, you must explicitly set encrypt=false in your connection configuration to avoid connectivity issues. This is a breaking change for existing connections. `#24686 <https://github.com/prestodb/presto/pull/24686>`_
42+
* Upgraded SQL Server driver to version 12.8.1 to support NTLM authentication. See :ref:connector/sqlserver:authentication for more details. `#24686 <https://github.com/prestodb/presto/pull/24686>`_
43+
44+
**Credits**
45+
===========
46+
47+
Akinori Musha, Amit Dutta, Anant Aneja, Bryan Cutler, Christian Zentgraf, Deepak Majeti, Denodo Research Labs, Elbin Pallimalil, Facebook Community Bot, Haritha Koloth, Hazmi, Jay Narale, Jialiang Tan, Li Zhou, Najib Adan, Nikhil Collooru, Nivin C S, Pradeep Vaka, Pramod Satya, Prashant Golash, Pratik Joseph Dabre, Rebecca Schlussel, Reetika Agrawal, Samuel Majoros, Sayari Mukherjee, Serge Druzkin, Sergey Pershin, Shang Ma, Shelton Cai, Shijin K, Steve Burnett, XiaoDu, Xin Zhang, Ying, Yuanda (Yenda) Li, Zac Blanco, Zac Wen, aditi-pandit, ebonnal, lukmanulhakkeem, wangd

0 commit comments

Comments
 (0)