Skip to content

Commit

Permalink
Release v3.80.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Sep 13, 2024
1 parent 8cb1931 commit 900393f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v3.80.3
* Added option `ydb.WithSessionPoolSessionIdleTimeToLive` for restrict idle time of query sessions
* Fixed bug with leak of query transactions
* Changed `ydb_go_sdk_ydb_driver_conn_requests` metrics splitted to `ydb_go_sdk_ydb_driver_conn_request_statuses` and `ydb_go_sdk_ydb_driver_conn_request_methods`
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
const (
Major = "3"
Minor = "80"
Patch = "2"
Patch = "3"

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

0 comments on commit 900393f

Please sign in to comment.