Skip to content

Commit 2644c73

Browse files
committed
Release v8.5.0
- openid connect backend: Add OAuth2/OIDC backend based on idpy-oidc (new extra requirement `idpy_oidc_backend` to pull the library dependecy) - apple backend: Rework the Apple backend to be based on the generic OpenIDConnectBackend and fix the userinfo loading - Restructure fatal error messages to redirect to generic error page when an errors occur - Allow multiple values for the "resource" query param - Fix checks for missing state from cookie and missing relay state - Allow loading of tuples from YAML configs - docs: minor fixes Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 75c325b commit 2644c73

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 8.4.0
2+
current_version = 8.5.0
33
commit = True
44
tag = True
55

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 8.5.0 (2025-01-08)
4+
5+
- openid connect backend: Add OAuth2/OIDC backend based on idpy-oidc (new extra requirement `idpy_oidc_backend` to pull the library dependecy)
6+
- apple backend: Rework the Apple backend to be based on the generic OpenIDConnectBackend and fix the userinfo loading
7+
- Restructure fatal error messages to redirect to generic error page when an errors occur
8+
- Allow multiple values for the "resource" query param
9+
- Fix checks for missing state from cookie and missing relay state
10+
- Allow loading of tuples from YAML configs
11+
- docs: minor fixes
12+
13+
314
## 8.4.0 (2023-06-11)
415

516
- Make cookie parameters configurable

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='SATOSA',
9-
version='8.4.0',
9+
version='8.5.0',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='[email protected]',

0 commit comments

Comments
 (0)