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 4c9107c + ef5ba1d commit 4ad4415Copy full SHA for 4ad4415
CHANGELOG.md
@@ -1,4 +1,6 @@
1
* Doesn't rollback a the transaction on the operation error in table service
2
+
3
+## v3.80.6
4
* Fixed concurrent map writes in metrics
5
* Renamed method at experimental API reader.PopBatchTx to reader.PopMessagesBatchTx
6
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
Minor = "80"
- Patch = "5"
+ Patch = "6"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments