mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-03 03:01:31 +08:00
Update changelog with missing 25.3.0 changes
This commit is contained in:
parent
2a15fdb93a
commit
9bce72cfc3
@ -18,6 +18,10 @@
|
|||||||
- **Chunked Encoding**: Reject chunk extensions containing bare CR bytes per RFC 9112
|
- **Chunked Encoding**: Reject chunk extensions containing bare CR bytes per RFC 9112
|
||||||
([#3556](https://github.com/benoitc/gunicorn/discussions/3556))
|
([#3556](https://github.com/benoitc/gunicorn/discussions/3556))
|
||||||
|
|
||||||
|
- **Request Line Limit**: Fix `--limit-request-line 0` to mean unlimited as documented,
|
||||||
|
instead of using default maximum. Works with both Python and fast C parser.
|
||||||
|
([#3563](https://github.com/benoitc/gunicorn/issues/3563))
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
- **ASGI Parser Header Validation**: Add security checks per RFC 9110/9112:
|
- **ASGI Parser Header Validation**: Add security checks per RFC 9110/9112:
|
||||||
@ -30,11 +34,13 @@
|
|||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
||||||
- **Fast HTTP Parser**: Update to gunicorn_h1c >= 0.6.2 for `asgi_headers` property
|
- **Fast HTTP Parser**: Update to gunicorn_h1c >= 0.6.3 for `asgi_headers` property
|
||||||
which provides headers with lowercase names directly from the C parser
|
and `InvalidChunkExtension` validation for bare CR rejection
|
||||||
|
|
||||||
- **ASGI PROXY Protocol**: Add PROXY protocol v1/v2 support to callback parser
|
- **ASGI PROXY Protocol**: Add PROXY protocol v1/v2 support to callback parser
|
||||||
|
|
||||||
|
- **Docker Images**: Update to Python 3.14
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 25.2.0 - 2026-03-24
|
## 25.2.0 - 2026-03-24
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user