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 185edfb commit f2ab309Copy full SHA for f2ab309
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.116.2
2
* Fixed grpc connections leak on reused node IP
3
4
## v3.116.1
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "116"
6
- Patch = "1"
+ Patch = "2"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments