Download | Release Notes | Changelog |
Release date: 3 Oct 2019
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revision #8c53983c [CONJ-698] statement#getGeneratedKeys() returns two rows if ON DUPLICATE KEY UPDATE statement updated a row
[misc] updating copyright
[misc] code format standardization following google-java-format
[] ConnectionPoolDataSource interface addition to MariaDbPoolDataSource
[] JDBC 4.3 Statement enquoteLiteral, enquoteIdentifier, isSimpleIdentifier and enquoteNCharLiteral methods
[] TLS socket factory service implementation Default implementation is provided.
[misc] removing test for sha2 plugin for MySQL version before 5.7
[misc] travis testing configuration correction for caching_sha2_password
[] Implement caching_sha2_password and sha256_password plugin
[misc] remove multi-authentication test if using maxscale
[] DatabaseMetaData.getSchemaTerm must return "schema"
[misc] correcting appveyor MariaDB server version
[misc] set default testing to 10.4, removing deprecated
[] adding credential service implementation Credential service permits providing user / password just implementing CredentialPlugin interface. 3 default implementations : - using environment credential - using java system properties credential - using IAM authentication
[] adding javadoc to Authentication plugin management classes moving Options class since available from external authentication plugin
[] Authentication plugin management using service loader. Authentication plugins now implements AuthenticationPlugin and must be declared in services. This permits automatic loading if present in classpath
[] Driver getPropertyInfo returns no options information for empty url
Merge branch 'master' into develop
[misc] enwuring test stability for aurora
[misc] test stability improvement on Driver deregisterDriver
[] master-slave regression: commit on read-only server Executed only when there is an active transaction on master connection
[] handling driver possible de-reregistration then new registration
[misc] checktyle code correction
[] ensure closing when using custom scheduler provider Removing race condition in case of Driver de-reregistration and new registration
[] Driver deregistration now close active thread pools. Customs pool provided interface will have to implements a new close method.
[misc] correction to return expected exception type on connection error
[misc] travis jdk test
Merge branch 'feature/' into develop
[misc] connection refactoring for simplification This will a future proxy redirection evolution
[] Connection Failure when using PAM authenticated user on 10.4 MariaDB server
[] Do not ignore the Calendar parameter in ResultSet#getTime(int, Calendar)
[] Test passing explicit calendars to setDate/getDate/setTime/getTime/etc.
Merge tag '2.4.3' into develop
This page is: Copyright © 2025 MariaDB. All rights reserved.