0.134.0
📦 fastapiView on GitHub →
✨ 1 features🔧 1 symbols
Summary
This release introduces support for streaming JSON Lines and binary data using `yield` in responses, necessitating an upgrade to Starlette >=0.46.0.
Migration Steps
- Update Starlette dependency to `>=0.46.0` to ensure proper exception handling with exception groups when streaming.
✨ New Features
- Add support for streaming JSON Lines and binary data using `yield` in responses.