Skip to content

Commit 15eff76

Browse files
authored
changelogs: Add changelog and summary (#44385)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 6e6dcf3 commit 15eff76

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

changelogs/current.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ bug_fixes:
2727
:ref:`ProcessRateLimitFilter <envoy_v3_api_msg_extensions.access_loggers.filters.process_ratelimit.v3.ProcessRateLimitFilter>`.
2828
2929
Note: Release notes show this to be fixed on 1.37.1 branch, but it was not backported in that release.
30+
- area: docker
31+
change: |
32+
Updates/fixes for release images.
3033
3134
removed_config_or_runtime:
3235
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

changelogs/summary.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**Summary of changes**:
2+
3+
- Fixed a crash on listener removal with a process-level access log rate limiter
4+
- Dynamic module filters could send incomplete request/response bodies when adjacent filters in the chain performed buffering.
5+
- Internal redirect logic could hang a request when the request buffer overflows.
6+
- Update/fix Docker release images.
7+
- Updates to stats.

0 commit comments

Comments
 (0)