Releases: pallets-eco/flask-sqlalchemy-lite
0.2.1
This is the Flask-SQLAlchemy-Lite 0.2.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/Flask-SQLAlchemy-Lite/0.2.1/
Changes: https://flask-sqlalchemy-lite.readthedocs.io/page/changes/#version-0-2-1
Milestone: https://github.com/pallets-eco/flask-sqlalchemy-lite/milestone/2?closed=1
test_isolationdoes not require an active app context, allowing it to be used around other fixtures. #37
0.2.0
This is the Flask-SQLAlchemy-Lite 0.2.0 feature release. Flask-SQLAlchemy-Lite is a lightweight replacement for Flask-SQLAlchemy that focuses on enabling using standard SQLAlchemy patterns.
PyPI: https://pypi.org/project/Flask-SQLAlchemy-Lite/0.2.0/
Changes: https://flask-sqlalchemy-lite.readthedocs.io/page/changes/#version-0-2-0
Milestone: https://github.com/pallets-eco/flask-sqlalchemy-lite/milestone/1?closed=1
- Drop support for Python 3.9.
- Add
get_or_abortandone_or_abortmethods, which get a single row or otherwise tell Flask to abort with a 404 error. - Add
test_isolationcontext manager, which isolates changes to the database so that tests don't affect each other.
0.1.0
This is the initial release of Flask-SQLAlchemy-Lite, a lightweight replacement for Flask-SQLAlchemy that focuses on enabling using standard SQLAlchemy patterns.
PyPI: https://pypi.org/project/Flask-SQLAlchemy-Lite/0.1.0/
Documentation: https://flask-sqlalchemy-lite.readthedocs.io