We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db88e38 commit e45a77bCopy full SHA for e45a77b
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.99.4
2
* Fixed bug with wrong context on session closing
3
* Fixed goroutine leak on closing `database/sql` driver
4
* "No endpoints" is retriable error now
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "99"
6
- Patch = "3"
+ Patch = "4"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments