Skip to content

Commit a5a9bd8

Browse files
committed
Release version 4.5.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent 6dc1bf6 commit a5a9bd8

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.4.0
2+
current_version = 4.5.0
33
commit = True
44
tag = True
55

CHANGELOG.md

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

3+
## 4.5.0 (2019-11-05)
4+
5+
- add options in samlofrontend to encrypt assertion from AuthnResponse
6+
- use saml2.extension.mdui in place of saml2.extension.ui
7+
- improve log handling
8+
- remove logging around state-cookie loading
9+
- print the absolute path of the configuration when failing to read it
10+
- error out if no backend or frontend is configured
11+
- frontends: oidc: support extra_scopes
12+
- frontends: SAMLVirtualCoFrontend: add attribute scope
13+
- backends: orcid: add state parameter to authorization request
14+
- backends: orcid: fix read address attribute
15+
- backends: orcid: fix authorization token header
16+
- backends: bitbucket: new oauth2 backend
17+
- backends: facebook: add more configuration options
18+
- micro-services: improve the ldap_attribute_store
19+
- build: refactor the start.sh docker script
20+
- build: improve travis stages for new releases
21+
- docs: add sequence diagrams for SAML-to-SAML flow
22+
- docs: improve configuration docs
23+
- docs: improve micro-service docs
24+
- misc: correct typos
25+
26+
327
## 4.4.0 (2019-07-09)
428

529
Trigger new version build to automatically upload to PyPI,

0 commit comments

Comments
 (0)