Skip to content

Commit a53bf90

Browse files
committed
chore: Version bump 4.5.5
Fixes #1016
1 parent d9657bc commit a53bf90

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,24 @@ 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-
## [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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ license = {text = "BSD"}
4848
name = "social-auth-core"
4949
readme = "README.md"
5050
requires-python = ">=3.9"
51-
version = "4.5.4"
51+
version = "4.5.5"
5252

5353
[project.optional-dependencies]
5454
all = [

0 commit comments

Comments
 (0)