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.
2 parents c701c80 + eedd068 commit 527bfcdCopy full SHA for 527bfcd
CHANGELOG.md
@@ -1,4 +1,6 @@
1
* Added experimental `retry.DoWithResult` and `retry.DoTxWithResult` helpers for retry lambda and return value from lambda
2
+
3
+## v3.72.0
4
* Excluded `Query()` method from interface `ydb.Connection`. Method `Query()` remains accessible from `ydb.Driver`
5
6
## v3.71.0
internal/version/version.go
@@ -2,7 +2,7 @@ package version
const (
Major = "3"
- Minor = "71"
+ Minor = "72"
Patch = "0"
7
8
Prefix = "ydb-go-sdk"
0 commit comments