-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update module google.golang.org/grpc to v1.72.1 #45
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #45 +/- ##
=======================================
Coverage 82.52% 82.52%
=======================================
Files 1 1
Lines 206 206
=======================================
Hits 170 170
Misses 29 29
Partials 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
732794d
to
3c1dc50
Compare
ce06965
to
f52532b
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
f52532b
to
09d793f
Compare
09d793f
to
6c6527f
Compare
6c6527f
to
35d5dec
Compare
35d5dec
to
e877057
Compare
e877057
to
c211aad
Compare
e51f6ba
to
c211aad
Compare
c211aad
to
dc248a0
Compare
dc248a0
to
e768c96
Compare
e768c96
to
5d4fc6e
Compare
5d4fc6e
to
6e6eb78
Compare
6e6eb78
to
9bc4720
Compare
9bc4720
to
ea2714a
Compare
ea2714a
to
965616c
Compare
|
965616c
to
7bca9e1
Compare
This PR contains the following updates:
v1.65.0
->v1.72.1
Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.72.1
: Release 1.72.1Compare Source
Bug Fixes
v1.72.0
: Release 1.72.0Compare Source
Dependencies
API Changes
AddressMapV2
with generics to ultimately replaceAddressMap
. DeprecateAddressMap
for deletion (#8187)New Features
grpc.xds_client.server_failure
counter metric on xDS client to record connectivity errors (#8203)maxAge
to exceed 5 minutes ifstaleAge
is set in the LB policy configuration (#8137)GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST
tofalse
(case insensitive).Bug Fixes
Behavior Changes
Documentation
v1.71.2
: Release 1.71.2Compare Source
Bug Fixes
v1.71.1
: Release 1.71.1Compare Source
Bug Fixes
TextMapPropagator
andTracerProvider
fromTraceOptions
instead of OpenTelemetry globals (#8166)NewAddress
API (#8149)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)v1.70.0
: Release 1.70.0Compare Source
Behavior Changes
New Features
GRPC_EXPERIMENTAL_XDS_FALLBACK
tofalse
. (#7949)Bug Fixes
Performance
Documentation
v1.69.4
: Release 1.69.4Compare Source
Bug Fixes
Documentation
v1.69.2
: Release 1.69.2Compare Source
Bug Fixes
Metrics
/etc) that were moved to the stats package (#7929).v1.69.0
: Release 1.69.0Compare Source
Known Issues
grpc.NewClient
function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#7556)New Features
pickfirst
LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimentalpickfirst
policy can be enabled by setting the environment variableGRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST
totrue
. (#7725, #7742)pick_first
load balancing policy (#7839)MethodHandler
, which is the type of an already-exported field inMethodDesc
(#7796)Bug Fixes
Behavior Changes
pick_first
LB policy to manage connections (#7826)API Changes
balancer.SubConn
interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#7840)Performance Improvements
ReadAll()
method for more efficientio.Reader
consumption (#7653)Documentation
v1.68.2
: Release 1.68.2Compare Source
Dependencies
stats/opentelemetry
module and instead add the experimental packages it contains directly into the maingoogle.golang.org/grpc
module (#7936)v1.68.1
: Release 1.68.1Compare Source
Bug Fixes
Dependencies
go1.22.7
togo1.22
. (#7831)v1.68.0
: Release 1.68.0Compare Source
Known Issues
grpc.NewClient
function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. This bug has been present since the introduction ofNewClient
. A fix is expected to be a part of grpc-go v1.70. (#7556)Behavior Changes
ClientConn.Close()
now closes transports simultaneously and waits for transports to be closed before returning. (#7666)NewTLS
that usetls.Config.GetConfigForClient
will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClient
option. (#7709)Bug Fixes
Dependencies
go1.22.7
. (#7624)v1.67.3
: Release 1.67.3Compare Source
Dependencies
stats/opentelemetry
module and instead add the experimental packages it contains directly into the maingoogle.golang.org/grpc
module (#7935)v1.67.2
: Release 1.67.2Compare Source
Bug Fixes
v1.67.1
: Release 1.67.1Compare Source
Bug Fixes
v1.67.0
: Release 1.67.0Compare Source
Bug Fixes
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLED
tofalse
(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)v1.66.3
: Release 1.66.3Compare Source
Bug Fixes
v1.66.2
: Release 1.66.2Compare Source
Dependencies
testing
package (#7579)flate
package (#7595)Bug Fixes
v1.66.1
Compare Source
v1.66.0
: Release 1.66.0Compare Source
New Features
ValueFromIncomingContext
(#7368)WaitForStateChange
andGetState
methods, which were previously experimental. (#7425)total_issued_requests
field. (#7544)Bug Fixes
conn.Write
returns errors (#7394)Performance Improvements
Codec
which uses buffer recycling for encoded message (#7356)mem
package to facilitate buffer reuse (#7432)v1.65.1
: Release 1.65.1Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.