Skip to content

Commit

Permalink
bump 3.4.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jul 10, 2024
1 parent f68447f commit 889ccf6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Change Log

## [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
CONJ-1185 Android app compatibility, regex CANON_EQ flag not supported
CONJ-1188 database meta getSQLKeywords listing all reserved key word, not restricted keywords only
CONJ-1189 implementation of pinGlobalTxToPhysicalConnection for XA Connection
CONJ-1190 Adding MySQL option 'databaseTerm' as alias for useCatalogTerm for compatibility
CONJ-1191 slow metadata getImportedKeys when not having database set
CONJ-685 permit setting sslMode per host
CONJ-686 Allow mixing TCP and socket hosts in failover configuration
CONJ-1068 ResultSetMetaData.getColumnTypeName() returns VARCHAR instead of TINYTEXT
CONJ-1182 missing XA_RBTIMEOUT,XA_RBTIMEOUT and XA_RBDEADLOCK error mapping


## [3.4.0](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.4.0) (Apr 2024)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.3.3...3.4.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ or maven :
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</dependency>
```

Expand All @@ -48,7 +48,7 @@ Development snapshot are available on sonatype nexus repository
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.2-SNAPSHOT</version>
</dependency>
</dependencies>
```
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.1-SNAPSHOT</version>
<version>3.4.1</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 889ccf6

Please sign in to comment.