From 658924c4364a4b2e1a418de6695daaa1ef1d4cbe Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Mon, 2 Feb 2026 10:17:50 +0100 Subject: [PATCH] docs: update changelog for 25.0.1 --- docs/content/2026-news.md | 15 +++++++++++++++ docs/content/news.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/docs/content/2026-news.md b/docs/content/2026-news.md index 5b602d52..7fc2c590 100644 --- a/docs/content/2026-news.md +++ b/docs/content/2026-news.md @@ -1,6 +1,21 @@ # 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 diff --git a/docs/content/news.md b/docs/content/news.md index 7371b6ff..6eb0366e 100644 --- a/docs/content/news.md +++ b/docs/content/news.md @@ -1,6 +1,21 @@ # 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