From 0b78458f86960e70db9b3956084d4675f842aac4 Mon Sep 17 00:00:00 2001 From: kolzeq Date: Thu, 29 Jul 2021 16:06:44 +0200 Subject: [PATCH] bump 2.7.4 version --- CHANGELOG.md | 12 +++++++++++- README.md | 2 +- pom.xml | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d04a2ba..4a3c109f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [2.7.4](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.4) (29 Jul 2021) +[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.3...2.7.4) + +* CONJ-890 getImportedKeys/getTables regression returning an empty resultset for null/empty catalog +* CONJ-863 Ensure socket state when SocketTimeout occurs +* CONJ-873 IndexOutOfBoundsException when executing prepared queries using automatic key generation in parallel +* CONJ-884 MariaDbPoolDataSource leaks connections when the mariadb server restarts +* CONJ-893 DatabaseMetaData.getColumns regression causing TINYINT(x) with x > 1 to return BIT type in place of TINYINT +* CONJ-889 CallableStatement using function throw wrong error on getter + + ## [2.7.3](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.3) (12 May 2021) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.2...2.7.3) @@ -786,7 +797,6 @@ LOAD DATA INFILE The fastest way to load many datas is using query [LOAD DATA IN * If someone has can execute query from client, he can have access to any file on client (according to the rights of the user running the client process). See [load-data-infile documentation](./documentation/use-mariadb-connector-j-driver.creole#load-data-infile) for more information. - Interceptors can now filter LOAD DATA LOCAL INFILE query's file location to validate path / file name. Those interceptors: * Must implement interface {{{org.mariadb.jdbc.LocalInfileInterceptor}}}. diff --git a/README.md b/README.md index b80f37f0a..a7443f3f3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ or maven : org.mariadb.jdbc mariadb-java-client - 2.7.3 + 2.7.4 ``` diff --git a/pom.xml b/pom.xml index cbd9837c2..3f43c1b85 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ mariadb-java-client jar mariadb-java-client - 2.7.4-SNAPSHOT + 2.7.4 JDBC driver for MariaDB and MySQL https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/