From 8301e198b4b1e60ff82a0bfbe6a11a1bd56ad771 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Tue, 26 Apr 2022 11:31:05 +0100 Subject: [PATCH] docs: Add missing (`1.19.3`) version_history Signed-off-by: Ryan Northey --- docs/root/version_history/v1.19.3.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/root/version_history/v1.19.3.rst b/docs/root/version_history/v1.19.3.rst index e6fe92e6e446a..6a29c86264e26 100644 --- a/docs/root/version_history/v1.19.3.rst +++ b/docs/root/version_history/v1.19.3.rst @@ -5,6 +5,16 @@ Incompatible Behavior Changes ----------------------------- *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* +* dns_filter: :ref:`dns_filter ` + protobuf fields have been renumbered to restore compatibility with Envoy + 1.18, breaking compatibility with Envoy 1.19.0 and 1.19.1. The new field + numbering allows control planes supporting Envoy 1.18 to gracefully upgrade to + :ref:`dns_resolution_config `, + provided they skip over Envoy 1.19.0 and 1.19.1. + Control planes upgrading from Envoy 1.19.0 and 1.19.1 will need to + vendor the corresponding protobuf definitions to ensure that the + renumbered fields have the types expected by those releases. + Minor Behavior Changes ---------------------- @@ -14,6 +24,7 @@ Bug Fixes * 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. +* listener: fixed an issue on Windows where connections are not handled by all worker threads. * tcp_proxy: fix a crash that occurs when configured for :ref:`upstream tunneling ` and the downstream connection disconnects while the the upstream connection or http/2 stream is still being established. Removed Config or Runtime