Skip to content

Commit 7aeaa27

Browse files
committed
Release version 6.3.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 59d6fa5 commit 7aeaa27

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.0
1+
6.3.0

0 commit comments

Comments
 (0)