File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,26 @@ 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 ] ( 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
9
9
10
10
### Added
11
11
- Add fields that populate on create but not update ` SOCIAL_AUTH_IMMUTABLE_USER_FIELDS `
12
12
- Add Gitea oauth2 backend
13
13
- Add Twitch OpenId backend
14
+ - Add CI Logon backend
15
+ - Add support for Python 3.10
14
16
15
17
### Changed
16
18
- Fixed Slack user identity API call with Bearer headers
17
19
- Fixed microsoft-graph login error
18
20
- 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
19
28
20
29
21
30
## [ 4.1.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.1.0 ) - 2021-03-01
Original file line number Diff line number Diff line change 1
- __version__ = '4.1 .0'
1
+ __version__ = '4.2 .0'
You can’t perform that action at this time.
0 commit comments