Skip to content

Commit e21f1ae

Browse files
committed
Version bump 4.2.0
Fixes #635
1 parent 48dc945 commit e21f1ae

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,26 @@ 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](https://github.com/python-social-auth/social-core/)
8+
## [4.2.0](https://github.com/python-social-auth/social-core/releases/tag/4.2.0) - 2022-01-17
99

1010
### Added
1111
- Add fields that populate on create but not update `SOCIAL_AUTH_IMMUTABLE_USER_FIELDS`
1212
- Add Gitea oauth2 backend
1313
- Add Twitch OpenId backend
14+
- Add CI Logon backend
15+
- Add support for Python 3.10
1416

1517
### Changed
1618
- Fixed Slack user identity API call with Bearer headers
1719
- Fixed microsoft-graph login error
1820
- Fixed Twitch OAuth2 backend
21+
- Fixed Facebook API version
22+
- Fixed Okta authentication URLs
23+
- Fixed Globus JWT signature algorithm
24+
- Fixed kid key rotation for OpenID Connect
25+
- Fixed e-mail fetching from Azure
26+
- Fixed vkontakte API version
27+
- Restricted lxml to 4.6.x to avoid problems in SAML
1928

2029

2130
## [4.1.0](https://github.com/python-social-auth/social-core/releases/tag/4.1.0) - 2021-03-01

social_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.1.0'
1+
__version__ = '4.2.0'

0 commit comments

Comments
 (0)