Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 6.68 KB

current.rst

File metadata and controls

63 lines (53 loc) · 6.68 KB

1.16.0 (Pending)

Incompatible Behavior Changes

Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required

Minor Behavior Changes

Changes that may cause incompatibilities for some users, but should not for most

Bug Fixes

Changes expected to improve the state of the world and are unlikely to have negative effects

  • csrf: fixed issues with regards to origin and host header parsing.
  • dynamic_forward_proxy: only perform DNS lookups for routes to Dynamic Forward Proxy clusters since other cluster types handle DNS lookup themselves.
  • fault: fixed an issue with active_faults gauge not being decremented for when abort faults were injected.

Removed Config or Runtime

Normally occurs at the end of the :ref:`deprecation period <deprecated>`

  • http: removed legacy header sanitization and the runtime guard envoy.reloadable_features.strict_header_validation.
  • http: removed legacy transfer-encoding enforcement and runtime guard envoy.reloadable_features.reject_unsupported_transfer_encodings.
  • http: removed configurable strict host validation and runtime guard envoy.reloadable_features.strict_authority_validation.

New Features

Deprecated