File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
9
## [ 2.7.7] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.7 ) (Nov 2022)
3
10
[ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.6...2.7.7 )
4
11
Original file line number Diff line number Diff line change 60
60
<artifactId >mariadb-java-client</artifactId >
61
61
<packaging >jar</packaging >
62
62
<name >mariadb-java-client</name >
63
- <version >2.7.8-SNAPSHOT </version >
63
+ <version >2.7.8</version >
64
64
<description >JDBC driver for MariaDB and MySQL</description >
65
65
<url >https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url >
66
66
You can’t perform that action at this time.
0 commit comments