File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+
4
+ ## 6.2.0 (2020-10-05)
5
+
6
+ - Fix the generated xsd: ID format for EncryptedData and EncryptedKey elements
7
+ - Set the default value for the NameFormat attribute to unspecified when parsing
8
+ - Support arbitrary entity attributes
9
+ - Replace all asserts with proper checks
10
+ - Allow request signing in artifact2message
11
+ - Support logging configuration through the python logger
12
+ - Fix wrong identifiers for ecdsa algos
13
+ - Fix automatic inversion of attribute map files
14
+ - Factor out common codepaths in attribute_converter
15
+ - Remove uneeded exception logging
16
+ - Docs: Update configuration options documentation
17
+ - Examples: Support both str and bytes in SAML requests on the example idp
18
+ - Examples: Update to key generation to 2048 bits
19
+
20
+
3
21
## 6.1.0 (2020-07-10)
4
22
5
23
- Fix signed logout requests flag
12
30
need to use the new configuration option ` name_id_policy_format ` .
13
31
- Fix documentation formatting
14
32
33
+
15
34
## 5.4.0 (2020-07-10)
16
35
17
36
- Fix generation of signed metadata
Original file line number Diff line number Diff line change 1
- 6.1 .0
1
+ 6.2 .0
You can’t perform that action at this time.
0 commit comments