Skip to content

Commit 49a9466

Browse files
committed
New release version v2.3.8
1 parent 4286e1c commit 49a9466

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.3.8 ##
2+
3+
* Added option 'grpcCompression'
4+
* Added bulk upsert validation
5+
* All grpc calls isolated from parent context
6+
17
## 2.3.7 ##
28

39
* Added slf4j-to-jul to shaded jar

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Specify the YDB JDBC driver in the dependencies:
2626
<dependency>
2727
<groupId>tech.ydb.jdbc</groupId>
2828
<artifactId>ydb-jdbc-driver</artifactId>
29-
<version>2.3.7</version>
29+
<version>2.3.8</version>
3030
</dependency>
3131

3232
<!-- Shaded version with included dependencies -->
3333
<dependency>
3434
<groupId>tech.ydb.jdbc</groupId>
3535
<artifactId>ydb-jdbc-driver-shaded</artifactId>
36-
<version>2.3.7</version>
36+
<version>2.3.8</version>
3737
</dependency>
3838
</dependencies>
3939
```

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.3.8-SNAPSHOT</version>
9+
<version>2.3.8</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.3.8-SNAPSHOT</version>
9+
<version>2.3.8</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.3.8-SNAPSHOT</version>
9+
<version>2.3.8</version>
1010

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

0 commit comments

Comments
 (0)