Skip to content

Commit 6d309d5

Browse files
author
robot
committed
Release v3.128.3
1 parent 009010e commit 6d309d5

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.128.3
12
* Fixed panic and `unsupported type` error when passing a nil pointer to a `json.Marshaler`-implementing type as a `database/sql` query parameter (`toType` now handles `json.Marshaler` and returns `types.JSON`, matching the existing `toValue` behaviour)
23
* Supported pool of decoders, which implement ResettableReader interface
34

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 = "128"
6-
Patch = "2"
6+
Patch = "3"
77

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

0 commit comments

Comments
 (0)