Skip to content

Commit 20abe2a

Browse files
committed
Version bump 4.3.0
1 parent 8a3ec88 commit 20abe2a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [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

social_core/__init__.py

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

0 commit comments

Comments
 (0)