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 edfe0cf commit 2855451Copy full SHA for 2855451
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.95.4
2
* Fixed connections pool leak on closing sessions
3
* Fixed an error in logging session deletion events
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "95"
6
- Patch = "3"
+ Patch = "4"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments