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.
2 parents 2486f5f + bdcf0ff commit cbe1c46Copy full SHA for cbe1c46
CHANGELOG.md
@@ -1,4 +1,6 @@
1
* Added `ydb.WithPreferredNodeID(ctx, nodeID)` context modifier for trying to execute queries on given nodeID
2
+
3
+## v3.90.2
4
* Set the `pick_first` balancer for short-lived grpc connection inside ydb cluster discovery attempt
5
6
## v3.90.1
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
Minor = "90"
- Patch = "1"
+ Patch = "2"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments