Skip to content

Commit 175b47f

Browse files
committed
bump 2.7.12 version
1 parent 77831fd commit 175b47f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [2.7.12](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.12) (Feb 2024)
4+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.11...2.7.12)
5+
6+
* CONJ-1145 Wrong sequence number of sub header with compressing procotol active
7+
* CONJ-1151 Wrong debug trace when using compression protocol
8+
* CONJ-1152 Improve message when reaching socket timeout during connection initial commands
9+
* CONJ-1153 session tracking only read first SYSTEM_VARIABLES session tracking change
10+
311
## [2.7.11](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.11) (Nov 2023)
412
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.10...2.7.11)
513

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<artifactId>mariadb-java-client</artifactId>
6161
<packaging>jar</packaging>
6262
<name>mariadb-java-client</name>
63-
<version>2.7.11</version>
63+
<version>2.7.12</version>
6464
<description>JDBC driver for MariaDB and MySQL</description>
6565
<url>https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url>
6666

0 commit comments

Comments
 (0)