Skip to content

Commit 44aa4ac

Browse files
committed
Release v8.4.0
- Make cookie parameters configurable - Avoid setting duplicate set-cookie headers - Complete the support for the mdui:UIInfo element - satosa-saml-metadata: make signing optional - metadata_creation: for SAML backend, use sp.config to render metadata - tests: update markers of supported Python versions - deps: move away from pkg_resources when deriving the package version at runtime Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent 1206ea5 commit 44aa4ac

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.3.0
2+
current_version = 8.4.0
33
commit = True
44
tag = True
55

CHANGELOG.md

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

3+
## 8.4.0 (2023-06-11)
4+
5+
- Make cookie parameters configurable
6+
- Avoid setting duplicate set-cookie headers
7+
- Complete the support for the mdui:UIInfo element
8+
- satosa-saml-metadata: make signing optional
9+
- metadata_creation: for SAML backend, use sp.config to render metadata
10+
- tests: update markers of supported Python versions
11+
- deps: move away from pkg_resources when deriving the package version at runtime
12+
13+
314
## 8.3.0 (2023-06-08)
415

516
- FilterAttributeValues plugin: add new filter types shibmdscope_match_scope and shibmdscope_match_value; add tests

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.3.0',
9+
version='8.4.0',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='satosa-dev@lists.sunet.se',

0 commit comments

Comments
 (0)