Skip to content

Commit

Permalink
Release v3.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Nov 10, 2023
1 parent ab8a871 commit 952811d
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.54.2
* Added context to some internal methods for better tracing
* Added `trace.FunctionID` helper and `FunctionID` field to trace start info's
* Replaced lazy initialization of ydb clients (table, topic, etc.) to explicit initialization on `ydb.Open` step
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 = "54"
Patch = "1"
Patch = "2"

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

0 comments on commit 952811d

Please sign in to comment.