v1.18.0-beta30
New Features
- Expose
close_connections_on_host_set_change
onLoadBalancerConfig
. 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. (#9505) (#9505)
Fixes
- Fixes a bug where gloo segfaults if resources are applied to a unwatched namespace. (solo-io/solo-projects#7082)