Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pnv1 committed Jan 11, 2024
2 parents 07ddc30 + 8b02238 commit 4c7a94a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
* Core: Operation manager
* Table: Added readRows operation in table service

## 2.1.10 ##

* Topics: Added message metadata support
* Topics: Added support for reading without a consumer
* Topics: Fixed a bug where onReaderClosed was not called on async reader shutdown
* Topics: Small logging improvements
* Added batch limit support for readTable

## 2.1.9 ##

* Topics: Fixed a bug where first commit was not getting commitResponse if a user had sent a custom StartPartitionSessionResponse
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.9</version>
<version>2.1.10</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.9
version=2.1.10

0 comments on commit 4c7a94a

Please sign in to comment.