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 8daca26 commit 8c8114cCopy full SHA for 8c8114c
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.53.0
2
* Removed `internal/backoff.Backoff.Wait` interface method for exclude resource leak with bug-provoked usage of `time.After` method
3
* Marked as deprecated `retry.WithDoRetryOptions` and `retry.WithDoTxRetryOptions`
4
* Added receiving first result set on construct `internal/table/scanner.NewStream()`
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "52"
6
- Patch = "3"
+ Minor = "53"
+ Patch = "0"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments