File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 4.4 .0
2
+ current_version = 4.5 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
27
## 4.4.0 (2019-07-09)
4
28
5
29
Trigger new version build to automatically upload to PyPI,
You can’t perform that action at this time.
0 commit comments