Commit d1d91ae 1 parent 6408e00 commit d1d91ae Copy full SHA for d1d91ae
File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,23 @@ 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]
8
+ ## [ 4.4.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.4.0 ) - 2023-03-15
9
+
9
10
10
11
### Added
11
12
12
13
- Backend for OpenInfra OpenID
13
14
- Facebook Limited Login backend
15
+ - Add support for Python 3.11
14
16
15
17
### Changed
16
18
- Removed OpenStackDevOpenId backend
17
19
- Updated ` user_data ` method in ` StripeOAuth2 ` to return ` email ` in ` get_user_details `
18
20
- Removes fixed version of ` lxml `
21
+ - Fixed OIDC crash on groups
22
+ - Fixed Qiita users identification
23
+ - Dropped support for TLSv1
24
+ - Coding style improvements
19
25
20
26
21
27
## [ 4.3.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.3.0 ) - 2022-06-13
Original file line number Diff line number Diff line change 1
- __version__ = "4.3 .0"
1
+ __version__ = "4.4 .0"
You can’t perform that action at this time.
0 commit comments