Skip to content

Commit

Permalink
bump 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Oct 15, 2024
1 parent b7fb53f commit 24fa865
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>mariadb-java-client</artifactId>
<packaging>jar</packaging>
<name>mariadb-java-client</name>
<version>3.4.2-SNAPSHOT</version>
<version>3.5.0</version>
<description>JDBC driver for MariaDB and MySQL</description>
<url>https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url>

Expand Down

0 comments on commit 24fa865

Please sign in to comment.