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 ca7d6d2 commit d582820Copy full SHA for d582820
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.70.0
2
* Fixed `config.WithDatabase` behaviour with empty database in DSN string
3
* Added experimental method `query/Client.Execute` for execute query and read materialized result
4
internal/version/version.go
@@ -2,7 +2,7 @@ package version
const (
Major = "3"
5
- Minor = "69"
+ Minor = "70"
6
Patch = "0"
7
8
Prefix = "ydb-go-sdk"
0 commit comments