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 7cd0206 commit 0d257a1Copy full SHA for 0d257a1
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.64.0
2
* Supported `table.Session.RenameTables` method
3
* Fixed out of range panic if next query result set part is empty
4
* Updated the indirect dependencies `golang.org/x/net` to `v0.17.0` and `golang.org/x/sys` to `v0.13.0` due to vulnerability issue
internal/version/version.go
@@ -2,7 +2,7 @@ package version
const (
Major = "3"
5
- Minor = "63"
+ Minor = "64"
6
Patch = "0"
7
8
Prefix = "ydb-go-sdk"
0 commit comments