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 b50dba0 commit 506a662Copy full SHA for 506a662
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.66.0
2
* Added experimental package `retry/budget` for limit second and subsequent retry attempts
3
* Refactored internals for enabling `containedctx` linter
4
* Fixed the hanging semaphore issue on coordination session reconnect
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "65"
6
- Patch = "3"
+ Minor = "66"
+ Patch = "0"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments