v0.13.1 - StreamingResponse Fix
Fixed
- StreamingResponse Support: Fixed a regression in v0.13.0 where StreamingResponse and FileResponse were returning empty bodies due to over-strict Python-to-Rust conversion.
- Async Streaming Stability: Refactored async stream polling to use the global background event loop, ensuring robust support for async generators (including those using asyncio.sleep) within Actix-web worker threads.
Full Changelog: v0.13.0...v0.13.1
Full Changelog: v0.13.0...v0.13.1