This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
google.golang.org/grpc | require | minor |
v1.57.0 -> v1.58.3
|
v1.58.3
server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)
In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.
v1.58.2
: Release 1.58.2balancer/weighted_round_robin: fix ticker leak on update
A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.
v1.58.1
: Release 1.58.1v1.58.0
: Release 1.58.0See #6472 for details about these changes.
StateListener
to NewSubConnOptions
for SubConn
state updates and deprecate Balancer.UpdateSubConnState
(#6481)
UpdateSubConnState
will be deleted in the future.SubConn.Shutdown
and deprecate Balancer.RemoveSubConn
(#6493)
RemoveSubConn
will be deleted in the future.AddressType
(#6451)
balancer/grpclb/state.Set()
should be used to add these addresses to the name resolver's output. The built-in "dns" name resolver already does this.Endpoints
to State
and deprecate Addresses
(#6471)
Addresses
will be deleted in the future.GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=true
to enableTRANSIENT_FAILURE
when actually moving to IDLE
(#6497)rls
, weightedtarget
and clustermanager
LB policies (#6523)ClientStream.Header()
, and prevented retry of the RPC (#6557)[With]SharedWriteBuffer
to improve performance by reducing allocations when sending RPC messages. (Disabled by default.) (#6309)
v1.57.1
: Release 1.57.1server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)
In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.
This MR has been generated by Renovate Bot.