Skip to content

Commit 58138e0

Browse files
committed
Release version 4.8.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 124376b commit 58138e0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## 4.8.0 (2019-07-08)
4+
5+
- Refactor the way ForceAuthn is set: check for "true" and "1"
6+
- Allow to set NameQualifier and SPNameQualifier attributes for ePTID
7+
- Parse assertions with Holder-of-Key profile
8+
- Add created_at timestamps to all mongodb documents
9+
- Look for existing persistent id's before creating new ones
10+
- Do not add AllowCreate property for default transient NameID
11+
- Enable entity category import from module search path
12+
- Add SAML subject identifier attributes to saml2_uri attributemap
13+
- Fix deprecation warning regarding the cgi module - use the html module when available
14+
- Misc minor improvements
15+
- tests: Be compatible with latest pytest
16+
- tests: Make tests pass after 2024
17+
- tests: Add py37 as a test target
18+
- docs: Correct instructions to run tests
19+
- docs: Fix misc typos
20+
- examples: Set cherrypy version explicitly
21+
22+
323
## 4.7.0 (2019-04-02)
424

525
- Add support for MDQ signature verification

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.7.0
1+
4.8.0

0 commit comments

Comments
 (0)