File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11<span id =" news-2026 " ></span >
22# Changelog - 2026
33
4- ## 24.1.1 - unreleased
4+ ## 24.1.1 - 2026-01-24
55
66### Bug Fixes
77
Original file line number Diff line number Diff line change 11<span id =" news " ></span >
22# Changelog
33
4+ ## 24.1.1 - 2026-01-24
5+
6+ ### Bug Fixes
7+
8+ - Fix ` forwarded_allow_ips ` and ` proxy_allow_ips ` to remain as strings for backward
9+ compatibility with external tools like uvicorn. Network validation now uses strict
10+ mode to detect invalid CIDR notation (e.g., ` 192.168.1.1/24 ` where host bits are set)
11+ ([ #3458 ] ( https://github.com/benoitc/gunicorn/issues/3458 ) ,
12+ [ PR #3459 ] ( https://github.com/benoitc/gunicorn/pull/3459 ) )
13+
14+ ---
15+
416## 24.1.0 - 2026-01-23
517
618### New Features
Original file line number Diff line number Diff line change 22# This file is part of gunicorn released under the MIT license.
33# See the NOTICE for more information.
44
5- version_info = (24 , 1 , 0 )
5+ version_info = (24 , 1 , 1 )
66__version__ = "." .join ([str (v ) for v in version_info ])
77SERVER = "gunicorn"
88SERVER_SOFTWARE = "%s/%s" % (SERVER , __version__ )
You can’t perform that action at this time.
0 commit comments