Skip to content

Commit 12369df

Browse files
committed
bump 2.7.11
1 parent e2ba060 commit 12369df

File tree

3 files changed

+10
-21
lines changed

3 files changed

+10
-21
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# 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+
210
## [2.7.10](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.10) (Aug 2023)
311
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.9...2.7.10)
412

README.md

+1-20
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,10 @@ or maven :
2828
<dependency>
2929
<groupId>org.mariadb.jdbc</groupId>
3030
<artifactId>mariadb-java-client</artifactId>
31-
<version>2.7.5</version>
31+
<version>2.7.11</version>
3232
</dependency>
3333
```
3434

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-
5435
## Documentation
5536

5637
For a Getting started guide, API docs, recipes, etc. see the

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.11-SNAPSHOT</version>
63+
<version>2.7.11</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)