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 2e23e14 commit 4068af9Copy full SHA for 4068af9
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.95.5
2
* Fixed goroutine leak on failed execute call in query client
3
4
## v3.95.4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "95"
6
- Patch = "4"
+ Patch = "5"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments