Skip to content

Commit

Permalink
bump 2.7.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed May 12, 2021
1 parent 1925b0b commit eef9e9b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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

## [2.7.3](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.3) (12 May 2021)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.2...2.7.3)

* CONJ-619 Multiple batch update fails after LOAD DATA LOCAL INFILE
* CONJ-854 LOAD XML INFILE breaks when using LOCAL
* CONJ-855 throwing more specific exception for updatable result-set that can not be updated by ResultSet
* CONJ-857 Remove use of mysql.proc table, relying on information_schema.parameters
* CONJ-864 includeThreadDumpInDeadlockExceptions always includes the thread dump, even when it is not a deadlock exception
* CONJ-866 long binary parsing improvement
* CONJ-871 OSGi: Missing Import-Package in Connector/J bundle (javax.sql.rowset.serial)
* CONJ-878 option serverSslCert file location
* CONJ-880 metadata query performance correction
* CONJ-858 Properties.put with object that differ from String supported even if use is not recommended
* CONJ-861 executeBatch must not clear last parameter value.
* CONJ-883 using unix socket, hostname is not mandatory anymore

## [2.7.2](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.2) (29 Jan. 2021)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.1...2.7.2)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ or maven :
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<artifactId>mariadb-java-client</artifactId>
<packaging>jar</packaging>
<name>mariadb-java-client</name>
<version>2.7.3-SNAPSHOT</version>
<version>2.7.3</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 eef9e9b

Please sign in to comment.