Changelogs for the MariaDB Connector/J 1.4 series
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 15 Jun 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 #f6c6c5e [CONJ-293] Permit named pipe connection without host in connection string
Revision #2216614 [CONJ-309] Possible NPE on aurora when failover occur during connection initialisation
Revision #b12536f [CONJ-312] NPE while loading a null from TIMESTAMP field using binary protocol
Revision #dc41919 [misc] batch with one parameter correction (using rewriteBatchedStatements option)
Revision #b73a302 [misc] changing maven central badge
Revision #2f9b528 [misc] update tracker (JIRA) link to the new one
Revision #f80002a [misc] README : correction link to mariadb.org
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 24 May 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 #4e8c715 [CONJ-218] MariaDbDatabaseMetaData getTables() follow the jdbc recommendation TABLE_TYPE "TABLE" replacing "BASE_TABLE"
Revision #fa6fd29, Revision #747d265 [CONJ-290] Timestamps format error when using prepareStatement with options useFractionalSeconds and useServerPrepStmts
Revision #63b7baa [CONJ-294] PrepareStatement failover handling : use master connection to a minimum
Revision #5a2a4e5, Revision #ffe9527, Revision #fd669bc [CONJ-297] Useless memory consumption when using Statement.setQueryTimeout
Revision #cb61d37, Revision #8969e1f, Revision #ac49a5f [misc] separate CI aurora
Revision #3ba9c73 [misc] add github badge
Revision #e2eb7b7 [misc] add javadoc documentation
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/J is:MariaDB Connector/J 3.5.3
DownloadRelease NotesChangelogConnector/J Overview
Release date: 6 May 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 #69c5997 [CONJ-288] using SHOW VARIABLES to replace SELECT on connection to permit connection on a galera non primary node
Revision #58f90dc [CONJ-261] add tests
Revision #d50a38c [CONJ-289] PrepareStatement on master reconnection after a failover
Revision #12f3a10 [misc] add CI with mariadb 5.5 back
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/J is:MariaDB Connector/J 3.5.3
DownloadRelease NotesChangelogConnector/J Overview
Release date: 26 Apr 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 #b29543e [CONJ-284] Cannot read autoincremented IDs bigger than Short.MAX_VALUE
Revision #22a2277 , Revision #b65cfea , Revision #f54d1a9 [CONJ-283] Parsing correction on MariaDbClientPreparedStatement - syntax error on insert values
Revision #2dca31e [CONJ-282] Handling YEARs with binary prepareStatement
Revision #4cacd1d [CONJ-281] Connector/J is incompatible with Google App Engine correction
Revision #d46dedc [CONJ-278] Improve prepared statement on failover
Revision #3385a01 [misc] use keyserver port 80 to correct Travis testing with MariaDB 5.5
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 11 Apr 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.
[misc] javadoc correction
[CONJ-275] Streaming result without result throw "Current position is before the first row"
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 11 Apr 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.
when option rewriteBatchedStatements is set to true, correction of packet separation when query size > max_allow_packet
correction when using prepareStatement without parameters and option rewriteBatchedStatements to true
[CONJ-270] permit 65535 parameters to server preparedStatement
[268] update license header
[misc] correction on callableStatement with output parameter if resulset size > 16mb
[misc] performance improvement : reuse buffer for reading result and using System.arraycopy
[CON-274] connection to permit connection to mysql 5.1 db using password
This page is: Copyright © 2025 MariaDB. All rights reserved.
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 1 Apr 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.
Temporary test openjdk7 deletion on travis due to 5227
Kerberos merge correction
[CONJ-217] merge correction
[CONJ-138] correction of isBeforeFirst() result
Printstacktrace deletion
Merge pull request #79 from MariaDB/1.4.0-merge
Checkstyle correction + documentation GSSAPI
Merge pull request #78 from MariaDB/1.4.0-merge
Merge branch 'master' into 1.4.0-merge
Merge pull request #77 from fullcontact/poolImprovements
[CONJ-271] correction of resultset return value of first/last when resultset has no result.
Add PAM and kerberos authentication
Correction for mysql 5.6, 5.7 (moreResult missing flag)
Failover query relaunched correction
Error message improvement for batch parameter
Improve buffer reading for resultset
Change javadoc to use inheritDoc
Merging 1.4.0 with 1.3.7
Code normalization
Tag 1.4.0-beta-1
Add noAccessToProcedureBodies test
Correction for better integration tests
Correction for test due to server error MDEV-8984 on mariadb 10.1.11
New CallableStatement implementation
Failover correction for fetching implementation
ATOI implementation for better performance when reading number result
UseReadAheadInput implementation
Fetch size implementation
Keep buffer for a time to avoid reinitialisation
[CONJ-269] handle server configuration autocommit=0
Clean setQueryTimeout functionnality
[CONJ-250] Switch internal pools to use daemon threads to solve
Test correction on Date '0000-00-00' incompatible with mysql 5.7
This page is: Copyright © 2025 MariaDB. All rights reserved.