Skip to content

v2.161.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 23:34
· 2529 commits to main since this release
release/v2.161.0
d10ed8f
This release fixes a bug where HTTP load balancers could continue trying
to establish connections to endpoints that were removed from service
discovery. This could happen when an idle load balancer had other ready
endpoints. The old endpoint would only be dropped once a new request was
issued on the service. Now these clients do not attempt to reconnect to
unless prompted by the load balancer.