From 63317349085f3c503779dcb80d0e0630c15af9a5 Mon Sep 17 00:00:00 2001 From: diego Dupin Date: Wed, 27 Jul 2022 00:01:16 +0200 Subject: [PATCH] bump 3.0.7 version --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf52393bc..eb6d6ae92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Change Log +## [3.0.7](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.7) (Jul 2022) +[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.6...3.0.7) + +* [CONJ-993] SQLDataException reading DATA_TYPE on DatabaseMetaData.getTypeInfo() after 3.0.4 +* [CONJ-986] Permit specific Statement.setLocalInfileInputStream for compatibility +* [CONJ-987] Version 3.0.0 returns String for VARBINARY instead of byte[] as 2.7.6 did +* [CONJ-989] Binary column read as String +* [CONJ-990] Setting timezone=UTC result in SQLSyntaxErrorException +* [CONJ-991] Regression: binary(16) is returned as String by getObject() +* [CONJ-994] Version 3.x rejects previously accepted boolean string parameter for BOOLEAN field + ## [3.0.6](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.6) (Jun 2022) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.5...3.0.6) diff --git a/README.md b/README.md index 423e2b5f6..bffeb9256 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ or maven : org.mariadb.jdbc mariadb-java-client - 3.0.5 + 3.0.7 ``` @@ -46,7 +46,7 @@ Development snapshot are available on sonatype nexus repository org.mariadb.jdbc mariadb-java-client - 3.0.6-SNAPSHOT + 3.0.8-SNAPSHOT ``` diff --git a/pom.xml b/pom.xml index 7ce12c8cf..3a6be68d8 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ mariadb-java-client jar mariadb-java-client - 3.0.7-SNAPSHOT + 3.0.7 JDBC driver for MariaDB and MySQL https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/