12.8. Release 322 (16 Oct 2019)
General Changes
- Improve performance of certain join queries by reducing the amount of data that needs to be scanned. (#1673)
Server RPM Changes
- Fix a regression that caused zero-length files in the RPM. (#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 toKEYSTORE
and by setting thekeystore-file-path
,keystore-type
,keystore-password
,keystore-user-credential-password
,keystore-password-credential-password
,keystore-user-credential-name
, andkeystore-password-credential-name
configuration properties. (#1521)