File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 5.6.0] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.6.0 ) - 2025-10-09
9+
10+ ### Changed
11+
12+ - Fixed possibly unsafe account association ([ CVE-2025 -61783] ( https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-wv4w-6qv2-qqfg ) )
13+ - Storage now filters for active users
14+
15+ ### Added
16+
17+ - Django 6.0 and Python 3.14 compatibility
18+ - Type annotations
19+ - LoginRequiredMiddleware compatibility
20+ - ` RAISE_EXCEPTIONS ` and ` LOGIN_ERROR_URL ` can be configured per backend
21+
822## [ 5.5.1] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.5.1 ) - 2025-06-27
923
1024### Changed
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ license-files = ["LICENSE"]
4242name = " social-auth-app-django"
4343readme = " README.md"
4444requires-python = " >=3.10"
45- version = " 5.5.1 "
45+ version = " 5.6.0 "
4646
4747[project .optional-dependencies ]
4848# This is present until pip implements supports for PEP 735
You can’t perform that action at this time.
0 commit comments