File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## 6.3.0 (2020-10-30)
5+
6+ - Allow to specify policy configurations based on the registration authority.
7+ - Add new configuration option ` logout_responses_signed ` to sign logout responses.
8+ - When available and appropriate return the ResponseLocation along with the Location
9+ attribute.
10+ - Always use base64.encodebytes; base64.encodestring has been dropped.
11+ - Examples: fix IdP example that was outputing debug statements on stdout that became
12+ part of its metadata.
13+ - CI/CD: Use Ubuntu bionic as the host to run the CI/CD process.
14+ - CI/CD: Pre-releases are now available on [ test.pypi.org] [ pypi.test.pysaml2 ] . Each
15+ commit/merge on the master branch autotically creates a new pre-release. To install a
16+ prelease, run:
17+
18+ ``` sh
19+ $ pip install -U -i https://test.pypi.org/simple --extra-index-url https://pypi.org/simple pysaml2
20+ ```
21+
22+ [ pypi.test.pysaml2 ] : https://test.pypi.org/project/pysaml2/#history
23+
24+
425## 6.2.0 (2020-10-05)
526
627- Fix the generated xsd: ID format for EncryptedData and EncryptedKey elements
Original file line number Diff line number Diff line change 1- 6.2 .0
1+ 6.3 .0
You can’t perform that action at this time.
0 commit comments