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 44a0a96 commit 3014993Copy full SHA for 3014993
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.91.0
2
* Added `ydb.WithPreferredNodeID(ctx, nodeID)` context modifier for trying to execute queries on given nodeID
3
4
## v3.90.2
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "90"
6
- Patch = "2"
+ Minor = "91"
+ Patch = "0"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments