diff --git a/VERSION.txt b/VERSION.txt index 490b76e45198..ccedc7105dd2 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.31.5 +1.31.6-dev diff --git a/changelogs/1.31.5.yaml b/changelogs/1.31.5.yaml new file mode 100644 index 000000000000..4dec346231fa --- /dev/null +++ b/changelogs/1.31.5.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: