-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module google.golang.org/grpc to v1.71.0 #38369
Conversation
ℹ Artifact update noticeFile name: connector/exceptionsconnector/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: connector/routingconnector/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: connector/spanmetricsconnector/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/asapauthextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/basicauthextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/bearertokenauthextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/headerssetterextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/oauth2clientauthextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/sigv4authextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/sumologicextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: internal/coreinternal/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/envoyalsreceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/googlecloudspannerreceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: testbed/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This PR contains the following updates:
v1.70.0
->v1.71.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.71.0
: Release 1.71.0Compare Source
API Changes
MetricsRecorder
method onBalancer.ClientConn
instead of the removedBalancer.BuildOptions.MetricsRecorder
field to obtain a metrics recorder. (#8027)balancer.ClientConn
implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#8026)New Features
GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false
. (#8134)DisableAutoReconnect
option will not attempt to callExitIdle
automatically on their children when the children report idle. (#8052)Bug Fixes
grpc.NewClient
so the target is resolved by the proxy as expected. (#7881)WithLocalDNSResolution()
dial option to explicitly force target resolution on the client instead. (#7881)UNAVAILABLE
when the EDS resource is missing or contains no endpoints (#8070)maxReceiveMessageSize
isMaxInt
(#7918)Documentation
grpc.NewClient
andClientConn.CanonicalTarget
by providing examples. (#8078)Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.