You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to envoy-ma...@googlegroups.com, envoy-a...@googlegroups.com, envoy...@googlegroups.com, envo...@googlegroups.com
Envoy version 1.29.0 was cut today.
Some interesting highlights include:
Startup/update time for instances with many clusters can be significantly reduced by setting the runtime flag envoy.restart_features.use_fast_protobuf_hash to true. This is somewhat experimental, so is default-off for this release.
An rbac stat now has its name right instead of an accidentally concatenated string.
host header will now be discarded if :authority header is present; compliant with RFC9113, but if it's not compliant with your upstream usage be wary of this update. Setting runtime flag envoy.reloadable_features.http2_discard_host_header to false will revert it.