File tree 3 files changed +10
-21
lines changed
3 files changed +10
-21
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+
3
+ ## [ 2.7.11] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.11 ) (Nov 2023)
4
+ [ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.10...2.7.11 )
5
+
6
+ * CONJ-1075 LOAD DATA INFILE is broken on windows
7
+ * CONJ-1108 Database metadata listing TEMPORARY tables/sequences
8
+ * CONJ-1118 Aurora Single Write Cluster Endpoint can't make Read DB Connection for readonly transaction
9
+
2
10
## [ 2.7.10] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.10 ) (Aug 2023)
3
11
[ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.9...2.7.10 )
4
12
Original file line number Diff line number Diff line change @@ -28,29 +28,10 @@ or maven :
28
28
<dependency>
29
29
<groupId>org.mariadb.jdbc</groupId>
30
30
<artifactId>mariadb-java-client</artifactId>
31
- <version>2.7.5 </version>
31
+ <version>2.7.11 </version>
32
32
</dependency>
33
33
```
34
34
35
- Development snapshot are available on sonatype nexus repository
36
- ``` script
37
- <repositories>
38
- <repository>
39
- <id>sonatype-nexus-snapshots</id>
40
- <name>Sonatype Nexus Snapshots</name>
41
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
42
- </repository>
43
- </repositories>
44
-
45
- <dependencies>
46
- <dependency>
47
- <groupId>org.mariadb.jdbc</groupId>
48
- <artifactId>mariadb-java-client</artifactId>
49
- <version>3.0.3-SNAPSHOT</version>
50
- </dependency>
51
- </dependencies>
52
- ```
53
-
54
35
## Documentation
55
36
56
37
For a Getting started guide, API docs, recipes, etc. see the
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.11-SNAPSHOT </version >
63
+ <version >2.7.11</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