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 b650d4d commit 77a53beCopy full SHA for 77a53be
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.56.0
2
* Fixed handle of operational errors in topic streams
3
* The minimum version of Go in `ydb-go-sdk` has been raised to `go1.21`
4
* Fixed topic writer infinite reconnections in some cases
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "55"
6
- Patch = "2"
+ Minor = "56"
+ Patch = "0"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments