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 ca26333 commit 48a130cCopy full SHA for 48a130c
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.94.0
2
* Refactored golang types mapping into ydb types using `ydb.ParamsFromMap` and `database/sql` query arguments
3
* Small breaking change: type mapping for `ydb.ParamsFromMap` and `database/sql` type `uuid.UUID` changed from ydb type `Text` to ydb type `UUID`
4
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "93"
6
- Patch = "3"
+ Minor = "94"
+ Patch = "0"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments