Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 2.83 KB

current.rst

File metadata and controls

38 lines (29 loc) · 2.83 KB

1.17.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

  • http: sending CONNECT_ERROR for HTTP/2 where appropriate during CONNECT requests.

Removed Config or Runtime

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

  • ext_authz: removed auto ignore case in HTTP-based ext_authz header matching and the runtime guard envoy.reloadable_features.ext_authz_http_service_enable_case_sensitive_string_matcher. To ignore case, set the :ref:`ignore_case <envoy_api_field_type.matcher.StringMatcher.ignore_case>` field to true.
  • http: removed envoy.reloadable_features.http1_flood_protection and legacy code path for turning flood protection off.

New Features

Deprecated