Connector/J 1.5.0 Changelog
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 1 Aug 2016
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revision #41910e8 : Merge branch 'release/1.5.0-RC1'
Revision #8297e37 : [misc] update documentation
Revision #bc917b6 : release candidate 1.5.0-RC1
Revision #c4f45d9 : Merge branch 'develop' of mariadb-connector-j into develop
Revision #2e27c67 : [misc] correcting error in async batch when continueBatchOnError enabled
Revision #a5e7d0a : Update use-mariadb-connector-j-driver.creole
Revision #6592f3a : [misc] correcting allowMultiQueries option behaviour
Revision #14577b4 : [CONJ-197] parameter logging correction when exception
Revision #d6b01da : [CONJ-197] parameter logging correction
Revision #1b34953 : Merge branch 'feature/CONJ-325' into develop
Revision #089d973 : [misc] avoiding buffer creation for COM_EXECUTE
Revision #0362be8 : [misc] faster prepare close (COM_STMT_CLOSE)
Revision #2df4639 : [misc] documentation and add test
Revision #75359ed : [CONJ-320] Update option name and checkstyle corrections
Revision #b2a4417 : [misc] Update Unicode conversion
Revision #97c6f10 : [CONJ-320] performance improvement for batch send
Revision #116a6ec : [CONJ-320] batch send by batch
Revision #85ee72b : [misc] correction for Statement.execute() with query size > 16Mb
Revision #cd352a3 : [CONJ-320] send batch by bulk
Revision #bde3297 : [misc] test correction
Revision #92964ac : [CONJ-320] send prepare query without waiting results (option useBulkExecute)
Revision #5a0b97a : [CONJ-291] micro perf improvement
Revision #cfeb1e0 : Merge branch 'feature/CONJ-305' into develop
Revision #ef71ee5 : [CONJ-305] checkstyle correction
Revision #1c903ab : [CONJ-305] LOAD DATA LOCAL INFILE interceptors correction when using compression protocol
Revision #fdfa0e4 : [CONJ-305] LOAD DATA LOCAL INFILE interceptors correction
Revision #70574be : Update changelog.creole
Revision #495fa33 : Update changelog.creole
Revision #ee647fb : [CONJ-305] Add LOAD DATA LOCAL INFILE interceptors
Revision #c0b4366 : Merge branch 'feature/CONJ-197' into develop
Revision #006e506 : [CONJ-197] change documentation and log message
Revision #c4189cb : [CONJ-197] log and error message improved
Revision #02b0468 : [misc] avoid memory consumption
Revision #8aedc82 : Merge branches 'develop' and 'feature/CONJ-197' of mariadb-connector-j into feature/CONJ-197
Revision #10b8617 : [CONJ-197] logging by proxy on protocol
Revision #3151183 : Merge branch 'develop' of mariadb-connector-j into feature/CONJ-197
Revision #4435058 : Update changelog.creole
Revision #385d199 : Update changelog.creole
Revision #eba3128 : [misc] add changelog informations
Revision #51f0a44 : [CONJ-197] Initial logger implementation
Revision #de31b74 : Merge branch 'feature/CONJ-296' into develop
Revision #0c500e8 : [misc] checkstyle correction
Revision #4fe08c2 : Merge branches 'CONJ-296' and 'develop' of mariadb-connector-j into CONJ-296
Revision #aed496e : Merge branches 'CONJ-296' and 'develop' of mariadb-connector-j into CONJ-296
Revision #ab05206 : [CONJ-316] Wrong Exception thrown for ScrollType TYPE_SCROLL_INSENSITIVE
Revision #3616061 : [CONJ-260] Add jdbc nString, nCharacterStream, nClob implementation
Revision #13d30be : Merge remote-tracking branch 'origin/develop' into develop
Revision #2529dc9 : [CONJ-295] Adding SSO for kerberos
Revision #29d21f8 : Merge branch 'feature/CONJ-249' into develop
Revision #35b6ad4 : [CONJ-249] adding new TLS protocol documentation
Revision #88d4b4a : Merge branches 'develop' and 'feature/CONJ-249' of mariadb-connector-j into feature/CONJ-249
Revision #ef5232e : Merge branches 'creole_doc' and 'develop' of mariadb-connector-j into develop
Revision #e641ea2 : |misc] additional creole documentation improvement
Revision #ce72a74 : |misc] additional creole documentation improvement
Revision #665741a : |misc] improving creole documentation
Revision #7d09384 : |misc] using creole documentation (identical as knowledge base)
Revision #7f28bcb : [CONJ-249] add enabledSslCipherSuites and changing SSL request packet for 10.2 protocol change
Revision #12bec04 : Merge remote-tracking branch 'krasaee/mariadb-connector-j' into feature/CONJ-249
Revision #aad6a14 : [misc] changing mysql server key server
Revision #8f535ab : Merge branch 'feature/CONJ-314' into develop
Revision #8b453ed : [CONJ-314] test correction : mysql server throw SQLException, not SQLDataException when charset error
Revision #25b1acc : [CONJ-314] correction for mysql server (server send a unreliable flag)
Revision #471b70e : [CONJ-314] test correction
Revision #7cd4a46 : [CONJ-314] stored procedure call with PreparedStatement and Statement additionally to CallableStatement
Revision #28988db : [CONJ-298] implementation correction
Revision #06ce413 : Merge branch 'hotfix/CONJ-298' into develop
Revision #7736475 : [CONJ-298] checkstyle correction
Revision #728e1ca : [CONJ-298] Callable function exception when no parameter and space before parenthesis
Revision #96da8a1 : fixed bug in version detection on mariadb >= 10.0.15 support for TLSv1.2
Revision #adf6937 : Removed default behaviour for TLSv1.2 on MariaDB versions >= 10.0.15 and MariaDB NOT 10 && >= 5.5.41. This is in order to mitigate the risk of users compiling with yaSSL which only supports version TLSv1.1 and TLSv1.0. Users may be set TLSv1.2 explicity using the 'enabledSslProtocolSuites' :
Revision #41910e8 : Merge branch 'release/1.5.0-RC1'
Revision #8297e37 : [misc] update documentation
Revision #bc917b6 : release candidate 1.5.0-RC1
Revision #c4f45d9 : Merge branch 'develop' of mariadb-connector-j into develop
Revision #2e27c67 : [misc] correcting error in async batch when continueBatchOnError enabled
Revision #a5e7d0a : Update use-mariadb-connector-j-driver.creole
Revision #6592f3a : [misc] correcting allowMultiQueries option behaviour
Revision #14577b4 : [CONJ-197] parameter logging correction when exception
Revision #d6b01da : [CONJ-197] parameter logging correction
Revision #1b34953 : Merge branch 'feature/CONJ-325' into develop
Revision #089d973 : [misc] avoiding buffer creation for COM_EXECUTE
Revision #0362be8 : [misc] faster prepare close (COM_STMT_CLOSE)
Revision #2df4639 : [misc] documentation and add test
Revision #75359ed : [CONJ-320] Update option name and checkstyle corrections
Revision #b2a4417 : [misc] Update Unicode conversion
Revision #97c6f10 : [CONJ-320] performance improvement for batch send
Revision #116a6ec : [CONJ-320] batch send by batch
Revision #85ee72b : [misc] correction for Statement.execute() with query size > 16Mb
Revision #cd352a3 : [CONJ-320] send batch by bulk
Revision #bde3297 : [misc] test correction
Revision #92964ac : [CONJ-320] send prepare query without waiting results (option useBulkExecute)
Revision #5a0b97a : [CONJ-291] micro perf improvement
Revision #cfeb1e0 : Merge branch 'feature/CONJ-305' into develop
Revision #ef71ee5 : [CONJ-305] checkstyle correction
Revision #1c903ab : [CONJ-305] LOAD DATA LOCAL INFILE interceptors correction when using compression protocol
Revision #fdfa0e4 : [CONJ-305] LOAD DATA LOCAL INFILE interceptors correction
Revision #70574be : Update changelog.creole
Revision #495fa33 : Update changelog.creole
Revision #ee647fb : [CONJ-305] Add LOAD DATA LOCAL INFILE interceptors
Revision #c0b4366 : Merge branch 'feature/CONJ-197' into develop
Revision #006e506 : [CONJ-197] change documentation and log message
Revision #c4189cb : [CONJ-197] log and error message improved
Revision #02b0468 : [misc] avoid memory consumption
Revision #8aedc82 : Merge branches 'develop' and 'feature/CONJ-197' of mariadb-connector-j into feature/CONJ-197
Revision #10b8617 : [CONJ-197] logging by proxy on protocol
Revision #3151183 : Merge branch 'develop' of mariadb-connector-j into feature/CONJ-197
Revision #4435058 : Update changelog.creole
Revision #385d199 : Update changelog.creole
Revision #eba3128 : [misc] add changelog informations
Revision #51f0a44 : [CONJ-197] Initial logger implementation
Revision #de31b74 : Merge branch 'feature/CONJ-296' into develop
Revision #0c500e8 : [misc] checkstyle correction
Revision #4fe08c2 : Merge branches 'CONJ-296' and 'develop' of mariadb-connector-j into CONJ-296
Revision #aed496e : Merge branches 'CONJ-296' and 'develop' of mariadb-connector-j into CONJ-296
Revision #ab05206 : [CONJ-316] Wrong Exception thrown for ScrollType TYPE_SCROLL_INSENSITIVE
Revision #3616061 : [CONJ-260] Add jdbc nString, nCharacterStream, nClob implementation
Revision #13d30be : Merge remote-tracking branch 'origin/develop' into develop
Revision #2529dc9 : [CONJ-295] Adding SSO for kerberos
Revision #29d21f8 : Merge branch 'feature/CONJ-249' into develop
Revision #35b6ad4 : [CONJ-249] adding new TLS protocol documentation
Revision #88d4b4a : Merge branches 'develop' and 'feature/CONJ-249' of mariadb-connector-j into feature/CONJ-249
Revision #ef5232e : Merge branches 'creole_doc' and 'develop' of mariadb-connector-j into develop
Revision #e641ea2 : |misc] additional creole documentation improvement
Revision #ce72a74 : |misc] additional creole documentation improvement
Revision #665741a : |misc] improving creole documentation
Revision #7d09384 : |misc] using creole documentation (identical as knowledge base)
Revision #7f28bcb : [CONJ-249] add enabledSslCipherSuites and changing SSL request packet for 10.2 protocol change
Revision #12bec04 : Merge remote-tracking branch 'krasaee/mariadb-connector-j' into feature/CONJ-249
Revision #aad6a14 : [misc] changing mysql server key server
Revision #8f535ab : Merge branch 'feature/CONJ-314' into develop
Revision #8b453ed : [CONJ-314] test correction : mysql server throw SQLException, not SQLDataException when charset error
Revision #25b1acc : [CONJ-314] correction for mysql server (server send a unreliable flag)
Revision #471b70e : [CONJ-314] test correction
Revision #7cd4a46 : [CONJ-314] stored procedure call with PreparedStatement and Statement additionally to CallableStatement
Revision #28988db : [CONJ-298] implementation correction
Revision #06ce413 : Merge branch 'hotfix/CONJ-298' into develop
Revision #7736475 : [CONJ-298] checkstyle correction
Revision #728e1ca : [CONJ-298] Callable function exception when no parameter and space before parenthesis
Revision #96da8a1 : fixed bug in version detection on mariadb >= 10.0.15 support for TLSv1.2
Revision #adf6937 : Removed default behaviour for TLSv1.2 on MariaDB versions >= 10.0.15 and MariaDB NOT 10 && >= 5.5.41. This is in order to mitigate the risk of users compiling with yaSSL which only supports version TLSv1.1 and TLSv1.0. Users may be set TLSv1.2 explicity using the 'enabledSslProtocolSuites' attribute
Revision #3dd8008 : Merge branches 'develop' and 'master' of mariadb-connector-j into develop
Revision #b9e60e9 : Removed previously added java utility, no longer needed or used
Revision #2f2f003 : resolve merge issue with package imports
Revision #57ada1c : Merge mariadb-connector-j
Revision #89657fc : Update README.md
Revision #c7a9f88 : Fix TLS v1.1 issue with test case for MySQL 5.6 - 2nd attempt
Revision #337ae00 : Fix TLS v1.1 issue with test case for MySQL 5.6
Revision #a8b1ad7 : [CONJ-249] + Additional updates to make code/javadocs consistent with audit requirements
Revision #8be3a45 : [misc] correction of regression using TLSv1.2 before complete handling (CONJ-249)
Revision #62ffa86 : [misc] will add 10.2 test when issue regarding TLSv1.2 will be corrected (PR in review)
Revision #13bf800 : CONJ-249 - removed TLSv1.2 from MySQL >= 5.7.10 since most packaged MySQL versions are compiled with yaSSL which only supports TLSv1 and TLSv1.1 - a better SSL protocol negotiation strategy is required if backwards and future compatbility is required; maybe through the server packet capabilities.
Revision #ff65126 : CONJ-249 - fixed TLSv1.2 support for specific versions of MariaDB >= 10.0.15 and >= 5.5.41 or MySQL >= 5.7.10
Revision #766c6cd : CONJ-249 - Quick fix to add TLSv1.1 and TLSv1.2 to the list of supported protocols
Revision #6819133 : quick fix to supported TLS versions, added 1.1 and 1.2
This page is licensed: GPLv2
Last updated
Was this helpful?