File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
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+
818## [ 4.5.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.5.0 ) - 2023-10-31
919
1020### Changed
@@ -24,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2434### Changed
2535- Fixed Azure AD Tenant authentication with custom signing keys
2636- Added CAS OIDC backend
37+ - Made Keycloak ` ID_KEY ` configurable
2738
2839## [ 4.4.1] ( https://github.com/python-social-auth/social-core/releases/tag/4.4.1 ) - 2023-03-30
2940
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