We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17628fe commit b92c7d4Copy full SHA for b92c7d4
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.105.1
2
* Changed the gRPC DNS balancer policy to `round_robin` for internal `discovery/ListEndpoints` call (reverted v3.90.2 changes)
3
4
## v3.105.0
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "105"
6
- Patch = "0"
+ Patch = "1"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments