File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 4.3.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.3.0 ) - 2022-06-13
9+
10+ ### Added
11+ - Add backend for Hashicorp Vault OIDC backend
12+ - Add generic OpenID Connect backend
13+ - Add Grafana OAuth2 backend
14+ - Add MusicBrainz OAuth2 backend
15+
16+ ### Changed
17+ - Fixed redirect state for Keycloak backend
18+ - Add fallback to RSA256 in OpenID Connect when alg is not set
19+ - Fixed Azure backend so it can be used with all Azure authority hosts
20+
21+
822## [ 4.2.0] ( https://github.com/python-social-auth/social-core/releases/tag/4.2.0 ) - 2022-01-17
923
1024### Added
Original file line number Diff line number Diff line change 1- __version__ = '4.2 .0'
1+ __version__ = '4.3 .0'
You can’t perform that action at this time.
0 commit comments