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 fbba078 commit 4082973Copy full SHA for 4082973
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.104.0
2
* Added binding `ydb.WithWideTimeTypes()` which interprets `time.Time` and `time.Duration` as `Timestamp64` and `Interval64` YDB types
3
4
## v3.103.0
internal/version/version.go
@@ -2,7 +2,7 @@ package version
const (
Major = "3"
5
- Minor = "103"
+ Minor = "104"
6
Patch = "0"
7
8
Package = "ydb-go-sdk"
0 commit comments