File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
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.
915
1016### Changed
1117
1218- Handle case where user has not registered a ` family-name ` with ORCID
1319- Fix access token expiration and refresh token handling in GitHub backend
1420- Allow overriding emails to always be fully lowercase with ` SOCIAL_AUTH_FORCE_EMAIL_LOWERCASE ` .
1521- 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.
1626
1727## [ 4.5.4] ( https://github.com/python-social-auth/social-core/releases/tag/4.5.4 ) - 2024-04-25
1828
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ license = {text = "BSD"}
4848name = " social-auth-core"
4949readme = " README.md"
5050requires-python = " >=3.9"
51- version = " 4.5.4 "
51+ version = " 4.5.5 "
5252
5353[project .optional-dependencies ]
5454all = [
You can’t perform that action at this time.
0 commit comments