Releases: pallets-eco/flask-security
Release 5.5.2
Fix to publish to both flask-security and flask-security-too
5.5.1
Flask-Security-Too is now part os pallets-eco and is now the official Flask-Security.
This release changes docs, links, etc.
There are NO code changes.
Release 5.5.0
A small feature release including:
- a new 'change email' feature
- convert SQLalchemy access to modern select(xx).where(xx) syntax
- support for Flask-SQLAlchemy-Lite
- change default password hash to argon2
- auth tokens now support freshness checks
- drop python 3.8 support
See Changes for complete list and any backwards compatibility concerns.
Release 5.4.3
A few small fixes.
Release 5.4.2
Lost API docs - that's not good.
Release 5.4.1
Features and fixes release.
As always - consult CHANGES for complete details.
Note: 5.4.0 had some logistics issues - so this is 5.4.1
5.3.3 Release
Fix for CVE-2023-49438
5.3.2 Release
Small bug-fix release - with many JSON API documentation fixes.
5.3.1 Release
A small release to support latest Flask/Werkzeug and pick up some small bug fixes.
Please read CHANGES/release note carefully.
Release 5.3.0
Improvements to recoverability and confirmation to align with OWASP best practices and reduce possible exploitation.
See Changes for complete list and any backwards compatibility concerns.