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 66ffc00 commit ef5ba1dCopy full SHA for ef5ba1d
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.80.6
2
* Fixed concurrent map writes in metrics
3
* Renamed method at experimental API reader.PopBatchTx to reader.PopMessagesBatchTx
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "80"
6
- Patch = "5"
+ Patch = "6"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments