Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Nov 2, 2023
2 parents c48e601 + 26402f2 commit 7e091ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
* Core: Operation manager
* Table: Added readRows operation in table service

## 2.1.8 ##

* Topics: Added DeferredCommitter class to group several read commits into one or just defer each commit without holding data reference
* Topics: Added onCommitResponse callback for AsyncReader to subscribe to server event directly and control commits more efficiently
* Topics: Removed usage of ForkJoinPool.commonPool()
* Table: Fixed typo in SessionPoolStats

## 2.1.7 ##

* Topics: Rethrow IO exceptions to user handlers while decoding messages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Firstly you can import YDB Java BOM to specify correct versions of SDK modules.
<dependency>
<groupId>tech.ydb</groupId>
<artifactId>ydb-sdk-bom</artifactId>
<version>2.1.7</version>
<version>2.1.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.1.7
version=2.1.8

0 comments on commit 7e091ee

Please sign in to comment.