Skip to content

v0.30.0

Compare
Choose a tag to compare
@cofin cofin released this 19 Jan 20:37
· 11 commits to main since this release

What's changed

This release focuses primarily on framework integrations

  • The FastAPI and Starlette integrations have been rewritten to support multiple database configurations and the FastAPI extensions has an optional method to extend the fastapi_cli Typer application.
  • The Sanic integration has been update to align with the structure from the other extensions.
  • A few bugfixes to the Flask integration

Bugfixes 🐛

  • fix: standardize on autocommit_include_redirect by @cofin in #349
  • fix(flask): implement default schema serializer by @cofin in #350

New features 🚀

  • feat(fastapi): refactored integration with CLI support by @cofin in #352
  • feat: reorganize Sanic extension by @cofin in #353

Other changes

  • docs: various copy edits and linking improvements by @sloria in #348

Full Changelog
v0.29.1...v0.30.0