Skip to content

Commit

Permalink
repo: Release 1.24.12
Browse files Browse the repository at this point in the history
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.24.12
**Docs**:
    https://www.envoyproxy.io/docs/envoy/v1.24.12/
**Release notes**:
    https://www.envoyproxy.io/docs/envoy/v1.24.12/version_history/v1.24/v1.24.12
**Full changelog**:
    v1.24.11...v1.24.12

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Oct 16, 2023
1 parent a470c6c commit 34f3bdd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.12-dev
1.24.12
16 changes: 1 addition & 15 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
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 16, 2023

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- 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 modified docs/inventories/v1.24/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"1.21": 1.21.6
"1.22": 1.22.11
"1.23": 1.23.12
"1.24": 1.24.10
"1.24": 1.24.11

0 comments on commit 34f3bdd

Please sign in to comment.