From e1519c05693be4685380ee415f97d808b7826821 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Mon, 2 Feb 2026 14:10:47 +0100 Subject: [PATCH] docs: add ASGI compliance test suite to changelog --- docs/content/2026-news.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/2026-news.md b/docs/content/2026-news.md index 7fc2c590..7f70dfc5 100644 --- a/docs/content/2026-news.md +++ b/docs/content/2026-news.md @@ -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