Download | Release Notes | Changelog |
Release date: 26 Sep 2017
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 #afb7cbd9 - bump 2.1.2 version
Revision #277ca8b1 - [misc] travis test with maxscale now use 2.1.8 version
- [misc] improving tests
- [] remove limitation max_allowed_packet size for LOAD DATA LOCAL INFILE command
- [] merge PR to handle DELETE batching with bulk command
- Set exception has happened to false
- [misc] change appveyor to avoid oom during tests
- [misc] bump 2.1.2-SNAPSHOT version
- [] resultset.last() return wrong value if resultset has only one result
- [misc] make the tests more robust, to avoid false positives
- [misc] executeLargeBatch() exception correction for rewritten option
- [misc] bump 2.2.0-SNAPSHOT version
- [] better error message getting metadata information when SQL syntax is wrong
- [misc] improved test stability
- [misc] aurora test correction
- [misc] aurora valid timeout correction
- [misc] improving url parser performance
- [misc] test correction to ensuring to reactivate proxy
- Fix for having extra update count during batch queries, with -3 which is unexpected by external consumers
- [misc] thread name avoiding automatic addition of "MariaDb" prefix
- [misc] ensuring Connection.isValid(timeout) always respect timeout value
- [misc] code cleaning : small constructor simplification
- [misc] standardization of connection exceptions
- [misc] ensuring connection loop without failover options loop though all host if an initial query exception occur
- [misc] correction of an exception message
- [misc] remove getPassword() from connection implementation
| | Changelog |
Release date: 6 Sep 2017
For the highlights of this release, see the .
The revision number links will take you to the revision's page on GitHub. On you can view more details of the revision and view diffs of the code modified in that revision.
- [misc] add developers information's since needed for sonatype
- [misc] update readme for version 2.1.1 release
Revision #933e022d - bump 2.1.1 version
Revision #9cf39061 - [misc] remove unused access of @@sql_mode during connection time
Revision #bc0eb9e3 - [misc] avoid Unix domain socket multiple close
Revision #861657c2 - [misc] checkstyle correction
Revision #c108a054 - [misc] improving option "enablePacketDebug"
Revision #6ccaef96 - [misc] standardization of logger implementation using parameters
Revision #4619f99d - [misc] add testing with MariaDB 10.3.x
Revision #159cc9bd - [misc] checkstyle correction
Revision #f0bd9337 - [misc] correction of possible race condition when multi-threading on result-set with fetch size set
Revision #abd80af6 - [CONJ-519] checkstyle correction
Revision #60cf61d0 - [CONJ-519] Updatable result-set possible NPE when same field is repeated.
Revision #4fbc42b6 - [CONJ-514] ResultSet method wasNull() always return true after a call on a "null-date" field binary protocol handling
Revision #0932c58e - [CONJ-514] ResultSet method wasNull() always return true after a call on a "null-date" field ("0000-00-00 00:00:00" for timestamp, "0000-00-00" for date , ...)
Revision #6aa4782a - [misc] correcting debug output when having offset
Revision #83fdfc03 - [CONJ-517] report test for Result-set identification of OK_Packet with 0xFE header when using option useCompression
Revision #d9fb5f07 - [misc] remove test that is effective 99% of the time (performance test) for better CI reliability
Revision #41a29d66 - [misc] remove test that is effective 99% of the time (performance test) for better CI reliability
Revision #a19f9403 - [CONJ-516] Permit using updatable result-set when fetching
Revision #4e723df2 - [misc] add XA transaction test
Revision #c3ab5e50 - [misc] add pipeline reading threads only if needed
Revision #456e1cde - [misc] disable test with fractional time when using MySQL 5.5.x server
Revision #ff91ae0b - [misc] java code cleaning
Revision #fa18f052 - Catch Throwable instead of Exception to cover cases like UnsatisfiedLinkError thrown from JNA
Revision #8fb92e3c - [CONJ-511] adding javadoc
Revision #cabb9174 - [CONJ-511] Add trace logs on SSL hostname verification
Revision #d4ae2a24 - [CONJ-511] Add legacy SSL certificate Hostname verification with CN even when SAN are set Improve error message
Revision #533626df - [misc] correct network timeout
Revision #e8db130f - [misc] checkstyle correction
Revision #562aeb25 - [misc] handling connection error when no database is provided
Revision #39885f4d - [misc] set network socket timeout (SO_TIMEOUT) on socket creation, so SSL exchanges use default timeout
Revision #d9c7bf94 - [misc] tag 2.1.1-SNAPSHOT internally
Revision #b9098c03 - [misc] tag 2.1.1-SNAPSHOT
Revision #ed95b47c - [misc] add trace to HostnameVerifier implementation
Revision #9a68376c - [misc] improve error message on setting erroneous parameter
Revision #5607a8e4 - [misc] delete inaccurate list of developers in pom
Revision #95a2c127 - [misc] connection optimization (based on standard case)
Revision #007a55cd - [misc] correct typo in error message when setting wrong parameter
Revision #501b9129 - [misc] checkstyle correction
Revision #45be8ac9 - [misc] using dns mariadb.example.com for SSL tests for hostname verification
Revision #a3c6b446 - [misc] travis hostname change for hostname verification
| | Changelog |
Release date: 31 Jul 2017
For the highlights of this release, see the .
The revision number links will take you to the revision's page on GitHub. On you can view more details of the revision and view diffs of the code modified in that revision.
- [misc] checkstyle correction
- [misc] using dns mariadb.example.com for SSL tests for hostname verification
Changelogs for the MariaDB Connector/J 2.1 series
Revision #a3c6b446 - [misc] travis hostname change for hostname verification
Revision #c6b10331 - correcting changelog
Revision #e0bdf02c - Merge tag '2.1.0' into develop
Revision #62d3f8b4 - Merge branch 'release/2.1.0'
Revision #74e851f8 - bump 2.1.0 version
Revision #3ae2659b - [CONJ-422] Provide verification of SSL Certificate Name Mismatch
Revision #5f7eab9b - [CONJ-502] isolation correction on failover when using multiple pools on same VM - part 3
Revision #18e9b32c - [misc] test correction to ensure error message after packet > to max_allowed_packet
Revision #3cafb677 - Merge remote-tracking branch 'origin/develop' into develop
Revision #f20e5163 - [CONJ-389] implement new COM_STMT_BULK_EXECUTE command for MariaDB server >= 10.2.7 for fast batch execution
Revision #1a324baf - [CONJ-492] failover KILL test ignore for maxscale
Revision #66da9694 - [CONJ-492] test correction (MySQL server doesn't make the distinction if query was kill and connection is killed).
Revision #7647d7c5 - [misc] code checkstyle correction
Revision #4202e8de - [CONJ-492] Failover handle reconnect on KILL command
Revision #7cb369f6 - [misc] add deprecation on CallableStatement.getBigDecimal(int parameterIndex, int scale) (as in Java API)
Revision #b3b65364 - [CONJ-503] regression on aurora Connection.isReadOnly()
Revision #27f6cbf8 - [CONJ-502] isolation correction on failover when using multiple pools on same VM - part 2
Revision #80206183 - [misc] aurora unique cluster validation
Revision #ed2e05ab - [misc] aurora cluster detection ignore case
Revision #430583bb - [CONJ-502] isolation correction on failover when using multiple pools on same VM
Revision #b0ecfc24 - [CONJ-322] ResultSet.update* implementation - using virtual insert row in respect of java API philosophy
Revision #ed270f9c - [CONJ-322] ResultSet.update* implementation
Revision #9ab2be84 - Merge remote-tracking branch 'origin/develop' into develop
Revision #c7765f34 - [CONJ-508] Connection.getCatalog() optimisation for 10.2+ server
Revision #44a176f3 - [CONJ-506] metadata.getColumn default value test correction since MDEV-1332
Revision #1453babc - Merge remote-tracking branch 'origin/master'
Revision #16637e0d - [CONJ-506] metadata.getColumn default value test correction since MDEV-1332
Revision #424e0897 - [CONJ 506] column metadata return 'null' in place of null for server 10.2.7
Revision #0488a1f7 - [CONJ 505] correcting issue that ended throwing Unknown prepared statement handler given
Revision #838b3662 - [misc] faster travis test if not using maxscale
Revision #f802d0f6 - [misc] adding test when using maxscale 2.0.6 and 2.1.4
Revision #c934c3c8 - [misc] maxscale correct docker installation
Revision #091da304 - [misc] disabled some tests using maxscale until maxscale correct them
Revision #8a8e6cdc - [CONJ-400] galera primary mode validation in failover
Revision #9f31e503 - [CONJ-400] test correction for docker testing - variable correction
Revision #eff42c01 - [CONJ-400] test correction for docker testing - part 2
Revision #b8cda994 - [CONJ-400] test correction for docker testing
Revision #d99e6722 - [CONJ-400] galera valid() specific implementation that doesn't just send a COM_PING, but check that server is in primary mode
Revision #1cd578f5 - [CONJ-327] testing MySQL 5.7/8.0 compatibility with sha256Password - avoiding conflict with openssl installation
Revision #c0edaaea - [misc] travis docker testing : second relative path correction for forking
Revision #c50d3722 - [misc] travis docker testing : relative path correction
Revision #cb95cac3 - [misc] travis docker testing : changing to relative path, permitting forks
Revision #b6d4c859 - [misc] travis docker test : correcting bash header
Revision #f0bcbaf6 - [misc] travis docker test : change sleep time to permit to database to reboot before maxscale connection
Revision #8040bbc3 - [CONJ-422] add documentation and better error description
Revision #6ef2ed0c - Merge pull request #109 from krisiye/CONJ-496
Revision #e7df7d15 - Updates to the comments to reflect decimal parsing.
Revision #ed81a136 - [misc] better compatible version visibility
Revision #4b7f2653 - [misc] changing logo
Revision #9c18956b - Create CONTRIBUTING.md
Revision #3d0b8c38 - [CONJ-422] add documentation and better error description
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.