Change8

0.131.0

Breaking Changes
📦 fastapiView on GitHub →
1 breaking1 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

  1. Replace usage of `ORJSONResponse` with `JSONResponse` or an equivalent alternative.
  2. Replace usage of `UJSONResponse` with `JSONResponse` or an equivalent alternative.

Affected Symbols

⚡ Deprecations

  • The classes `ORJSONResponse` and `UJSONResponse` are deprecated.