Skip to content

v1.18.0-beta30

Compare
Choose a tag to compare
@lgadban lgadban released this 29 Oct 02:49
· 167 commits to main since this release
227f197

New Features

  • Expose close_connections_on_host_set_change on LoadBalancerConfig. Setting this value configures the Envoy LB policy to drain connections when the upstream host set changes. This is useful when using Ring Hash or Maglev load balancing policies and helps ensure rebalancing when recovering from disruptions. Connections are not immediately closed and are allowed to drain. This feature is disabled by default. (solo-io#9505) (solo-io#9505)

Fixes