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 96605b1 commit 10e62e2Copy full SHA for 10e62e2
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.74.1
2
* Allowed the use of DSN without specifying the protocol/scheme
3
* Allowed casts from signed YDB types to unsigned destination types if source value is not negative
4
* Removed public `query.Identifier` interface for exclude any external implementations for use with YDB
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "74"
6
- Patch = "0"
+ Patch = "1"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments