-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: benoitc/gunicorn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: benoitc/gunicorn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 24.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 12 files changed
- 1 contributor
Commits on Jan 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a20d3fb - Browse repository at this point
Copy the full SHA a20d3fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for eab5f0b - Browse repository at this point
Copy the full SHA eab5f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53f2c31 - Browse repository at this point
Copy the full SHA 53f2c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for d73ff4b - Browse repository at this point
Copy the full SHA d73ff4bView commit details -
fix: keep forwarded_allow_ips as strings for backward compatibility (#…
…3459) The CIDR network support added in 24.1.0 changed forwarded_allow_ips and proxy_allow_ips from string lists to ipaddress.ip_network objects. This broke external tools like uvicorn that expect strings. This fix validates IP/CIDR format during config parsing but keeps the string representation. Network objects are cached in Config methods (forwarded_allow_networks() and proxy_allow_networks()) for efficient IP checking without repeated conversions. Also uses strict mode for ip_network validation to detect mistakes like 192.168.1.1/24 where host bits are set (should be 192.168.1.0/24). Fixes #3458
Configuration menu - View commit details
-
Copy full SHA for e9a3f30 - Browse repository at this point
Copy the full SHA e9a3f30View commit details -
Configuration menu - View commit details
-
Copy full SHA for abce0ca - Browse repository at this point
Copy the full SHA abce0caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6841804 - Browse repository at this point
Copy the full SHA 6841804View commit details
Commits on Jan 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 70200ee - Browse repository at this point
Copy the full SHA 70200eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad0c12d - Browse repository at this point
Copy the full SHA ad0c12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 375e79e - Browse repository at this point
Copy the full SHA 375e79eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 24.1.0...24.1.1