]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 1 Mar 2026 18:16:24 +0000 (18:16 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 1 Mar 2026 18:16:24 +0000 (18:16 +0000)
[skip ci]

docs/en/docs/release-notes.md

index aa031e3dc762a4d336544fad2b7242d8188705d8..1aee6c2fc42e818b08cef721df5059aca43b3f8e 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed in the request async exit stack. PR [#15038](https://github.com/fastapi/fastapi/pull/15038) by [@tiangolo](https://github.com/tiangolo).
+
 ### Docs
 
 * ✏️ Fix typo in `docs/en/docs/_llm-test.md`. PR [#15007](https://github.com/fastapi/fastapi/pull/15007) by [@adityagiri3600](https://github.com/adityagiri3600).