Releases: autoinvent/flask-magql
Releases · autoinvent/flask-magql
1.1.1
This is the Flask-Magql 1.1.1 fix release.
PyPI: https://pypi.org/project/flask-magql/1.1.1/
Changes: https://flask-magql.autoinvent.dev/page/changes/#version-1-1-1
- Pin conveyor-admin to 1.0.3 until style issues in 1.1 are fixed.
1.1.0
This is the Flask-Magql 1.1.0 feature release.
PyPI: https://pypi.org/project/flask-magql/1.1.0/
Changes: https://flask-magql.autoinvent.dev/page/changes/#version-1-1-0
- Adjust the default context to support Flask-SQLAlchemy-Lite.
- Don't register views on each call to
init_app
, which caused issues when testing applications that used the app factory pattern. - Add Conveyor UI pages at
/conveyor/
. This is an autogenerated UI for all the capabilities provided by Magql-SQLAlchemy. - Register the extension in
app.extensions["magql"]
.
1.0.0
Our first stable release, 1.0! 🎉
- PyPI: https://pypi.org/project/flask-magql/1.0.0/
- Documentation: https://flask-magql.autoinvent.dev