From 24fa8659e03f8d728c4005f7ebc7f2240e850f90 Mon Sep 17 00:00:00 2001 From: rusher Date: Tue, 15 Oct 2024 18:12:36 +0200 Subject: [PATCH] bump 3.5.0 --- CHANGELOG.md | 17 +++++++++++++++++ pom.xml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db00676ad..1973f4ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,26 @@ # Change Log +## [3.5.0](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.0) (Oct 2024) +[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.4.1...3.5.0) + +#### Notable changes + +* CONJ-1193 Parsec authentication implementation +* CONJ-1183 permit setting specific truststore + +#### Bugs Fixed + +* CONJ-1202 Session variable setting must be executed last +* CONJ-1201 incorrect default behavior for forceConnectionTimeZoneToSession +* CONJ-1200 Batch import fails with exception "Unknown command" +* CONJ-1199 option `connectionCollation` addition in order to force collation +* CONJ-1187 Use different exception type for connection timeouts + ## [3.4.1](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.4.1) (Jul 2024) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.4.0...3.4.1) ##### Bugs Fixed + * CONJ-1181 Ensure Prepare cache use schema * CONJ-1178 DatabaseMetaData.getImportedKeys return different PK_NAME value than getExportedKeys. * CONJ-1180 Correct DatabaseMeta.getExportedKeys() performances diff --git a/pom.xml b/pom.xml index ab27eee9e..23aaa9bfe 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ mariadb-java-client jar mariadb-java-client - 3.4.2-SNAPSHOT + 3.5.0 JDBC driver for MariaDB and MySQL https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/