Skip to content

Commit a17f233

Browse files
committed
Release 4.6.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent cf14487 commit a17f233

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
Changelog
22
=========
33

4+
4.6.0 (2018-08-07)
5+
------------------
6+
7+
- Allow configuration and specification of id attribute name
8+
- Retrieve SLO endpoint by the appropriate service type
9+
- Deprecate AESCipher and aes.py module
10+
- Add saml2.cryptography module
11+
- Always generate a random IV for AES operations / Address CVE-2017-1000246
12+
- Remove unused and broken RSA code
13+
- Add more nameid-format definitions
14+
- Remove invalid nameid-format
15+
- Retrieve pacakge version from pkg_resources
16+
- Fully replace Cryptodome library with cryptography
17+
- Fix SSRF caused by URI attribute of Reference element
18+
- Omit relay state in HTTP-POST response when empty
19+
- Fix eidas natural person attribute URIs
20+
- Add eidas attributes for legal person to saml2_uri attributemap
21+
- Fix deprecation and resource warnings.
22+
- Fix date format to show month, not minutes
23+
- Fix typos
24+
- s2repoze: Define session_info variable before use
25+
- s2repoze: Correctly pull the SAMLRequest from Redirect LogoutRequests
26+
- s2repoze: Include SCRIPT_NAME when checking whether current URL is a logout endpoint
27+
- tests: Document and test all supported Python versions
28+
- tests: Generate and upload coverage reports to codecov
29+
- tests: Include dependencies information in test report
30+
- tests: Run tests in verbose mode
31+
- tests: Clean up unclosed files causing ResourceWarnings
32+
- build: Set minimal version for cryptography package
33+
- build: Set the correct version in the docs
34+
- build: Update build manifest to include the correct files
35+
- build: Switch from setup.py to setup.cfg
36+
- docs: Add editorconfig file with basic rules
37+
- docs: Update gitignore file
38+
- docs: Remove downloads badge as it is no longer available
39+
- docs: Update all pypi.python.org URLs to pypi.org
40+
- docs: Updated license and renamed the file.
41+
- examples: Do not request a signed response - backwards compatibility
42+
- examples: Fix wsgiserver usage for example sp
43+
- examples: Fix cherrypy.wsgiserver usage
44+
445
0.4.2 (2012-03-27)
546
------------------
647
- Add default attribute mappings

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.5.0
1+
4.6.0

0 commit comments

Comments
 (0)