Skip to content

Commit

Permalink
chore: Version bump 4.5.5
Browse files Browse the repository at this point in the history
Fixes #1016
  • Loading branch information
nijel committed Feb 13, 2025
1 parent d9657bc commit a53bf90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [4.5.5](https://github.com/python-social-auth/social-core/releases/tag/4.5.5) - 2025-02-13

### Added

- Allow per-backend user pipeline settings.
- Add AzureADOauth2 backend using the v2.0 API.
- Google One Tap implementation.

### Changed

- Handle case where user has not registered a `family-name` with ORCID
- Fix access token expiration and refresh token handling in GitHub backend
- Allow overriding emails to always be fully lowercase with `SOCIAL_AUTH_FORCE_EMAIL_LOWERCASE`.
- Dropped `tokens` alias for `access_token` on `UserMixin` which has been deprecated for 10 years now.
- LinkedIn OAuth API updates.
- Modernize release process.
- Code cleanups.
- Initial type annotations.

## [4.5.4](https://github.com/python-social-auth/social-core/releases/tag/4.5.4) - 2024-04-25

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ license = {text = "BSD"}
name = "social-auth-core"
readme = "README.md"
requires-python = ">=3.9"
version = "4.5.4"
version = "4.5.5"

[project.optional-dependencies]
all = [
Expand Down

0 comments on commit a53bf90

Please sign in to comment.