From 5e6a5af410774f94b7dc90568dcf8e5b71cae447 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Wed, 18 Dec 2024 19:59:04 +0000 Subject: [PATCH] repo: Dev v1.32.4 Signed-off-by: Ryan Northey --- VERSION.txt | 2 +- changelogs/1.32.3.yaml | 13 +++++++++++++ changelogs/current.yaml | 26 +++++++++++++++----------- 3 files changed, 29 insertions(+), 12 deletions(-) create mode 100644 changelogs/1.32.3.yaml diff --git a/VERSION.txt b/VERSION.txt index 00b225209fa4..f7611bc2868c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.32.3 +1.32.4-dev diff --git a/changelogs/1.32.3.yaml b/changelogs/1.32.3.yaml new file mode 100644 index 000000000000..4dec346231fa --- /dev/null +++ b/changelogs/1.32.3.yaml @@ -0,0 +1,13 @@ +date: December 18, 2024 + +bug_fixes: +- area: http/1 + change: | + Fixes sending overload crashes when HTTP/1 request is reset. +- area: happy_eyeballs + change: | + Validate that ``additional_address`` are IP addresses instead of crashing when sorting. +- area: balsa + change: | + Fix incorrect handling of non-101 1xx responses. This fix can be temporarily reverted by setting runtime guard + ``envoy.reloadable_features.wait_for_first_byte_before_balsa_msg_done`` to false. diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 4dec346231fa..9ecf0d6e48ce 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -1,13 +1,17 @@ -date: December 18, 2024 +date: Pending + +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: -- area: http/1 - change: | - Fixes sending overload crashes when HTTP/1 request is reset. -- area: happy_eyeballs - change: | - Validate that ``additional_address`` are IP addresses instead of crashing when sorting. -- area: balsa - change: | - Fix incorrect handling of non-101 1xx responses. This fix can be temporarily reverted by setting runtime guard - ``envoy.reloadable_features.wait_for_first_byte_before_balsa_msg_done`` to false. +# *Changes expected to improve the state of the world and are unlikely to have negative effects* + +removed_config_or_runtime: +# *Normally occurs at the end of the* :ref:`deprecation period ` + +new_features: + +deprecated: