-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryan Northey <[email protected]>
- Loading branch information
Showing
3 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.31.5 | ||
1.31.6-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <deprecated>` | ||
|
||
new_features: | ||
|
||
deprecated: |