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 4c5f351 commit 2a5de57Copy full SHA for 2a5de57
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.76.5
2
* Fixed out of index item creation in `internal/pool.Pool`
3
* Fixed tracing of `(*grpcClientStream).finish` event
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "76"
6
- Patch = "4"
+ Patch = "5"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments