File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 3.3.0] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.3.0 ) (Nov 2023)
4
+
5
+ [ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.2.0...3.3.0 )
6
+
7
+ ##### Notable Changes
8
+
9
+ * CONJ-1115 Make connector become more virtual-thread friendly
10
+ * CONJ-1108 Database metadata listing TEMPORARY tables/sequences
11
+ * CONJ-1113 update ed25519 to recent version
12
+ * CONJ-1116 Avoid unnecessary synchronization on calendar when no calendar parameter
13
+
14
+ ##### Bugs Fixed
15
+
16
+ * CONJ-1102 BatchUpdateException.getUpdateCounts() returns SUCCESS_NO_INFO but expects EXECUTE_FAILED
17
+
18
+
3
19
## [ 3.2.0] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.2.0 ) (Aug 2023)
4
20
5
21
[ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.4...3.2.0 )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ or maven :
29
29
<dependency>
30
30
<groupId>org.mariadb.jdbc</groupId>
31
31
<artifactId>mariadb-java-client</artifactId>
32
- <version>3.2 .0</version>
32
+ <version>3.3 .0</version>
33
33
</dependency>
34
34
```
35
35
@@ -48,7 +48,7 @@ Development snapshot are available on sonatype nexus repository
48
48
<dependency>
49
49
<groupId>org.mariadb.jdbc</groupId>
50
50
<artifactId>mariadb-java-client</artifactId>
51
- <version>3.2.1 -SNAPSHOT</version>
51
+ <version>3.4.0 -SNAPSHOT</version>
52
52
</dependency>
53
53
</dependencies>
54
54
```
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.3.0-SNAPSHOT </version >
10
+ <version >3.3.0</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