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 5a37f51 commit f9eb62cCopy full SHA for f9eb62c
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.54.0
2
* Allowed `sql.LevelSerializable` isolation level in read-write mode in `database/sql` transactions
3
* Refactored traces and metrics
4
* Added `{retry,table}.WithLabel` options for mark retriers calls
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "53"
6
- Patch = "4"
+ Minor = "54"
+ Patch = "0"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments