Skip to content

Commit 8b32329

Browse files
committed
bump 3.0.6 version
1 parent 17e60c8 commit 8b32329

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Change Log
2+
## [3.0.6](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.6) (Jun 2022)
3+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.5...3.0.6)
4+
5+
* [CONJ-953] PreparedStatement.getGeneratedKeys() returns rows when no keys are generated in insert
6+
* [CONJ-975] ArrayIndexOutOfBoundsException when attempt to getTime() from ResultSet
7+
* [CONJ-976] Improve use of pipelining when allowLocalInfile is enabled
8+
* [CONJ-979] ResultSet.getObject() returns Byte instead of Boolean for tinyint(1)
9+
* [CONJ-980] Permit setObject with java.util.Date parameter
10+
* [CONJ-984] Permit executing initial command with new option `initSql`
11+
* [CONJ-985] ResultSet.getObject() returns ByteSet instead of Byte[] for BIT
12+
213
## [3.0.5](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.5) (may 2022)
314
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.4...3.0.5)
415

pom.xml

Lines changed: 1 addition & 1 deletion
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.0.5</version>
10+
<version>3.0.6</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)