]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 3 Nov 2025 10:13:13 +0000 (10:13 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 3 Nov 2025 10:13:13 +0000 (10:13 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 5e6fea9d5064a5a40b8e7efa819cedb1f084edcb..caa7e218710bdaf5beab64fd8a93416ef2a2244b 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Features
+
+* ✨ Add support for dependencies with scopes, support `scope="request"` for dependencies with `yield` that exit before the response is sent. PR [#14262](https://github.com/fastapi/fastapi/pull/14262) by [@tiangolo](https://github.com/tiangolo).
+
 ### Internal
 
 * 👥 Update FastAPI People - Contributors and Translators. PR [#14273](https://github.com/fastapi/fastapi/pull/14273) by [@tiangolo](https://github.com/tiangolo).