Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (28 loc) · 2.2 KB

v1.20.2.rst

File metadata and controls

40 lines (28 loc) · 2.2 KB

1.20.2 (February 22, 2022)

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

  • data plane: fix crash when internal redirect selects a route configured with direct response or redirect actions.
  • jwt_authn: fixed the crash when a CONNECT request is sent to JWT filter configured with regex match on the Host header.
  • tcp_proxy: fix a crash that occurs when configured for :ref:`upstream tunneling <v1.20:envoy_v3_api_field_extensions.filters.network.tcp_proxy.v3.TcpProxy.tunneling_config>` and the downstream connection disconnects while the the upstream connection or http/2 stream is still being established.
  • upstream: fix stack overflow when a cluster with large number of idle connections is removed.

Removed Config or Runtime

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

New Features

+* tls: added support for :ref:`match_typed_subject_alt_names <v1.21:envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_typed_subject_alt_names>` for subject alternative names to enforce specifying the subject alternative name type for the matcher to prevent matching against an unintended type in the certificate.

Deprecated

+* tls: :ref:`match_subject_alt_names <v1.21:envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_subject_alt_names>` has been deprecated in favor of the :ref:`match_typed_subject_alt_names <v1.21:envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_typed_subject_alt_names>`.