Skip to content

Commit aed3012

Browse files
committed
Release version 7.5.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent bd788dc commit aed3012

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## 7.5.0 (2024-01-30)
4+
5+
- Fix missing requested attributes from the ACS
6+
- Add support for errorURL to be exposed in metadata for IdP
7+
- Update logged message when the signature validation on the assertion fails
8+
- Replace imp with importlib
9+
* deps: restrict xmlschema version
10+
- deps: remove utility from packaging
11+
- examples: update code and README to align with latest code
12+
- docs: update readme with info about xmlsec1 compatibility
13+
14+
315
## 7.4.2 (2023-06-11)
416

517
- Add support for xmlsec1 1.3.x

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysaml2"
3-
version = "7.4.2"
3+
version = "7.5.0"
44
description = "Python implementation of SAML Version 2 Standard"
55
license = "Apache-2.0"
66
authors = ["IdentityPython <[email protected]>"]

0 commit comments

Comments
 (0)