Skip to content

Commit 952811d

Browse files
author
robot
committed
Release v3.54.2
1 parent ab8a871 commit 952811d

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.54.2
12
* Added context to some internal methods for better tracing
23
* Added `trace.FunctionID` helper and `FunctionID` field to trace start info's
34
* Replaced lazy initialization of ydb clients (table, topic, etc.) to explicit initialization on `ydb.Open` step

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
const (
44
Major = "3"
55
Minor = "54"
6-
Patch = "1"
6+
Patch = "2"
77

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

0 commit comments

Comments
 (0)