summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-07-08 21:28:48 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2019-07-08 21:28:48 +0300
commit58138e05c42ab749b1f44c6e48715c92ca79cb5f (patch)
tree077ebd85c01d491fb69eb7601395de4243451a79
parent124376b3a707edf354fcc2e7311a86af864cf647 (diff)
downloadpysaml2-v.4.8.0.tar.gz
Release version 4.8.0v4.8.0v.4.8.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--CHANGELOG.md20
-rw-r--r--VERSION2
2 files changed, 21 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2de594b8..7f3f5fc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## 4.8.0 (2019-07-08)
+
+- Refactor the way ForceAuthn is set: check for "true" and "1"
+- Allow to set NameQualifier and SPNameQualifier attributes for ePTID
+- Parse assertions with Holder-of-Key profile
+- Add created_at timestamps to all mongodb documents
+- Look for existing persistent id's before creating new ones
+- Do not add AllowCreate property for default transient NameID
+- Enable entity category import from module search path
+- Add SAML subject identifier attributes to saml2_uri attributemap
+- Fix deprecation warning regarding the cgi module - use the html module when available
+- Misc minor improvements
+- tests: Be compatible with latest pytest
+- tests: Make tests pass after 2024
+- tests: Add py37 as a test target
+- docs: Correct instructions to run tests
+- docs: Fix misc typos
+- examples: Set cherrypy version explicitly
+
+
## 4.7.0 (2019-04-02)
- Add support for MDQ signature verification
diff --git a/VERSION b/VERSION
index f6cdf409..88f18119 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.7.0
+4.8.0