Skip to content

Commit f169c87

Browse files
committed
Release 3.2.0
1 parent bb9a2a0 commit f169c87

2 files changed

Lines changed: 39 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
CHANGELOG
22
=========
3+
v.3.2.0
4+
* Add support for Subjects on AuthNRequests by the new parameter nameIdValueReq
5+
* Support SLO ResponseLocation
6+
* [#344](https://github.com/onelogin/php-saml/issues/344) Raise errors on IdPMetadataParser::parseRemoteXML and IdPMetadataParser::parseFileXML
7+
* [#356](https://github.com/onelogin/php-saml/issues/356) Support 'x509cert' and 'privateKey' on signMetadata security setting
8+
9+
v.3.1.1
10+
* Force to use at least xmlseclibs 3.0.3 for security reasons
11+
* [#367](https://github.com/onelogin/php-saml/pull/367) Move the creation of the AuthnRequest to separate function
12+
* Set strict=true on config examples
13+
* Move phpunit.xml
14+
315
v.3.1.0
416
* Security improvement suggested by Nils Engelbertz to prevent DDOS by expansion of internally defined entities (XEE)
517
* Fix setting_example.php servicename parameter
@@ -8,6 +20,31 @@ v.3.0.0
820
* Remove mcrypt dependency. Compatible with PHP 7.2
921
* xmlseclibs now is not part of the toolkit and need to be installed from original source
1022

23+
v.2.16.0
24+
* Support SLO ResponseLocation
25+
* [#344](https://github.com/onelogin/php-saml/issues/344) Raise errors on IdPMetadataParser::parseRemoteXML and IdPMetadataParser::parseFileXML
26+
* Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from SAMLResponse. Adjusted single logout service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNameQualifier to Auth and SamlResponse. Extend logout method from Auth and LogoutRequest constructor to support SPNameQualifier parameter. Align LogoutRequest constructor with SAML specs
27+
* Add support for Subjects on AuthNRequests by the new parameter
28+
* Set strict=true on config examples
29+
30+
v.2.15.0
31+
* Security improvement suggested by Nils Engelbertz to prevent DDOS by expansion of internally defined entities (XEE)
32+
* Fix bug on settings_example.php
33+
34+
v.2.14.0
35+
* Add parameter to the decryptElement method to make optional the formatting
36+
* [#283](https://github.com/onelogin/php-saml/pull/283) New method of importing a decrypted assertion into the XML document to replace the EncryptedAssertion. Fix signature issues on Signed Encrypted Assertions with default namespace
37+
* Allow the getSPMetadata() method to always include the encryption Key Descriptor
38+
* Change some Fatal Error to Exceptions
39+
* [#265](https://github.com/onelogin/php-saml/issues/265) Support parameters at getSPMetadata method
40+
* Avoid calling static method using this
41+
42+
v.2.13.0
43+
* Update xmlseclibs with some fixes.
44+
* Add extra protection verifying the Signature algorithm used on SignedInfo element, not only rely on the xmlseclibs verify / verifySignature methods.
45+
* Add getAttributesWithFriendlyName method which returns the set of SAML attributes indexed by FriendlyName
46+
* Fix bug on parseRemoteXML and parseFileXML. Internal calls to parseXML missed the desiredNameIdFormat parameter
47+
1148
v.2.12.0
1249
* Improve Time management. Use DateTime/DateTimeZone classes.
1350
* Escape error messages in debug mode

src/Saml2/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"php-saml": {
3-
"version": "3.1.1",
4-
"released": "20/02/2019"
3+
"version": "3.2.0",
4+
"released": "24/06/2019"
55
}
66
}
77

0 commit comments

Comments
 (0)