docs: update changelog for 25.0.1

This commit is contained in:
Benoit Chesneau 2026-02-02 10:17:50 +01:00
parent c5b6e82277
commit 658924c436
2 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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