Skip to content

Releases: pallets-eco/flask-sqlalchemy-lite

0.2.1

20 Nov 21:39
0.2.1
f4a04ce

Choose a tag to compare

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_isolation does not require an active app context, allowing it to be used around other fixtures. #37

0.2.0

13 Nov 18:48
0.2.0
a231f21

Choose a tag to compare

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_abort and one_or_abort methods, which get a single row or otherwise tell Flask to abort with a 404 error.
  • Add test_isolation context manager, which isolates changes to the database so that tests don't affect each other.

0.1.0

08 Jun 00:21
0.1.0
b283860

Choose a tag to compare

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