-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary of changes: * Fixed a bug where processing of deferred streams with the value of ``http.max_requests_per_io_cycle`` more than 1, can cause a crash. **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.26.6 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.26.6/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.26.6/version_history/v1.26/v1.26.6 **Full changelog**: envoyproxy/envoy@v1.26.5...v1.26.6 Signed-off-by: Ryan Northey <[email protected]>
- Loading branch information
Showing
8 changed files
with
19 additions
and
19 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.6-dev | ||
1.26.6 |
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,7 @@ | ||
date: October 16, 2023 | ||
|
||
bug_fixes: | ||
- area: http | ||
change: | | ||
Fixed a bug where processing of deferred streams with the value of ``http.max_requests_per_io_cycle`` more than 1, | ||
can cause a crash. |
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,7 @@ | ||
date: October 16, 2023 | ||
|
||
bug_fixes: | ||
- area: http | ||
change: | | ||
Fixed a bug where processing of deferred streams with the value of ``http.max_requests_per_io_cycle`` more than 1, | ||
can cause a crash. |
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,24 +1,10 @@ | ||
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* | ||
date: October 17, 2023 | ||
|
||
bug_fixes: | ||
# *Changes expected to improve the state of the world and are unlikely to have negative effects* | ||
- area: tracing | ||
change: | | ||
Fixed a bug in the Datadog tracer where Datadog's "operation name" field would contain what should be in the "resource name" field. | ||
- area: http | ||
change: | | ||
Fixed a bug where processing of deferred streams with the value of ``http.max_requests_per_io_cycle`` more than 1, | ||
can cause a crash. | ||
removed_config_or_runtime: | ||
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>` | ||
|
||
new_features: | ||
|
||
deprecated: |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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