Skip to content

Commit 117a53e

Browse files
committed
New release v2.2.0
1 parent f340f22 commit 117a53e

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.2.0 ##
2+
3+
* Added support of queries with RETURNING
4+
* Added auto batch mode for simple UPSERT/INSERT
5+
* Forced usage UInt64 for OFFSET/LIMIT parameters
6+
17
## 2.1.6 ##
28

39
* Fixed QueryClient leaks

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Specify the YDB JDBC driver in the dependencies:
2525
<dependency>
2626
<groupId>tech.ydb.jdbc</groupId>
2727
<artifactId>ydb-jdbc-driver</artifactId>
28-
<version>2.1.6</version>
28+
<version>2.2.0</version>
2929
</dependency>
3030

3131
<!-- Shaded version with included dependencies -->
3232
<dependency>
3333
<groupId>tech.ydb.jdbc</groupId>
3434
<artifactId>ydb-jdbc-driver-shaded</artifactId>
35-
<version>2.1.6</version>
35+
<version>2.2.0</version>
3636
</dependency>
3737
</dependencies>
3838
```

jdbc-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>tech.ydb.jdbc</groupId>
88
<artifactId>ydb-jdbc-driver-parent</artifactId>
9-
<version>2.1.7-SNAPSHOT</version>
9+
<version>2.2.0</version>
1010
</parent>
1111

1212
<artifactId>ydb-jdbc-driver-shaded</artifactId>

jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>tech.ydb.jdbc</groupId>
88
<artifactId>ydb-jdbc-driver-parent</artifactId>
9-
<version>2.1.7-SNAPSHOT</version>
9+
<version>2.2.0</version>
1010
</parent>
1111

1212
<artifactId>ydb-jdbc-driver</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>tech.ydb.jdbc</groupId>
77

88
<artifactId>ydb-jdbc-driver-parent</artifactId>
9-
<version>2.1.7-SNAPSHOT</version>
9+
<version>2.2.0</version>
1010

1111
<name>YDB JDBC Module</name>
1212
<description>JDBC Driver over YDB Java SDK</description>

0 commit comments

Comments
 (0)