@@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask-Security release.
66Version 5.7.0
77-------------
88
9- Released XXX
9+ Released November 14, 2025
1010
1111This release contains a set of small backward incompatible changes. Please read these notes carefully.
1212
@@ -17,21 +17,22 @@ Features & Improvements
1717
1818Fixes
1919+++++
20- - (:issue: ` 1109 `) Fix broken link in docs and improve docstrings/typing for util classes.
20+ - (:pr: ` 1115 `) Fix broken link in docs and improve docstrings/typing for util classes.
2121- (:issue: `1127 `) Add nonce to script tags if configured to support nonce-based Content-Security-Policy (ahanak).
2222- (:issue: `1133 `) Remove unnecessary (optional) dependency on sqlalchemy_utils.
2323- (:pr: `1140 `) Fix localization of tf_select choices.
24- - (:pr: `xx `) Support bcrypt 5.0 - See below for important compatibility concerns.
24+ - (:pr: `1143 `) Support bcrypt 5.0 - See below for important compatibility concerns.
2525 This also replaces passlib with libpass for all versions.
2626
2727Docs and Chores
2828+++++++++++++++
29+ - (:pr: `1144 `) Update ES and IT translations (gissimo)
2930- (:pr: `1106 `) Drop support for Python 3.9. This removes the dependency on importlib_resources,
3031 updates pypy to 3.10, and uses 3.12 as base python for tests/tox.
3132- (:pr: `1112 `) Flip :py:data: `SECURITY_USE_REGISTER_V2 ` default to ``True ``.
3233- (:pr: `1117 `) Flip default mail package back to Flask-Mail (from Flask-Mailman).
3334- (:issue: `1139 `) Change external facing terminology from 'WebAuthn Credential' to 'passkey'.
34- - (:pr: `xx `) Setting of xx_util_cls from kwargs which was deprecated in 5.6.1 has been removed.
35+ - (:pr: `1142 `) Setting of xx_util_cls from kwargs which was deprecated in 5.6.1 has been removed.
3536 The BACKWARDS_COMPAT_UNAUTHN option (code) which has been deprecated since 5.4 has been removed.
3637
3738Backwards Compatibility Concerns
0 commit comments