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.3.8 ##
2
+
3
+ * Added option 'grpcCompression'
4
+ * Added bulk upsert validation
5
+ * All grpc calls isolated from parent context
6
+
1
7
## 2.3.7 ##
2
8
3
9
* Added slf4j-to-jul to shaded jar
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ Specify the YDB JDBC driver in the dependencies:
26
26
<dependency >
27
27
<groupId >tech.ydb.jdbc</groupId >
28
28
<artifactId >ydb-jdbc-driver</artifactId >
29
- <version >2.3.7 </version >
29
+ <version >2.3.8 </version >
30
30
</dependency >
31
31
32
32
<!-- Shaded version with included dependencies -->
33
33
<dependency >
34
34
<groupId >tech.ydb.jdbc</groupId >
35
35
<artifactId >ydb-jdbc-driver-shaded</artifactId >
36
- <version >2.3.7 </version >
36
+ <version >2.3.8 </version >
37
37
</dependency >
38
38
</dependencies >
39
39
```
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.3.8-SNAPSHOT </version >
9
+ <version >2.3.8</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.3.8-SNAPSHOT </version >
9
+ <version >2.3.8</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.3.8-SNAPSHOT </version >
9
+ <version >2.3.8</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