Commit f1b9fa5 1 parent 0925304 commit f1b9fa5 Copy full SHA for f1b9fa5
File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 4.5.1] ( https://github.com/python-social-auth/social-core/releases/tag/4.5.1 ) - 2023-11-29
9
+
10
+ ### Changed
11
+ - OpenID Connect skips ` at_hash ` validation when missing
12
+ - ` redirect_name ` is now passed to backend on ` do_complete `
13
+ - ` next ` is preserved through SAML RelayState
14
+ - Add Discogs backend
15
+ - Add BitbucketDataCenterOAuth2 backend
16
+ - Keycloak's ` ID_KEY ` is no longer configurable (it never worked)
17
+
8
18
## [ 4.5.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.5.0 ) - 2023-10-31
9
19
10
20
### Changed
@@ -24,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
34
### Changed
25
35
- Fixed Azure AD Tenant authentication with custom signing keys
26
36
- Added CAS OIDC backend
37
+ - Made Keycloak ` ID_KEY ` configurable
27
38
28
39
## [ 4.4.1] ( https://github.com/python-social-auth/social-core/releases/tag/4.4.1 ) - 2023-03-30
29
40
Original file line number Diff line number Diff line change 1
- __version__ = "4.5.0 "
1
+ __version__ = "4.5.1 "
You can’t perform that action at this time.
0 commit comments