Skip to content

Commit e60755e

Browse files
committed
Release version 7.3.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent bdb5813 commit e60755e

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
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)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysaml2"
3-
version = "7.3.0-alpha"
3+
version = "7.3.0"
44
description = "Python implementation of SAML Version 2 Standard"
55
license = "Apache-2.0"
66
authors = ["IdentityPython <[email protected]>"]

0 commit comments

Comments
 (0)