Skip to content

Commit 16d49d7

Browse files
committed
bump 2.7.8
1 parent 233c17f commit 16d49d7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Change Log
2+
## [2.7.8](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.8) (Jan 2023)
3+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.7...2.7.8)
4+
5+
* CONJ-1039 setQueryTimeout not honored by CallableStatement for procedures depending on security context
6+
* CONJ-1041 possible ArrayIndexOutOfBoundsException
7+
* CONJ-1023 set missing SSL capability in handshake after SSL exchanges
8+
29
## [2.7.7](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.7) (Nov 2022)
310
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.6...2.7.7)
411

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.8-SNAPSHOT</version>
63+
<version>2.7.8</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)