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 41ffe31 commit 2d3b155Copy full SHA for 2d3b155
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.52.3
2
* Removed almost all experimental marks from topic api.
3
* Rename some topic APIs (old names was deprecated and will be removed in one of next versions).
4
* Deprecated topic options (the option will be removed): min size of read messages batch
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "52"
6
- Patch = "2"
+ Patch = "3"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments