Releases: simplesamlphp/saml2
v2.3.1
Bugfix release for ePTIDs assumed to be always arrays.
v1.10.2
Bugfix release for a namespace bug that made it impossible to parse ePTID attributes as NameIDs.
v1.10.1
Bugfix release for ePTIDs assumed to be always arrays.
v1.10
v2.3
Includes the following:
- #65 KeyLoader::loadKeys has been fixed, thanks @cb8!
- #69 The use of certificate fingerprints over using certificates has been deprecated, support will be removed in a future version.
- #76 Attribute value parsing now correctly verifies and parses EPTI values as NameIDs.
Furthermore various small improvements have been made, the library is more spec compliant and the test coverage has been improved greatly.
Do note that if you rely on the SAML2\Compat\Ssp\Container
please ensure you use a compatible version of https://github.com/simplesamlphp/simplesamlphp.
v2.2
This release allows loading classes with their old, non-namespace names. That way, migrating to the 2.x branch is easier as it can be done step by step.
v2.1
v1.8
v2.0.0
v1.7.0
The main reason for this release is to avoid as hard as possible any XXE attacks on the library.