]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes 0.130.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 22 Feb 2026 16:18:26 +0000 (17:18 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 22 Feb 2026 16:18:26 +0000 (17:18 +0100)
docs/en/docs/release-notes.md

index a5c5241e1b7d7c7021630816a41dea603dcce43e..4b7fba3368f1b5663eafa02be2050e4af9bf0f6b 100644 (file)
@@ -12,6 +12,8 @@ hide:
 ### Features
 
 * ✨ Serialize JSON response with Pydantic (in Rust), when there's a Pydantic return type or response model. PR [#14962](https://github.com/fastapi/fastapi/pull/14962) by [@tiangolo](https://github.com/tiangolo).
+    * This results in 2x (or more) performance increase for JSON responses.
+    * New docs: [Custom Response - JSON Performance](https://fastapi.tiangolo.com/advanced/custom-response/#json-performance).
 
 ## 0.129.2