|
14 | 14 | ## 7.5.1 (2025-02-10) |
15 | 15 |
|
16 | 16 | - deps: restrict pyOpenSSL up to v24.2.1 until it is replaced |
17 | | -- deps: update dependncies for the lockfile and examples |
| 17 | +- deps: update dependencies for the lockfile and examples |
18 | 18 |
|
19 | 19 |
|
20 | 20 | ## 7.5.0 (2024-01-30) |
|
52 | 52 | ## 7.3.0 (2023-02-14) |
53 | 53 |
|
54 | 54 | - During metadata generation, render extensions both for EntityDescriptor and IdPSSODescriptor |
55 | | -- Fix compatibility with certain SAML implementation that inflate messasges on the POST binding |
| 55 | +- Fix compatibility with certain SAML implementation that inflate messages on the POST binding |
56 | 56 | - Update the SWAMID entity category requirements |
57 | | -- Fix check for NameID when it originates from an encrypted asssertion |
| 57 | +- Fix check for NameID when it originates from an encrypted assertion |
58 | 58 | - Add support for pymongo `>=3.5` and `<5` |
59 | 59 | - Update README with supported specifications |
60 | 60 | - Remove dependency on the six package |
|
137 | 137 | - Refactor AuthnResponse::authn_info to consider DeclRef equivalent to ClassRef. |
138 | 138 | - Ensure creation of multiple ePTIDs is handled correctly. |
139 | 139 | - Improve signature checks by ensuring the Object element is absent, enforcing allowed |
140 | | - transform aglorithms, enforcing allowed canonicalization methods and requiring the |
| 140 | + transform algorithms, enforcing allowed canonicalization methods and requiring the |
141 | 141 | enveloped-signature transform to be present. |
142 | 142 | - mdstore: Make unknown metadata extensions available through the internal metadata. |
143 | 143 | - mdstore: Fix the exception handler of the InMemoryMetaData object. |
|
234 | 234 | part of its metadata. |
235 | 235 | - CI/CD: Use Ubuntu bionic as the host to run the CI/CD process. |
236 | 236 | - CI/CD: Pre-releases are now available on [test.pypi.org][pypi.test.pysaml2]. Each |
237 | | - commit/merge on the master branch autotically creates a new pre-release. To install a |
| 237 | + commit/merge on the master branch automatically creates a new pre-release. To install a |
238 | 238 | prelease, run: |
239 | 239 |
|
240 | 240 | ```sh |
|
255 | 255 | - Fix wrong identifiers for ecdsa algos |
256 | 256 | - Fix automatic inversion of attribute map files |
257 | 257 | - Factor out common codepaths in attribute_converter |
258 | | -- Remove uneeded exception logging |
| 258 | +- Remove unneeded exception logging |
259 | 259 | - Docs: Update configuration options documentation |
260 | 260 | - Examples: Support both str and bytes in SAML requests on the example idp |
261 | 261 | - Examples: Update to key generation to 2048 bits |
|
0 commit comments