Skip to content

Commit 88f0cb8

Browse files
committed
Release version 6.2.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent f308477 commit 88f0cb8

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

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+
321
## 6.1.0 (2020-07-10)
422

523
- Fix signed logout requests flag
@@ -12,6 +30,7 @@
1230
need to use the new configuration option `name_id_policy_format`.
1331
- Fix documentation formatting
1432

33+
1534
## 5.4.0 (2020-07-10)
1635

1736
- Fix generation of signed metadata

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.0
1+
6.2.0

0 commit comments

Comments
 (0)