File tree Expand file tree Collapse file tree 3 files changed +23
-22
lines changed Expand file tree Collapse file tree 3 files changed +23
-22
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 3.5.4] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.4 ) (Jun 2025)
4+ [ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.3...3.5.4 )
5+
6+ #### Key Enhancements
7+
8+ * CONJ-1261 - Added caching option for loadCodecs results to improve performance
9+
10+ #### Issues Resolved
11+
12+ * CONJ-1234 - Fixed incorrect type definitions in DatabaseMetaData.getTypeInfo()
13+ * CONJ-1247 - Resolved potential race condition that could cause NullPointerException
14+ * CONJ-1250 - avoids redundant queries for CallableStatement.getParameterMetaData()
15+ * CONJ-1251 - Fixed SSL configuration issue where zero SSL settings only functioned without explicit SSL configuration
16+ * CONJ-1252 - Resolved GSSAPI authentication error when server exchanges begin with 0x01 byte
17+ * CONJ-1254 - Corrected DatabaseMetadata.getTypeInfo() returning incorrect values for AUTO_INCREMENT, FIXED_PREC_SCALE, and CASE_SENSITIVE fields
18+ * CONJ-1255 - Fixed getString method on BIT(1) fields to properly honor transformedBitIsBoolean configuration
19+ * CONJ-1259 - Enhanced metadata compatibility with MariaDB version 12.0
20+ * CONJ-1260 - Improved performance of DatabaseMetaData.getExportedKeys method
21+ * CONJ-1256 - Fixed issue to ensure correct catalog name is returned
22+
23+
324## [ 3.5.3] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.3 ) (Mar 2025)
425[ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.2...3.5.3 )
526
Original file line number Diff line number Diff line change @@ -29,30 +29,10 @@ or maven :
2929<dependency>
3030 <groupId>org.mariadb.jdbc</groupId>
3131 <artifactId>mariadb-java-client</artifactId>
32- <version>3.5.3 </version>
32+ <version>3.5.4 </version>
3333</dependency>
3434```
3535
36- Development snapshot are available on sonatype nexus repository
37-
38- ``` script
39- <repositories>
40- <repository>
41- <id>sonatype-nexus-snapshots</id>
42- <name>Sonatype Nexus Snapshots</name>
43- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
44- </repository>
45- </repositories>
46-
47- <dependencies>
48- <dependency>
49- <groupId>org.mariadb.jdbc</groupId>
50- <artifactId>mariadb-java-client</artifactId>
51- <version>3.5.4-SNAPSHOT</version>
52- </dependency>
53- </dependencies>
54- ```
55-
5636## Documentation
5737
5838For a Getting started guide, API docs, recipes, etc. see the
Original file line number Diff line number Diff line change 77 <artifactId >mariadb-java-client</artifactId >
88 <packaging >jar</packaging >
99 <name >mariadb-java-client</name >
10- <version >3.5.4-SNAPSHOT </version >
10+ <version >3.5.4</version >
1111 <description >JDBC driver for MariaDB and MySQL</description >
1212 <url >https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url >
1313
You can’t perform that action at this time.
0 commit comments