Skip to content

Commit ca13feb

Browse files
author
robot
committed
Release v3.42.5
1 parent e594295 commit ca13feb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.42.5
12
* Fixed closing of `database/sql` connection (aka `YDB` session)
23
* Made `session.Close()` as `nop` for idled session
34
* Implemented goroutine for closing idle connection in `database/sql` driver

internal/meta/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package meta
33
const (
44
VersionMajor = "3"
55
VersionMinor = "42"
6-
VersionPatch = "4"
6+
VersionPatch = "5"
77
)
88

99
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch

0 commit comments

Comments
 (0)