Skip to content

Commit

Permalink
Release v3.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Apr 4, 2024
1 parent 2cd28c9 commit 5d5dff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v3.62.0
* Restored `WithSessionPoolKeepAliveMinSize` and `WithSessionPoolKeepAliveTimeout` for backward compatibility.
* Fixed leak timers
* Changed default StartTime (time of retries for connect to server) for topic writer from 1 minute to infinite (can be overrided by WithWriterStartTimeout topic option)
Expand Down
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package version

const (
Major = "3"
Minor = "61"
Patch = "2"
Minor = "62"
Patch = "0"

Prefix = "ydb-go-sdk"
)
Expand Down

0 comments on commit 5d5dff4

Please sign in to comment.