Skip to content

Commit

Permalink
New release version v2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Oct 2, 2024
1 parent 2affd1c commit 4383e2a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.2.10 ##

* Added auto batch mode for simple UPDATE/DELETE/REPLACE

## 2.2.9 ##

* Removed cleaning of unclosed result set
* Added checks of invalid values of Decimal

## 2.2.8 ##

* Added support of stream cancelling
Expand Down
2 changes: 1 addition & 1 deletion jdbc-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tech.ydb.jdbc</groupId>
<artifactId>ydb-jdbc-driver-parent</artifactId>
<version>2.2.10-SNAPSHOT</version>
<version>2.2.10</version>
</parent>

<artifactId>ydb-jdbc-driver-shaded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tech.ydb.jdbc</groupId>
<artifactId>ydb-jdbc-driver-parent</artifactId>
<version>2.2.10-SNAPSHOT</version>
<version>2.2.10</version>
</parent>

<artifactId>ydb-jdbc-driver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>tech.ydb.jdbc</groupId>

<artifactId>ydb-jdbc-driver-parent</artifactId>
<version>2.2.10-SNAPSHOT</version>
<version>2.2.10</version>

<name>YDB JDBC Module</name>
<description>JDBC Driver over YDB Java SDK</description>
Expand Down

0 comments on commit 4383e2a

Please sign in to comment.