From 3bf529f6c2bac9e2210613ed1feac57853fb8534 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Mon, 2 Feb 2026 14:28:37 +0100 Subject: [PATCH] docs: sync news.md with 2026-news.md --- docs/content/news.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/news.md b/docs/content/news.md index 6eb0366e..85a56427 100644 --- a/docs/content/news.md +++ b/docs/content/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