Skip to content

Commit 103f477

Browse files
committed
Release v.8.2.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent cfd24b4 commit 103f477

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 8.1.1
2+
current_version = 8.2.0
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 8.2.0 (2022-11-17)
4+
5+
- attribute_authorization: new configuration options `force_attributes_presence_on_allow` and `force_attributes_presence_on_deny` to enforce attribute presence enforcement
6+
- saml2 backend: new configuration option `acs_selection_strategy` to support different ways of selecting an ACS URL
7+
- saml2 backend: new configuration option `is_passive` to set whether the discovery service is allowed to visibly interact with the user agent.
8+
- orcid backend: make the name claim optional
9+
- apple backend: retrieve the name of user when available.
10+
- openid_connect frontend: new configuration option `sub_mirror_subject` the set sub to mirror the subject identifier as received in the backend.
11+
- openid_connect frontend: check for empty `db_uri` before using it with a storage backend
12+
- attribute_generation: try to render mustach tempate only on string values
13+
- logging: move cookie state log to the debug level
14+
- chore: fix non-formatting flake8 changes
15+
- tests: remove dependency on actual MongoDB instance
16+
- build: update links for the Docker image on Docker Hub
17+
- docs: properly document the `name_id_format` and `name_id_policy_format` options
18+
- docs attribute_generation: correct example configuration
19+
- docs: fix mailing list link.
20+
- docs: fix typos and grammar
21+
22+
323
## 8.1.1 (2022-06-23)
424

525
- OIDC frontend: Set minimum pyop version to v3.4.0 to ensure the needed methods are available

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='SATOSA',
9-
version='8.1.1',
9+
version='8.2.0',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='satosa-dev@lists.sunet.se',

0 commit comments

Comments
 (0)