We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dac72 commit 9d447fbCopy full SHA for 9d447fb
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.104.2
2
* Added bindings options into `ydb.ParamsFromMap` for bind wide time types
3
* Changed `ydb.WithWideTimeTypes(bool)` for allow boolean argument
4
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "104"
6
- Patch = "1"
+ Patch = "2"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments