File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## 7.4.2 (2023-06-11)
4
16
5
17
- Add support for xmlsec1 1.3.x
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pysaml2"
3
- version = " 7.4.2 "
3
+ version = " 7.5.0 "
4
4
description = " Python implementation of SAML Version 2 Standard"
5
5
license = " Apache-2.0"
6
6
authors = [
" IdentityPython <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments