Download | Release Notes | Changelog |
Release date: 20 Feb 2024
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 #2eb246da - [misc] set correct coverage goal
Revision #42115581 - update copyright year
- bump 3.3.3 version
- [misc] test correction for Load local infile and mysql
- [misc] code style correction + ensuring setLocalInfileInputStream test
- [] Improve message when reaching socket timeout during connection initial commands
- [misc] bump 3.4.0-SNAPSHOT version
- [misc] ensure not loading static class of wrong socketFactory implementation
- [misc] code style correction
- [] adding test case for #190
- Merge branch 'master' into develop
- Merge pull request #190
- Merge pull request #189
- [misc] adding charset length for new mariadb collations
- Fix NullPointer in BasePreparedStatement#setURL
- Update CHANGELOG.md
Download | Release Notes | Changelog |
Release date: 27 Mar 2025
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 #b67158c9 bump 3.3.4
Revision #9127c460 [misc] correcting test for MySQL user length limitation
[] wrong statements.isClosed value after closing connection
[] ensure not having NPE after reconnection fail for high availability configurations
[] disable BULK use when there isn't any parameter
[misc] test stability improvement - ending
[misc] test stability improvement - localSocket
[misc] test stability improvement from 3.5 report
[misc] test improvement
[misc] update travis
| | Changelog |
Release date: 19 Dec 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.
- [] Metadata getTableTypes result was not ordered by TABLE_TYPE
| | Changelog |
Release date: 29 Nov 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.
Merge tag '3.3.1' into develop
Merge branch 'release/3.3.1'
Revision #819eeb2f - [misc] test coverage improvement
Revision #3564216f - Merge tag '3.3.2' into develop
Revision #887d9c90 - Merge branch 'release/3.3.2'
Revision #ff82af29 - bump 3.3.2
Revision #be848da3 - [CONJ-1117] adding new value returnMultiValuesGeneratedIds for connector 2.x compatibility, so getGeneratedKeys() return all ids of multi-value inserts
Revision #6deda549 - [CONJ-1135] bulk insert when useBulkStmtsForInserts only used for INSERT NOT using "ON DUPLICATE KEY UPDATE"
Revision #f8b835c1 - [misc] code style correction
Revision #2b2d7cd7 - [misc] using common default servers test suite
Revision #7b92d26b - [CONJ-1138] ensure Statement.closeOnCompletion behavior (was varying depending on multiple result-set/using streaming)
Revision #0d30561c - [CONJ-1140] regression on DatabaseMetaData queries when option defaultFetchSize
Revision #542504f9 - [CONJ-1137] possible NPE in OkPacket when retrieving session state null value database
Revision #2160bdfe - [CONJ-1136] wrong ResultSet.getByte() results for binary varchar fields
Revision #00aaf845 - [misc] precise licensing LGPL-2.1-or-later, not LGPL-2.1 only
Revision #3403c728 - [CONJ-1130] execution result cleared after error
Revision #4437d189 - [misc] bump testing dependencies
Revision #fa0c69e8 - [CONJ-1130] batch statements not cleared after statement batch execution failure
Revision #56f37dfa - [misc] code style correction
Revision #b0ff0491 - [CONJ-1132] wrong results of getResultSet()/getUpdateCount() if called after a execution that throw exception
Revision #8c14796d - [CONJ-1131] NullPointerException when calling getGeneratedKeys() without execute/batch execution success
Revision #6a4ed753 - [CONJ-1131] NullPointerException when calling getGeneratedKeys() without query execution success
Revision #afdc4c35 - bump 3.3.2-SNAPSHOT version
Revision #7dc1cd11 - [CONJ-1129] Metadata getPrimaryKeys using like in place of strict equality
Revision #7fa524e5 - [misc] remove EOL server
Revision #4acb834a - [misc] set connection to autocommit if not the case and not explicitly set to false.
Revision #397478fb BUMP 3.3.1
Revision #da715da1 [misc] code style correction
Revision #1c65b49b [misc] benchmark profile correction
Revision #cbb930b6 [CONJ-1109] Regression in clearBatch() for parameterized statements
Revision #15620389 [CONJ-1124] ensure not having OOM when setting huge fetch size
Revision #7b8db20f [CONJ-1128] test addition: Setting Negative Fetch Size on ResultSet results throwing Error
Revision #fb673c22 [CONJ-1127] wrong Resultset.getResultSetType() for metadata'es resultset and Resultset from generated keys
Revision #0acd7f27 [misc] code style correction
Revision #3e48062d [CONJ-1126] setting fetchSize directly on a ResultSet object does not reflect the expected change
Revision #4c14f7c3 [misc] test stability correction
Revision #e7d455c0 [CONJ-1120] pushing maven export to pom.xml
Revision #c7fc9144 [CONJ-1120] correction for java 8 support
Revision #a59ab32e [CONJ-1120] adding java 8 testing to CI
Revision #4ad1941a [CONJ-1123] missing OSGi javax.crypto dependency
Revision #2e6ac531 [misc] correction after result-set default sizing change
Revision #bbff89e5 [misc] code style correction
Revision #f302694a [misc] benchmark improvement
Revision #93cbcf02 Merge branch 'master' into develop
Revision #d9c6961a [misc] changing column definition in order to only have final attributes
Revision #636b7034 [misc] add technical option extendedTypeInfo
Revision #13cee5a9 [misc] performance improvement of result-set with 0 or 1 row only.
Revision #b9d659f3 bump 3.3.1-SNAPSHOT
| | Changelog |
Release date: 08 Nov 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.
- Merge branch 'release/3.3.0'
- bump 3.3.0
Revision #5ff1421b - [CONJ-1108] Database metadata listing TEMPORARY tables/sequences - ensure null handling
Revision #52ab8d38 - [CONJ-1108] Database metadata listing TEMPORARY tables/sequences
Revision #057b2e9d - [misc] default compiler version correction
Revision #86903861 - [CONJ-1102] BatchUpdateException.getUpdateCounts() wrong results
Revision #69735a54 - [misc] TemporalField use code simplification
Revision #c46c6bc0 - [misc] remove skysql testing
Revision #be3eb29f - bump jmh version
Revision #f5a33b6d - [CONJ-1115] Make connector become virtual-thread friendly - part 2
Revision #db657101 - [misc] update mysql connector in benchmark to recent version (8.1.0)
Revision #a1772853 - [CONJ-1115] Make connector become virtual-thread friendly
Revision #10a11071 - [CONJ-1116] Avoid unnecessary synchronization on calendar when no calendar parameter
Revision #02921369 - [misc] correct UnixDomainSocket not used sun_family variable, but mandatory for JNI
Revision #f2c90f9b - [misc] test suite using openjdk17 by default
Revision #7b197fe6 - [misc] pattern matching in instanceof correction for java 8 support
Revision #04f99d50 - [misc] spotless addition to ensure code style compatible with java 21
Revision #c50b6fa0 - [misc] correct missing export
Revision #6a77c87a - [misc] ed25519 update to 0.3.0
Revision #875d9f06 - [CONJ-1112] java 19 deprecated methods pre-removal
Revision #2acd4376 - [CONJ-1112] style correction after google style update
Revision #141ed872 - [CONJ-1112] license header uniformization
Revision #23d6e414 - [CONJ-1112] code style validation change
Revision #65c2f1e8 - [CONJ-1111] ensure using same ip in place of DNS when creating a connection to kill running query
Revision #e41f0243 - [misc] correct windows named pipe testing for mysql 8.0.14+
Revision #3710eb02 - [misc] update formatting plugin to com.spotify.fmt/fmt-maven-plugin
Revision #e24a6318 - [misc] use mariadb 11.1 in test suite
Revision #706016b7 - [misc] ensure multi host connection close call when not succeeded
Revision #4434a290 - [misc] code style correction
Revision #31b36c12 - [misc] update ES test from 23.07 to 23.08
Revision #3f197b98 - [misc] update ES test from 23.06 to 23.07
Revision #888e22f7 - [misc] test correction
Revision #18fe4035 - Merge branch 'master' into develop
Revision #7ddcd9ee - [misc] correct batch for mysql server
Revision #e05fc3dd - [misc] update README versions
Revision #c234b046 - Merge tag '3.2.0' 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.