Skip to content

Commit

Permalink
bump 3.0.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jun 24, 2022
1 parent 17e60c8 commit 8b32329
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Change Log
## [3.0.6](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.6) (Jun 2022)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.5...3.0.6)

* [CONJ-953] PreparedStatement.getGeneratedKeys() returns rows when no keys are generated in insert
* [CONJ-975] ArrayIndexOutOfBoundsException when attempt to getTime() from ResultSet
* [CONJ-976] Improve use of pipelining when allowLocalInfile is enabled
* [CONJ-979] ResultSet.getObject() returns Byte instead of Boolean for tinyint(1)
* [CONJ-980] Permit setObject with java.util.Date parameter
* [CONJ-984] Permit executing initial command with new option `initSql`
* [CONJ-985] ResultSet.getObject() returns ByteSet instead of Byte[] for BIT

## [3.0.5](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.5) (may 2022)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.4...3.0.5)

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.0.5</version>
<version>3.0.6</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 8b32329

Please sign in to comment.