v1.36.6
envoyproxy/envoyv1.36.6Apr 10, 2026by publish-envoy[bot]
AI Summary
This release focuses on stability, addressing bugs where dynamic module filters could send incomplete data and internal redirect logic could hang when the request buffer overflows.
Key Highlights
- Fixed dynamic module filters sending incomplete request/response bodies.
- Fixed internal redirect logic hanging on buffer overflow.
- Updated Docker release images.
Full Release Notes
**Summary of changes**:
- Dynamic module filters could send incomplete request/response bodies when adjacent filters in the chain performed buffering.
- Internal redirect logic could hang a request when the request buffer overflows.
- Update/fix Docker release images.
**Docker images**:
https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.36.6
**Docs**:
https://www.envoyproxy.io/docs/envoy/v1.36.6/
**Release notes**:
https://www.envoyproxy.io/docs/envoy/v1.36.6/version_history/v1.36/v1.36.6
**Full changelog**:
https://github.com/envoyproxy/envoy/compare/v1.36.5...v1.36.6
Signed-off-by: Ryan Northey <ryan@synca.io>