Skip to content

Commit f27c7e7

Browse files
committed
Release version 5.0.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 5e9d5ac commit f27c7e7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 5.0.0 (2020-01-13)
4+
5+
- Fix XML Signature Wrapping (XSW) vulnerabilities - CVE-2020-5390
6+
- Add freshness period feature for MetaDataMDX
7+
- Fix bug in duration calculation in time_util library
8+
- Fix ipv6 validation to accommodate for addresses with brackets
9+
- Fix xmlsec temporary files deletions
10+
- Add method to get supported algorithms from metadata
11+
- Add mdstore method to extract assurance certifications
12+
- Add mdstore method to extract contact_person data
13+
- Add attribute mappings from the Swiss eduPerson Schema
14+
- Make AESCipher and Fernet interfaces compatible
15+
- Remove deprecated saml2.aes module
16+
- Remove deprecated saml2.extensions.ui module
17+
- Replace deprecated mongodb operations
18+
- Rename ToOld error to TooOld
19+
- Fix pytest warnings
20+
- Mock tests that need a network connection
21+
- Start dropping python2 support
22+
23+
324
## 4.9.0 (2019-11-03)
425

526
- Add mdstore methods to extract mdui uiinfo elements

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.9.0
1+
5.0.0

0 commit comments

Comments
 (0)