Update module google.golang.org/grpc to v1.53.0
Compare changes
Files
2+ 1
− 1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
google.golang.org/grpc | require | minor |
v1.49.0 -> v1.53.0
|
v1.53.0
: Release 1.53.0resolver.Target.Endpoint
and replace with resolver.Target.Endpoint()
(#5852)
GRPC_RING_HASH_CAP
environment variable to override the maximum ring size. (#5884)NewOauthAccess
as deprecated (#5882)
v1.52.3
: Release 1.52.3v1.52.1
: Release 1.52.1v1.52.0
: Release 1.52.0max_ring_size
to reduce possibility of OOMs (#5801)Dial
if an empty target is passed and no custom dialer is present; the ClientConn would otherwise be unable to connect and perform RPCs (#5732)
:authority
header matches server name used in TLS handshake when the latter is overridden by the name resolver (#5748)
v1.51.0
: Release 1.51.0TRANSIENT_FAILURE
(#5711)v1.50.1
: Release 1.50.1New Features
v1.50.0
: Release 1.50.0client: use proper "@" semantics for connecting to abstract unix sockets. (#5678)
ValueFromIncomingContext
to more efficiently retrieve a single value (#5596)
HandleConn
context (#5589)
cluster_specifier_plugin
set to be NACKed when GRPC_EXPERIMENTAL_XDS_RLS_LB was off (#5670)config_source_specifier
in lrs_server
is not self
(#5613)IDLE
instead of falling back on the default channel behavior of connecting to all addresses (#5614)IDLE
(#5656)WaitForReady
on handshaker service RPCs, thereby delaying fallback when required (#5620)This MR has been generated by Renovate Bot.