Skip to content

Commit

Permalink
bump 2.7.12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Feb 8, 2024
1 parent 77831fd commit 175b47f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<artifactId>mariadb-java-client</artifactId>
<packaging>jar</packaging>
<name>mariadb-java-client</name>
<version>2.7.11</version>
<version>2.7.12</version>
<description>JDBC driver for MariaDB and MySQL</description>
<url>https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url>

Expand Down

0 comments on commit 175b47f

Please sign in to comment.