From 175b47fa386c3a4acac827ae0a00214ef812c297 Mon Sep 17 00:00:00 2001 From: rusher Date: Thu, 8 Feb 2024 11:08:06 +0100 Subject: [PATCH] bump 2.7.12 version --- CHANGELOG.md | 8 ++++++++ pom.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e037894..e912bf4b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [2.7.12](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.12) (Feb 2024) +[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.11...2.7.12) + +* CONJ-1145 Wrong sequence number of sub header with compressing procotol active +* CONJ-1151 Wrong debug trace when using compression protocol +* CONJ-1152 Improve message when reaching socket timeout during connection initial commands +* CONJ-1153 session tracking only read first SYSTEM_VARIABLES session tracking change + ## [2.7.11](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.11) (Nov 2023) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.10...2.7.11) diff --git a/pom.xml b/pom.xml index 3e577f974..1d06c9d7d 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ mariadb-java-client jar mariadb-java-client - 2.7.11 + 2.7.12 JDBC driver for MariaDB and MySQL https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/