v0.30.0
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
Full Changelog
v0.29.1...v0.30.0