📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2026-02-27 22:16:48 +01:00
parent d3b1d6cbd4
commit 48d58ae3b6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ hide:
### Features
* ✨ Add support for streaming JSON Lines and binary data with `yield`. PR [#15022](https://github.com/fastapi/fastapi/pull/15022) by [@tiangolo](https://github.com/tiangolo).
* This also upgrades Starlette from `>=0.40.0` to `>=0.46.0`, as it's needed to properly unrwap and re-raise excepitons from exception groups.
* This also upgrades Starlette from `>=0.40.0` to `>=0.46.0`, as it's needed to properly unrwap and re-raise exceptions from exception groups.
* New docs: [Stream JSON Lines](https://fastapi.tiangolo.com/tutorial/stream-json-lines/).
* And new docs: [Stream Data](https://fastapi.tiangolo.com/advanced/stream-data/).