Skip to content

Releases: mariadb-corporation/mariadb-connector-j

MariaDB connector/J 1.3.0

13 Nov 13:04
Compare
Choose a tag to compare

Release notes : https://mariadb.com/kb/en/mariadb/mariadb-connector-j-130-release-notes/

This release includes the following major enhancements :

  • Prepared statement on server side.
  • Improving memory footprint
  • New Date/Time/Timestamps implementation
  • New failover options

MariaDB connector/J 1.3.0-beta-3

02 Nov 17:34
Compare
Choose a tag to compare
Pre-release

beta release

MariaDB connector/J 1.2.3

05 Oct 19:29
Compare
Choose a tag to compare

Correction release for CONJ-201

MariaDB connector/J 1.3.0-beta-2

29 Sep 21:42
Compare
Choose a tag to compare
Pre-release
  • bug correction on timezone for Date and Timestamp retrieving when using binary protocol.

MariaDB connector/J 1.3.0-beta-1

29 Sep 18:50
Compare
Choose a tag to compare
Pre-release
  • Implementation of preparedStatement on server side
  • Memory improvement
  • new Date/Timestamps/Time implementation with parameter useLegacyDatetimeCode=false (timezone and daylight improvement)
  • add failover options

MariaDB Connector/J v1.2.2

02 Sep 15:52
Compare
Choose a tag to compare

Maintenance release

CONJ-188 : Default pool framework initialisation
CONJ-184 : SSL Tests Not Run on Travis-CI
CONJ-180 : URLs using HA-modes is not recognized by driver
CONJ-178 : Change Apache DBCP scope to test in pom
CONJ-176 : Permit use of multiple SSL certificate
CONJ-175 : Add allowLocalInfile parameter to allow /disable file upload
CONJ-172 : Return from result set not checked creating connection
CONJ-171 : Removed Sometimes Unnecessary String Instantiation That Can Cause Thread Blocking
CONJ-168 : Rewritten batch insert can fail if the first value isn't a parameter
CONJ-167 : Driver is throwing IllegalArgumentException instead of returning null
CONJ-163 : make column label name display instead column name when useOldAliasMetadataBehavior option true
CONJ-141 : Batch Statement Rewrite: Support for ON DUPLICATE KEY ...

Failover / High availability

17 Jul 17:02
Compare
Choose a tag to compare
1.2.0

maven tag release 1.2.0

1.1.9

05 Jun 10:59
Compare
Choose a tag to compare
CONJ-152 - rewriteBatchedStatements and multiple executeBatch error