summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2020-10-05 15:29:36 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2020-10-05 15:29:36 +0300
commit88f0cb8d7d7c7d6f14d2aa0e669ef14ef1a700e6 (patch)
treefede133cff5a599b497e6d95c227fe4d677bd590
parentf3084777d8ded203026577e1f08b9a30d80bd3a8 (diff)
downloadpysaml2-88f0cb8d7d7c7d6f14d2aa0e669ef14ef1a700e6.tar.gz
Release version 6.2.0v6.2.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--CHANGELOG.md19
-rw-r--r--VERSION2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index deba9e39..d29125f1 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 dfda3e0b..6abaeb2f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.1.0
+6.2.0