File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 7.3.0 (XXXX-XX-XX)
4-
5- - Support for pymongo >=3.5
3+ ## 7.3.0 (2023-02-14)
4+
5+ - During metadata generation, render extensions both for EntityDescriptor and IdPSSODescriptor
6+ - Fix compatibility with certain SAML implementation that inflate messasges on the POST binding
7+ - Update the SWAMID entity category requirements
8+ - Fix check for NameID when it originates from an encrypted asssertion
9+ - Add support for pymongo ` >=3.5 ` and ` <5 `
10+ - Update README with supported specifications
11+ - Remove dependency on the six package
12+ - Cleanup unused imports and pythonisms for Python versions older than 3.6
13+ - Convert README to markdown
14+ - Introduce flake8 to check for issues
15+ - Use black and isort to manage formatting and imports
16+ - Use poetry to manage the project dependencies, packaging and versions
17+ - Fix whitespace typos on the eIDAS schemas
18+ - Try different logout bindings on the saml2.client level
19+ - Add the mailLocalAddress attribute as part of the saml and shib uri name format bundles
20+ - Add the isMemberOf attribute as part of the basic attribute format bundle
621
722
823## 7.2.1 (2022-08-23)
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pysaml2"
3- version = " 7.3.0-alpha "
3+ version = " 7.3.0"
44description = " Python implementation of SAML Version 2 Standard"
55license = " Apache-2.0"
66authors = [
" IdentityPython <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments