Download | Release Notes | Changelog |
Release date: 1 May 2023
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 #745ef7b2 - bump 3.1.4
Revision #531fc886 - Merge tag '3.1.4' into develop
- Merge branch 'release/3.1.4'
- [] Error during Bulk execution might result in connection wrong state
- [misc] windows test correction
- [] Resultset.wasNull() wrong return (false) after reading zero-date
- [misc] correcting unnecessary lowercase when using SQL escape sequence
- [misc] using default java ISO6801 when using Instant with default timezone UTC
- [] getBlob on TEXT columns throw Exception
- [] ResultSetMetaData.getColumnTypeName() does not return UNSIGNED for DECIMAL, DOUBLE and FLOAT columns
- bump 3.1.4-SNAPSHOT
Download | Release Notes | Changelog |
Release date: 24 Jan 2023
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 #21c9bce0 - Merge tag '3.1.2' into develop
Revision #69ab3b20 - Merge branch 'release/3.1.2'
- bump 3.1.2
- [misc] permit setting serverRsaPublicKeyFile with public key
- [misc] test: use mysql 8 using native password by default
- [] correcting possible ArrayIndexOutOfBoundsException
- Merge branch 'spijkercenter_master' into develop
- Merge branch 'pr-datetimeprecisionmissing' into develop
- [] possible ConcurrentModificationException when connecting
- bump 3.1.2-SNAPSHOT version
- [misc] correct test class name
- Fix broken DatabaseMetaData.getColumns() on older server versions.
- update README version
- Merge tag '3.1.1' into develop
- Added unit test for VersionFactory
- Prevent NPE on missing properties
| | Changelog |
Release date: 22 Mar 2023
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.
bump 3.1.3
[] DatabaseMetaData.getTypeInfo() returns wrong value for UNSIGNED_ATTRIBUTE - datatype correction
| | Changelog |
Release date: 11 Jan 2023
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.
- update README version
- Merge branch 'release/3.1.1'
Revision #4c018af5 [CONJ-1062] correcting TlsSocketPlugin to use Driver classloader
Revision #3bae0150 [CONJ-1063] DatabaseMetaData.getTypeInfo() returns wrong value for UNSIGNED_ATTRIBUTE
Revision #c94cf0d5 [CONJ-1054] race condition when using CredentialPlugin
Revision #016a2113 [CONJ-1056] incorrect reads from unix socket when the text is too large
Revision #f6f5edc0 [CONJ-1058] code style correction for Statement.enquote* port from 2.x
Revision #e97a4aed Merge pull request #184 from peterhalicky/CONJ-1058
Revision #d2f936f9 [CONJ-1060] BIT default metadata doesn't take care of transformedBitIsBoolean option
Revision #a6007c7a bump SNAPSHOT version
Revision #517d5411 [CONJ-1057] wrong decoding for binary '00:00' TIME value when using LocalTime / LocalDateTime result-set getObject
Revision #c7544779 [CONJ-1058] port Statement.enquote* methods from connector 2.x
Revision #79592a0e [misc] xpand 6.1 testing correction
Revision #21c9bce0 Merge tag '3.1.2' into develop
Revision #15ab4cc0 - Bump 3.1.1
Revision #2ebaa2ee - Merge branch 'maintenance/3.0' into develop
Revision #a2061244 - Bump 3.0.10
Revision #4bb11a27 - [misc] correct Date test depending on timezone
Revision #794d362f - [misc] correct Date test depending on timezone
Revision #609aa2db - [misc] correct Tls test behavior
Revision #9f0bec57 - [CONJ-1026] timezone=auto option fails on non-fixed-offset zone machine when server timezone differ from client
Revision #4c3408a4 - [misc] correct Tls test behavior
Revision #fe4b3934 - [CONJ-1026] timezone=auto option fails on non-fixed-offset zone machine when server timezone differ from client
Revision #8d999d84 - [CONJ-1023] Connector/J doesn't set SSL cap bit in Handshake Response Packet
Revision #310efa60 - [CONJ-1023] Connector/J doesn't set SSL cap bit in Handshake Response Packet
Revision #b1fc3a73 - [CONJ-1032] option case-insensitive for compatibility with 2.x
Revision #1d9bee54 - [CONJ-1032] option case-insensitive for compatibility with 2.x
Revision #6d31ce6b - bump 3.0.10-SNAPSHOT version
Revision #572589a6 - bump 3.1.1-SNAPSHOT version
Revision #7399a260 - [CONJ-1035] correcting double write of buffer when writing ascii data in case of growing packet buffer
Revision #db238152 - [misc] improving trace logging
Revision #37c3a432 - [misc] ensuring UUID test minimal server version
Revision #dd326c76 - [misc] correcting test to use capabilities in place of server version when possible
Revision #de7e2c73 - [misc] ensure test suite properly work
Changelogs for the MariaDB Connector/J 3.1 series
Download | Release Notes | Changelog |
Release date: 15 Nov 2022
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 #9a04ccc9 - Merge tag '3.1.0' into develop
Revision #931f45e9 - Merge branch 'release/3.1.0'
- bump 3.1.0 version
- [misc] 3.0.9 merge
- Merge branch 'release/3.0.9' into develop
- [misc] test reliability improvement when using maxscale
- [misc] bump POM dependencies JVM config is needed for /
- [] Support UUID Object
- [misc] code style correction
- Merge branch 'release/3.0.9' into develop
- [] add windows GSSAPI test
- [] enable waffle dependency for better Windows GSSAPI use
- [misc] code style correction
- [] GSSAPI authentication might result in connection reset
- [misc] skip test with FLUSH PRIVILEGES with MySQL server 8.0.31 that broke server public key retrieval afterwhile
- [] DatabaseMetaData.getImportedKeys should return real value for PK_NAME column
- [] correcting java 11+ socket options setting
- [] load balance distribution now use round robin, ensuring better distribution than previous random order
- [] when a failover occurs, log replayed transaction
- [] deprecated option are now logger when logger is enabled
- [misc] add maxscale log when failing
- [misc] ascii encoding improvement
- [misc] code style correction
- [misc] ensuring test reliability
- [] concurrent data/time/timestamp when using same calendar parameter missing synchronization
- [misc] ensure client prepare statement lock when closing bulk
- [] avoid splitting BULK command into multiple commands in case of prepareStatement.setNull() use
- [misc] javadoc correction
- [] creating missing javadoc
- [misc] bump 3.1.0 SNAPSHOT
- [] pipelining now write to socket only one array, permitting faster command execution when on distant server
- [] avoid creating array when receiving server packet
- [misc] server prepare statement ensuring command is preparable test improvement
- [] Skip parsing parameter metadata since doesn't contains real information
- [misc] benchmark add binary command without pipeline
- [misc] correct test suite after MySQL 8 sending erroneous MYSQL_TYPE_INVALID data type
- [misc] add batch benchmark test
- [] improve performance reading result-set of big size part 3
- [] improve performance reading result-set of big size part 2
- [] stored procedure register output parameter as null if set before registerOutParameter command
- [] improve performance reading result-set of big size
- [misc] fast path for unsigned long decoding
- Merge tag '3.0.8' into develop
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.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.