Skip to content

v0.13.1 - StreamingResponse Fix

Choose a tag to compare

@GrandpaEJ GrandpaEJ released this 03 May 05:02
· 9 commits to main since this release

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