From 44aa4ac541ec109417a2cd7c76327e254877581a Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Sun, 11 Jun 2023 20:17:28 +0300 Subject: [PATCH] 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 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c1fc9a358..35f7a82c6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.3.0 +current_version = 8.4.0 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index 2824cc0a1..ee782f08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 8.4.0 (2023-06-11) + +- 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 + + ## 8.3.0 (2023-06-08) - FilterAttributeValues plugin: add new filter types shibmdscope_match_scope and shibmdscope_match_value; add tests diff --git a/setup.py b/setup.py index 557691df7..59065f6ac 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='SATOSA', - version='8.3.0', + version='8.4.0', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='satosa-dev@lists.sunet.se',