From 8216832a2d067b39df0ba4ae92cf3b88ea9d060d Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 9 Nov 2022 16:14:30 +0100 Subject: [PATCH] bump 3.1.0 version --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16668ca64..99fd02a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [3.1.0](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.0) (Nov 2022) +[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.9...3.1.0) + +##### Notable Changes +* CONJ-899 Support UUID Object +* CONJ-916 when a failover occurs, log replayed transaction +* CONJ-917 deprecated options use must be logged +* CONJ-992 load balance distribution +* CONJ-1008 default value for socket option useReadAheadInput +* CONJ-1009 improve performance reading big result-set +* CONJ-1014 avoid creating array when receiving server packet +* CONJ-1015 pipelining sending multiple packet to socket + +##### Bugs Fixed +* CONJ-1020 java 11 option setting ignored + ## [3.0.9](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.9) (Nov 2022) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.8...3.0.9) * 2.7.7 merge diff --git a/README.md b/README.md index 1a9782ebf..677b183a1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ or maven : org.mariadb.jdbc mariadb-java-client - 3.0.8 + 3.1.0 ``` @@ -45,7 +45,7 @@ Development snapshot are available on sonatype nexus repository org.mariadb.jdbc mariadb-java-client - 3.0.9-SNAPSHOT + 3.1.1-SNAPSHOT ``` diff --git a/pom.xml b/pom.xml index d1a859f5b..e01f82a01 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ mariadb-java-client jar mariadb-java-client - 3.1.0-SNAPSHOT + 3.1.0 JDBC driver for MariaDB and MySQL https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/