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 9927a47 commit 14c70e8Copy full SHA for 14c70e8
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.73.0
2
* Added experimental `retry.DoWithResult` and `retry.DoTxWithResult` helpers for retry lambda and return value from lambda
3
4
## v3.72.0
internal/version/version.go
@@ -2,7 +2,7 @@ package version
const (
Major = "3"
5
- Minor = "72"
+ Minor = "73"
6
Patch = "0"
7
8
Prefix = "ydb-go-sdk"
0 commit comments