File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## 2.1.6 ##
2
8
3
9
* Fixed QueryClient leaks
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ Specify the YDB JDBC driver in the dependencies:
25
25
<dependency >
26
26
<groupId >tech.ydb.jdbc</groupId >
27
27
<artifactId >ydb-jdbc-driver</artifactId >
28
- <version >2.1.6 </version >
28
+ <version >2.2.0 </version >
29
29
</dependency >
30
30
31
31
<!-- Shaded version with included dependencies -->
32
32
<dependency >
33
33
<groupId >tech.ydb.jdbc</groupId >
34
34
<artifactId >ydb-jdbc-driver-shaded</artifactId >
35
- <version >2.1.6 </version >
35
+ <version >2.2.0 </version >
36
36
</dependency >
37
37
</dependencies >
38
38
```
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >tech.ydb.jdbc</groupId >
8
8
<artifactId >ydb-jdbc-driver-parent</artifactId >
9
- <version >2.1.7-SNAPSHOT </version >
9
+ <version >2.2.0 </version >
10
10
</parent >
11
11
12
12
<artifactId >ydb-jdbc-driver-shaded</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >tech.ydb.jdbc</groupId >
8
8
<artifactId >ydb-jdbc-driver-parent</artifactId >
9
- <version >2.1.7-SNAPSHOT </version >
9
+ <version >2.2.0 </version >
10
10
</parent >
11
11
12
12
<artifactId >ydb-jdbc-driver</artifactId >
Original file line number Diff line number Diff line change 6
6
<groupId >tech.ydb.jdbc</groupId >
7
7
8
8
<artifactId >ydb-jdbc-driver-parent</artifactId >
9
- <version >2.1.7-SNAPSHOT </version >
9
+ <version >2.2.0 </version >
10
10
11
11
<name >YDB JDBC Module</name >
12
12
<description >JDBC Driver over YDB Java SDK</description >
You can’t perform that action at this time.
0 commit comments