Skip to content

Commit

Permalink
bump 3.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Nov 9, 2022
1 parent db68d08 commit 8216832
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [3.1.0](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.0) (Nov 2022)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.9...3.1.0)

##### Notable Changes
* CONJ-899 Support UUID Object
* CONJ-916 when a failover occurs, log replayed transaction
* CONJ-917 deprecated options use must be logged
* CONJ-992 load balance distribution
* CONJ-1008 default value for socket option useReadAheadInput
* CONJ-1009 improve performance reading big result-set
* CONJ-1014 avoid creating array when receiving server packet
* CONJ-1015 pipelining sending multiple packet to socket

##### Bugs Fixed
* CONJ-1020 java 11 option setting ignored

## [3.0.9](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.9) (Nov 2022)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.8...3.0.9)
* 2.7.7 merge
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ or maven :
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.0.8</version>
<version>3.1.0</version>
</dependency>
```

Expand All @@ -45,7 +45,7 @@ Development snapshot are available on sonatype nexus repository
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.0.9-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>mariadb-java-client</artifactId>
<packaging>jar</packaging>
<name>mariadb-java-client</name>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<description>JDBC driver for MariaDB and MySQL</description>
<url>https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url>

Expand Down

0 comments on commit 8216832

Please sign in to comment.