Skip to content

Commit 08785d9

Browse files
committed
Update 0.294 release notes about executable jars
1 parent ba13f42 commit 08785d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Release 0.294
1212
* Add mixed case support for schema and table names. `#24551 <https://github.com/prestodb/presto/pull/24551>`_
1313
* Add case-sensitive support for column names. It can be enabled for JDBC based connector by setting ``case-sensitive-name-matching=true`` at the catalog level. `#24983 <https://github.com/prestodb/presto/pull/24983>`_
1414
* Update ``presto-plan-checker-router-plugin router`` plugin to use ``EXPLAIN (TYPE VALIDATE)`` in place of ``EXPLAIN (TYPE DISTRIBUTED)``, enabling faster routing of queries to either native or Java clusters. `#25545 <https://github.com/prestodb/presto/pull/25545>`_
15+
* From release 0.294, due to maven central publishing limitations, executable jar files including ``presto-cli``, ``presto-benchmark-driver``, and ``presto-test-server-launcher`` are no longer published on maven central repository. These jars can now be found on the `presto github release page <https://github.com/prestodb/presto/releases/tag/0.294>`_
1516

1617
**Details**
1718
===========

0 commit comments

Comments
 (0)