We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93481d commit 9ac3cd0Copy full SHA for 9ac3cd0
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.106.0
2
* Added option WithReaderSupportSplitMergePartitions for topic manage support of split-merge partitions on client side (enabled by default).
3
* Allowed overflow queue limit for one goroutine at time for topic writer
4
* Removed delay before send commit in sync mode of a topic reader
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "105"
6
- Patch = "2"
+ Minor = "106"
+ Patch = "0"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments