0.131.0
Breaking Changes📦 fastapiView on GitHub →
⚠ 1 breaking⚡ 1 deprecations🔧 2 symbols
Summary
This release primarily focuses on deprecating the `ORJSONResponse` and `UJSONResponse` classes, signaling a shift away from these specific response types.
⚠️ Breaking Changes
- The classes `ORJSONResponse` and `UJSONResponse` have been deprecated. Users should migrate to the standard `JSONResponse` or use alternative serialization methods if specific performance requirements necessitate them.
Migration Steps
- Replace usage of `ORJSONResponse` with `JSONResponse` or an equivalent alternative.
- Replace usage of `UJSONResponse` with `JSONResponse` or an equivalent alternative.
Affected Symbols
⚡ Deprecations
- The classes `ORJSONResponse` and `UJSONResponse` are deprecated.