forked from trinodb/trino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
=========== | ||
Release 322 | ||
=========== | ||
|
||
General Changes | ||
--------------- | ||
|
||
* Improve performance of certain join queries by reducing the amount of data | ||
that needs to be scanned. (:issue:`1673`) | ||
|
||
Server RPM Changes | ||
------------------ | ||
|
||
* Fix a regression that caused zero-length files in the RPM. (:issue:`1767`) | ||
|
||
Connector Changes | ||
----------------- | ||
|
||
These changes apply to MySQL, PostgreSQL, Redshift, and SQL Server. | ||
|
||
* Add support for providing credentials using a keystore file. This can be enabled | ||
by setting the ``credential-provider.type`` configuration property to ``KEYSTORE`` | ||
and by setting the ``keystore-file-path``, ``keystore-type``, ``keystore-password``, | ||
``keystore-user-credential-password``, ``keystore-password-credential-password``, | ||
``keystore-user-credential-name``, and ``keystore-password-credential-name`` | ||
configuration properties. (:issue:`1521`) |