Skip to content

Releases: acwazz/fastapi-responseschema

Release 2.1.0

03 Jan 11:01
Compare
Choose a tag to compare
  • Dropped support for fastapi < 0.89.1

  • Added support to Python 3.12

  • Added support to fastapi >= 0.100 (fixes #98)

  • Fixed some warnings to enhance support for pydantic 2

  • Added py.typed file to package

  • [dev] Added tox for multiple dependencies versions testing

  • [dev] Splitted testing workflow from type checking workflow

  • [dev] Relaxed mypy checking

Release 2.0.0

27 Jan 17:45
Compare
Choose a tag to compare

⭐ The package is production ready!

  • Added Type checking and fixed typing
  • Check on FastAPI and other dependencies versions
  • Added support for Python 3.11
  • Better documentation for fastapi_pagination integration

Release 1.3.0

10 Aug 17:42
Compare
Choose a tag to compare
  • Fixed documentation relative to issue #1
  • Fixed FastAPI dependency to 0.66.0 relative to issue #1
  • Fixed response wrapping
  • Renamed AbstractResponseSchema.from_api_route_params to AbstractResponseSchema.from_api_route

Thanks to @angrypufferfish for opening the issue and to @flc995 for the docs enhancement.

Release 1.2.2

05 Aug 10:11
Compare
Choose a tag to compare
  • Fixed Sequences response schema wrapping

Release 1.2.1

05 Aug 07:09
Compare
Choose a tag to compare
  • Fix for a bug triggering recursve schema wrapping in APIRouter classes.
  • Fixed typo in documentation.
  • Added better tests for library integration

Release 1.2.0

04 Aug 15:19
Compare
Choose a tag to compare

Support for new APIRoute Fields

Release 1.1.0

04 Aug 13:50
Compare
Choose a tag to compare

Update dependencies reuirements for FastAPI.

Release 1.0.1

01 Aug 17:15
Compare
Choose a tag to compare

☄️