forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 1
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
2 changed files
with
16 additions
and
27 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.26.7 | ||
1.26.8-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 |
---|---|---|
@@ -1,28 +1,17 @@ | ||
date: February 9, 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: buffer | ||
change: | | ||
Fixed a bug (https://github.com/envoyproxy/envoy/issues/28760) that the internal listener causes an undefined | ||
behavior due to the unintended release of the buffer memory. | ||
- area: http | ||
change: | | ||
Fixed recursion when HTTP connection is disconnected due to a high number of premature resets. | ||
- area: proxy protocol | ||
change: | | ||
fixed a crash when Envoy is configured for PROXY protocol on both a listener and cluster, and the listener receives | ||
a PROXY protocol header with address type LOCAL (typically used for health checks). | ||
- area: proxy_protocol | ||
change: | | ||
Fix crash due to uncaught exception when the operating system does not support an address type (such as IPv6) that is | ||
received in a proxy protocol header. Connections will instead be dropped/reset. | ||
- area: proxy_protocol | ||
change: | | ||
Fixed a bug where TLVs with non utf8 characters were inserted as protobuf values into filter metadata circumventing | ||
ext_authz checks when ``failure_mode_allow`` is set to ``true``. | ||
- area: http | ||
change: | | ||
Fixed crash when HTTP request idle and per try timeouts occurs within backoff interval. | ||
- area: url matching | ||
change: | | ||
Fixed excessive CPU utilization when using regex URL template matcher. | ||
# *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: |