Change8

0.130.0

📦 fastapiView on GitHub →
1 features

Summary

This release introduces significant performance improvements for JSON serialization by leveraging Rust-based Pydantic serialization when applicable. New documentation is available for understanding JSON performance.

✨ New Features

  • Serialize JSON response with Pydantic (in Rust) when a Pydantic return type or response model is present, resulting in 2x or more performance increase for JSON responses.