Skip to content

Commit 66af126

Browse files
author
robot
committed
Release v3.105.2
1 parent ca570b1 commit 66af126

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.105.2
12
* Improved the `ydb.WithSessionPoolSessionUsageLimit` option for allow `time.Duration` as argument type for limit max session time to live since create time
23

34
## v3.105.1

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 = "105"
6-
Patch = "1"
6+
Patch = "2"
77

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

0 commit comments

Comments
 (0)