Skip to content

Releases: simplesamlphp/saml2

v3.1.0

21 Dec 06:45
Compare
Choose a tag to compare
  • Add support for SAML "Enhanced Client or Proxy" (ECP), IdP side.
  • Minor bugfixes.
  • Improved test coverage.

v3.0.2

21 Aug 17:44
Compare
Choose a tag to compare
  • Restored support for PHP 5.4 and 5.5.

v3.0.1

08 Aug 10:04
Compare
Choose a tag to compare
  • Fix namespace bug in Artifact binding (#92).

v3.0.0

11 Jul 15:04
Compare
Choose a tag to compare
  • Add support for the “Metadata Profile for Algorithm Support” extension.
  • Getters for NameIDs will now return an object of type \SAML2\XML\saml\NameID.
  • SAML2\Utils::addNameId() and SAML2\Utils::parseNameId() are marked as deprecated.
  • Dependency on xmlseclibs is upgraded to ^2.0|3.0 to remove transitive dependency on mcrypt.
  • Add dependency on ext-zlib in composer, which is (and has always been) needed for HTTPRedirect-binding.
  • Various bugfixes.
  • Improved testsuite.

v2.3.4

14 Dec 16:37
Compare
Choose a tag to compare

This is a bugfix release for an issue when trying to use the SOAPClient provided with the library.

v1.8.1

12 Dec 09:38
Compare
Choose a tag to compare

This is a backport for the security release fixing an issue with signature validation, without the changes to EPTI handling.

v2.3.3

02 Dec 13:00
Compare
Choose a tag to compare

This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.

v1.10.3

02 Dec 12:59
Compare
Choose a tag to compare

This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.

v1.9.1

02 Dec 13:00
Compare
Choose a tag to compare

This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.

v2.3.2

02 Dec 12:53
Compare
Choose a tag to compare

Bugfix release for a namespace bug that made it impossible to parse ePTID attributes as NameIDs.