Skip to content

Commit d541afd

Browse files
committed
bump 3.1.3
1 parent 5c77c28 commit d541afd

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [3.1.3](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.3) (Mar 2023)
4+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.2...3.1.3)
5+
6+
* CONJ-1054 Threadsafety issue when using CredentialPlugin in v3.x
7+
* CONJ-1056 JDBC connector reads incorrect data from unix socket when the text is too large
8+
* CONJ-1057 Wrong decoding of binary time with value "00:00:00"
9+
* CONJ-1058 JDBC 4.3 org.mariadb.jdbc.Statement enquote* methods implementation @peterhalicky
10+
* CONJ-1060 BIT default metadata doesn't take care of transformedBitIsBoolean option
11+
* report 2.7.9 bug fixes CONJ-1062 and CONJ-1063
12+
13+
## [2.7.9](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.9) (Mar 2023)
14+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.8...2.7.9)
15+
16+
* CONJ-1062 correcting TlsSocketPlugin to use Driver classloader
17+
* CONJ-1063 DatabaseMetaData.getTypeInfo() returns wrong value for UNSIGNED_ATTRIBUTE
18+
319
## [3.1.2](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.2) (Jan 2023)
420
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.1...3.1.2)
521

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ or maven :
2626
<dependency>
2727
<groupId>org.mariadb.jdbc</groupId>
2828
<artifactId>mariadb-java-client</artifactId>
29-
<version>3.1.2</version>
29+
<version>3.1.3</version>
3030
</dependency>
3131
```
3232

@@ -45,7 +45,7 @@ Development snapshot are available on sonatype nexus repository
4545
<dependency>
4646
<groupId>org.mariadb.jdbc</groupId>
4747
<artifactId>mariadb-java-client</artifactId>
48-
<version>3.1.3-SNAPSHOT</version>
48+
<version>3.1.4-SNAPSHOT</version>
4949
</dependency>
5050
</dependencies>
5151
```

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>mariadb-java-client</artifactId>
88
<packaging>jar</packaging>
99
<name>mariadb-java-client</name>
10-
<version>3.1.3-SNAPSHOT</version>
10+
<version>3.1.3</version>
1111
<description>JDBC driver for MariaDB and MySQL</description>
1212
<url>https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url>
1313

0 commit comments

Comments
 (0)