Skip to content

Commit e6d6c97

Browse files
author
robot
committed
Release v3.57.4
1 parent 0c79ad2 commit e6d6c97

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.57.4
12
* Added client pid to each gRPC requests to YDB over header `x-ydb-client-pid`
23
* Added `ydb.WithApplicationName` option
34
* Added `Dict` support for `ydb.ParamsBuilder()`

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 = "57"
6-
Patch = "3"
6+
Patch = "4"
77

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

0 commit comments

Comments
 (0)