Commit a53bf90 1 parent d9657bc commit a53bf90 Copy full SHA for a53bf90
File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,24 @@ 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
- ## [ Unreleased]
8
+ ## [ 4.5.5] ( https://github.com/python-social-auth/social-core/releases/tag/4.5.5 ) - 2025-02-13
9
+
10
+ ### Added
11
+
12
+ - Allow per-backend user pipeline settings.
13
+ - Add AzureADOauth2 backend using the v2.0 API.
14
+ - Google One Tap implementation.
9
15
10
16
### Changed
11
17
12
18
- Handle case where user has not registered a ` family-name ` with ORCID
13
19
- Fix access token expiration and refresh token handling in GitHub backend
14
20
- Allow overriding emails to always be fully lowercase with ` SOCIAL_AUTH_FORCE_EMAIL_LOWERCASE ` .
15
21
- Dropped ` tokens ` alias for ` access_token ` on ` UserMixin ` which has been deprecated for 10 years now.
22
+ - LinkedIn OAuth API updates.
23
+ - Modernize release process.
24
+ - Code cleanups.
25
+ - Initial type annotations.
16
26
17
27
## [ 4.5.4] ( https://github.com/python-social-auth/social-core/releases/tag/4.5.4 ) - 2024-04-25
18
28
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ license = {text = "BSD"}
48
48
name = " social-auth-core"
49
49
readme = " README.md"
50
50
requires-python = " >=3.9"
51
- version = " 4.5.4 "
51
+ version = " 4.5.5 "
52
52
53
53
[project .optional-dependencies ]
54
54
all = [
You can’t perform that action at this time.
0 commit comments