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 b96c5f2 commit 3355facCopy full SHA for 3355fac
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.69.0
2
* Added experimental method for execute query and read only one row from result:
3
* `query/Client.ReadRow`
4
* `query/Session.ReadRow`
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "68"
6
- Patch = "1"
+ Minor = "69"
+ Patch = "0"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments