Skip to content

Commit 45651e8

Browse files
committed
Release v8.3.0
- FilterAttributeValues plugin: add new filter types shibmdscope_match_scope and shibmdscope_match_value; add tests - FilterAttributeValues plugin: add example rules for saml-subject-id and saml-pairwise-id - FilterAttributeValues plugin: add example rules enforcing controlled vocabulary for eduPersonAffiliation and eduPersonScopedAffiliation attributes - DecideBackendByRequester plugin: add default_backend setting; add tests; minor fixes - opend_connect backend: use PyoidcSettings class to configure pyoidc/oic based clients - ping frontend: minor adjustments and fixes for interface compliance - tests: update code to use matchers API to mock responses - examples: improve configuration readability of the primary-identifier plugin - examples: minor fixes and enhancements for ContactPerson examples for SAML backend and frontend Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 770ad42 commit 45651e8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.2.0
2+
current_version = 8.3.0
33
commit = True
44
tag = True
55

CHANGELOG.md

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

3+
## 8.3.0 (2023-06-08)
4+
5+
- FilterAttributeValues plugin: add new filter types shibmdscope_match_scope and shibmdscope_match_value; add tests
6+
- FilterAttributeValues plugin: add example rules for saml-subject-id and saml-pairwise-id
7+
- FilterAttributeValues plugin: add example rules enforcing controlled vocabulary for eduPersonAffiliation and eduPersonScopedAffiliation attributes
8+
- DecideBackendByRequester plugin: add default_backend setting; add tests; minor fixes
9+
- opend_connect backend: use PyoidcSettings class to configure pyoidc/oic based clients
10+
- ping frontend: minor adjustments and fixes for interface compliance
11+
- tests: update code to use matchers API to mock responses
12+
- examples: improve configuration readability of the primary-identifier plugin
13+
- examples: minor fixes and enhancements for ContactPerson examples for SAML backend and frontend
14+
15+
316
## 8.2.0 (2022-11-17)
417

518
- attribute_authorization: new configuration options `force_attributes_presence_on_allow` and `force_attributes_presence_on_deny` to enforce attribute presence enforcement

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.2.0',
9+
version='8.3.0',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='[email protected]',

0 commit comments

Comments
 (0)