mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
docs: update changelog for 25.0.1
This commit is contained in:
parent
c5b6e82277
commit
658924c436
@ -1,6 +1,21 @@
|
||||
<span id="news-2026"></span>
|
||||
# Changelog - 2026
|
||||
|
||||
## 25.0.1 - 2026-02-02
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fix ASGI streaming responses (SSE) hanging: add chunked transfer encoding for
|
||||
HTTP/1.1 responses without Content-Length header. Without chunked encoding,
|
||||
clients wait for connection close to determine end-of-response.
|
||||
|
||||
### Changes
|
||||
|
||||
- Update celery_alternative example to use FastAPI with native ASGI worker and
|
||||
uvloop for async task execution
|
||||
|
||||
---
|
||||
|
||||
## 25.0.0 - 2026-02-01
|
||||
|
||||
### New Features
|
||||
|
||||
@ -1,6 +1,21 @@
|
||||
<span id="news"></span>
|
||||
# Changelog
|
||||
|
||||
## 25.0.1 - 2026-02-02
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fix ASGI streaming responses (SSE) hanging: add chunked transfer encoding for
|
||||
HTTP/1.1 responses without Content-Length header. Without chunked encoding,
|
||||
clients wait for connection close to determine end-of-response.
|
||||
|
||||
### Changes
|
||||
|
||||
- Update celery_alternative example to use FastAPI with native ASGI worker and
|
||||
uvloop for async task execution
|
||||
|
||||
---
|
||||
|
||||
## 25.0.0 - 2026-02-01
|
||||
|
||||
### New Features
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user