Skip to content

Commit e45a77b

Browse files
author
robot
committed
Release v3.99.4
1 parent db88e38 commit e45a77b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.99.4
12
* Fixed bug with wrong context on session closing
23
* Fixed goroutine leak on closing `database/sql` driver
34
* "No endpoints" is retriable error now

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
const (
44
Major = "3"
55
Minor = "99"
6-
Patch = "3"
6+
Patch = "4"
77

88
Package = "ydb-go-sdk"
99
)

0 commit comments

Comments
 (0)