From 88f0cb8d7d7c7d6f14d2aa0e669ef14ef1a700e6 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Mon, 5 Oct 2020 15:29:36 +0300 Subject: [PATCH] Release version 6.2.0 Signed-off-by: Ivan Kanakarakis --- CHANGELOG.md | 19 +++++++++++++++++++ VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deba9e39e..d29125f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog + +## 6.2.0 (2020-10-05) + +- Fix the generated xsd:ID format for EncryptedData and EncryptedKey elements +- Set the default value for the NameFormat attribute to unspecified when parsing +- Support arbitrary entity attributes +- Replace all asserts with proper checks +- Allow request signing in artifact2message +- Support logging configuration through the python logger +- Fix wrong identifiers for ecdsa algos +- Fix automatic inversion of attribute map files +- Factor out common codepaths in attribute_converter +- Remove uneeded exception logging +- Docs: Update configuration options documentation +- Examples: Support both str and bytes in SAML requests on the example idp +- Examples: Update to key generation to 2048 bits + + ## 6.1.0 (2020-07-10) - Fix signed logout requests flag @@ -12,6 +30,7 @@ need to use the new configuration option `name_id_policy_format`. - Fix documentation formatting + ## 5.4.0 (2020-07-10) - Fix generation of signed metadata diff --git a/VERSION b/VERSION index dfda3e0b4..6abaeb2f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.0 +6.2.0