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

docs/en/docs/release-notes.md

index 3eeb976d71d97379db98e7fec28190a564113f86..5ba550dbbad4549b4b7d9448f38840d28cc5b024 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix support for `StreamingResponse`s with dependencies with `yield` or `UploadFile`s, close after the response is done. PR [#14099](https://github.com/fastapi/fastapi/pull/14099) by [@tiangolo](https://github.com/tiangolo).
+
 ### Docs
 
 * 📝 Update `tutorial/security/oauth2-jwt/` to use `pwdlib` with Argon2 instead of `passlib`. PR [#13917](https://github.com/fastapi/fastapi/pull/13917) by [@Neizvestnyj](https://github.com/Neizvestnyj).