Skip to content

Commit

Permalink
bump 2.7.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jul 29, 2021
1 parent ce03fc9 commit 0b78458
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

## [2.7.4](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.4) (29 Jul 2021)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.3...2.7.4)

* CONJ-890 getImportedKeys/getTables regression returning an empty resultset for null/empty catalog
* CONJ-863 Ensure socket state when SocketTimeout occurs
* CONJ-873 IndexOutOfBoundsException when executing prepared queries using automatic key generation in parallel
* CONJ-884 MariaDbPoolDataSource leaks connections when the mariadb server restarts
* CONJ-893 DatabaseMetaData.getColumns regression causing TINYINT(x) with x > 1 to return BIT type in place of TINYINT
* CONJ-889 CallableStatement using function throw wrong error on getter


## [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)

Expand Down Expand Up @@ -786,7 +797,6 @@ LOAD DATA INFILE The fastest way to load many datas is using query [LOAD DATA IN
* If someone has can execute query from client, he can have access to any file on client (according to the rights of the user running the client process).

See [load-data-infile documentation](./documentation/use-mariadb-connector-j-driver.creole#load-data-infile) for more information.

Interceptors can now filter LOAD DATA LOCAL INFILE query's file location to validate path / file name.
Those interceptors:
* Must implement interface {{{org.mariadb.jdbc.LocalInfileInterceptor}}}.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ or maven :
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>2.7.3</version>
<version>2.7.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -60,7 +60,7 @@
<artifactId>mariadb-java-client</artifactId>
<packaging>jar</packaging>
<name>mariadb-java-client</name>
<version>2.7.4-SNAPSHOT</version>
<version>2.7.4</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 0b78458

Please sign in to comment.