Update module google.golang.org/grpc to v1.43.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
google.golang.org/grpc | require | minor |
v1.42.0 -> v1.43.0
|
Release Notes
grpc/grpc-go
v1.43.0
API Changes
- grpc: stabilize
WithConnectParams
DialOption
(#4915)- Special Thanks: @hypnoglow
Behavior Changes
- status: support wrapped errors in
FromContextError
(#4977)- Special Thanks: @bestbeforetoday
- config: remove the environment variable to disable retry support (#4922)
New Features
- balancer: new field
Authority
inBuildOptions
for server name to use in the authentication handshake with a remote load balancer (#4969)
Bug Fixes
- xds/resolver: fix possible
ClientConn
leak upon resolver initialization failure (#4900) - client: fix
nil
panic in rare race conditions with the pick first LB policy (#4971) - xds: improve RPC error messages when xDS connection errors occur (#5032, #5054)
- transport: do not create stream object in the face of illegal stream IDs (#4873)
- Special Thanks: @uds5501
Documentation
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.