]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 27 Feb 2026 18:57:12 +0000 (18:57 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 27 Feb 2026 18:57:12 +0000 (18:57 +0000)
[skip ci]

docs/en/docs/release-notes.md

index baa4ecdae99733dcb0feeecdb5c281127d988e27..2d603248a3ea3ea480075280327a8f9bbd9c7e06 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### 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).
+
 ### Docs
 
 * 📝 Rename `docs_src/websockets` to `docs_src/websockets_` to avoid import errors. PR [#14979](https://github.com/fastapi/fastapi/pull/14979) by [@YuriiMotov](https://github.com/YuriiMotov).