File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+
3
+ ## [ 3.1.2] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.2 ) (Jan 2023)
4
+ [ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.1...3.1.2 )
5
+
6
+ * CONJ-1040 possible ConcurrentModificationException when connecting
7
+ * CONJ-1041 possible ArrayIndexOutOfBoundsException
8
+
9
+ ## [ 2.7.8] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.8 ) (Jan 2023)
10
+ [ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.7...2.7.8 )
11
+
12
+ * CONJ-1039 setQueryTimeout not honored by CallableStatement for procedures depending on security context
13
+ * CONJ-1041 possible ArrayIndexOutOfBoundsException
14
+ * CONJ-1023 set missing SSL capability in handshake after SSL exchanges
15
+
16
+
2
17
## [ 3.1.1] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.1 ) (Jan 2023)
3
18
[ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.0...3.1.1 )
4
19
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ or maven :
26
26
<dependency>
27
27
<groupId>org.mariadb.jdbc</groupId>
28
28
<artifactId>mariadb-java-client</artifactId>
29
- <version>3.1.1 </version>
29
+ <version>3.1.2 </version>
30
30
</dependency>
31
31
```
32
32
@@ -45,7 +45,7 @@ Development snapshot are available on sonatype nexus repository
45
45
<dependency>
46
46
<groupId>org.mariadb.jdbc</groupId>
47
47
<artifactId>mariadb-java-client</artifactId>
48
- <version>3.1.2 -SNAPSHOT</version>
48
+ <version>3.1.3 -SNAPSHOT</version>
49
49
</dependency>
50
50
</dependencies>
51
51
```
Original file line number Diff line number Diff line change 7
7
<artifactId >mariadb-java-client</artifactId >
8
8
<packaging >jar</packaging >
9
9
<name >mariadb-java-client</name >
10
- <version >3.1.2-SNAPSHOT </version >
10
+ <version >3.1.2</version >
11
11
<description >JDBC driver for MariaDB and MySQL</description >
12
12
<url >https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url >
13
13
You can’t perform that action at this time.
0 commit comments