Skip to content

Commit f1b9fa5

Browse files
committed
Version bump 4.5.1
1 parent 0925304 commit f1b9fa5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

social_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.5.0"
1+
__version__ = "4.5.1"

0 commit comments

Comments
 (0)