From abce0ca9cb873a55c28a42714cf3c636d7244b06 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Fri, 23 Jan 2026 23:53:29 +0100 Subject: [PATCH] docs: add 24.1.1 changelog entry for forwarded_allow_ips fix --- docs/content/2026-news.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/content/2026-news.md b/docs/content/2026-news.md index 318e06c4..25dac3f5 100644 --- a/docs/content/2026-news.md +++ b/docs/content/2026-news.md @@ -1,6 +1,18 @@ # Changelog - 2026 +## 24.1.1 - unreleased + +### Bug Fixes + +- Fix `forwarded_allow_ips` and `proxy_allow_ips` to remain as strings for backward + compatibility with external tools like uvicorn. Network validation now uses strict + mode to detect invalid CIDR notation (e.g., `192.168.1.1/24` where host bits are set) + ([#3458](https://github.com/benoitc/gunicorn/issues/3458), + [PR #3459](https://github.com/benoitc/gunicorn/pull/3459)) + +--- + ## 24.1.0 - 2026-01-23 ### New Features