Skip to content

Commit 17d9a81

Browse files
committed
Prepare release 2.20.0
1 parent 03d14fb commit 17d9a81

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
CHANGELOG
22
=========
3+
4+
5+
v.2.20.0
6+
* [#586](https://github.com/SAML-Toolkits/php-saml/pull/586) IdPMetadataParser::parseRemoteXML - Add argument for setting whether to validate peer SSL certificate
7+
* [#585](https://github.com/SAML-Toolkits/php-saml/pull/585) Declare conditional return types
8+
* Make Saml2\Auth can accept a param $spValidationOnly
9+
* [#577](https://github.com/SAML-Toolkits/php-saml/pull/577) Allow empty NameID value when no strict or wantNameId is false
10+
* [#570](https://github.com/SAML-Toolkits/php-saml/pull/570) Support X509 cert comments
11+
* [#569](https://github.com/SAML-Toolkits/php-saml/pull/569) Add parameter to exclude validUntil on SP Metadata XML
12+
* [#551](https://github.com/SAML-Toolkits/php-saml/pull/551) Fix compatibility with proxies that extends HTTP_X_FORWARDED_HOST
13+
* [#487](https://github.com/SAML-Toolkits/php-saml/issues/487) Enable strict check on in_array method
14+
* Fix typos on readme.
15+
* [#480](https://github.com/SAML-Toolkits/php-saml/pull/480) Fix typo on SPNameQualifier mismatch error message
16+
* Add $spValidationOnly param to Auth
17+
* Update xmlseclibs (3.1.2 without AES-GCM and OAEP support)
18+
* Add warning about Open Redirect and Reply attacks
19+
* Add warning about the use of IdpMetadataParser class. If Metadata URLs
20+
are provided by 3rd parties, the URL inputs MUST be validated to avoid issues like SSRF
21+
* Update dependencies
22+
* Fix test payloads
23+
* Remove references to OneLogin.
24+
325
v.2.19.1
426
* [#467](https://github.com/onelogin/php-saml/issues/467) Fix bug on getSelfRoutedURLNoQuery method
527

@@ -176,7 +198,7 @@ v.2.7.0
176198
* Fix PHP 7 error (used continue outside a loop/switch).
177199
* Fix bug on organization element of the SP metadata builder.
178200
* Fix typos on documentation. Fix ALOWED Misspell.
179-
* Be able to extract RequestID. Add RequestID validation on demo1.
201+
* Be able to extract RequestID. Add RequestID validation on demo1.
180202
* Add $stay parameter to login, logout and processSLO method.
181203

182204
v.2.6.1

lib/Saml2/version.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"php-saml": {
3-
"version": "2.19.1",
4-
"released": "02/03/2021"
3+
"version": "2.20.0",
4+
"released": "30/05/2024"
55
}
66
}

0 commit comments

Comments
 (0)