1.33.13 (December 3, 2025)
Incompatible behavior changes
Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required
http: Added runtime flag
envoy.reloadable_features.reject_early_connect_datato rejectCONNECTrequests that receive data before Envoy sent a200response to the client. While this is not a strictly compliant behavior it is very common as a latency reducing measure. As such the option is disabled by default.
Bug fixes
Changes expected to improve the state of the world and are unlikely to have negative effects
http: Fixed a remote
jwt_authtoken fetch crash with two or more auth headers whenallow_missing_or_failedis set.tls: Fixed an issue where SANs of type
OTHERNAMEin a TLS cert were truncated if there was an embedded null octet, leading to incorrect SAN validation.