]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 10 Feb 2026 11:37:19 +0000 (11:37 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 10 Feb 2026 11:37:19 +0000 (11:37 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 495bf83b4c38cfe126d87491abab15277a914a04..72be2c6bd31488dcb4583a31548780d3cae1d44c 100644 (file)
@@ -12,6 +12,10 @@ hide:
 * ✨ Show a clear error on attempt to include router into itself. PR [#14258](https://github.com/fastapi/fastapi/pull/14258) by [@JavierSanchezCastro](https://github.com/JavierSanchezCastro).
 * ✨ Replace `dict` by `Mapping` on `HTTPException.headers`. PR [#12997](https://github.com/fastapi/fastapi/pull/12997) by [@rijenkii](https://github.com/rijenkii).
 
+### Refactors
+
+* ♻️ Simplify reading files in memory, do it sequentially instead of (fake) parallel. PR [#14884](https://github.com/fastapi/fastapi/pull/14884) by [@tiangolo](https://github.com/tiangolo).
+
 ### Internal
 
 * 🔧 Configure `test` workflow to run tests with `inline-snapshot=review`. PR [#14876](https://github.com/fastapi/fastapi/pull/14876) by [@YuriiMotov](https://github.com/YuriiMotov).