docs: add ASGI compliance test suite to changelog

This commit is contained in:
Benoit Chesneau 2026-02-02 14:10:47 +01:00
parent 0885005b08
commit e1519c0569

View File

@ -14,6 +14,12 @@
- Update celery_alternative example to use FastAPI with native ASGI worker and
uvloop for async task execution
### Testing
- Add ASGI compliance test suite with Docker-based integration tests covering HTTP,
WebSocket, streaming, lifespan, framework integration (Starlette, FastAPI),
HTTP/2, and concurrency scenarios
---
## 25.0.0 - 2026-02-01