Skip to content

Commit 4b27a5b

Browse files
committed
v0.42
[Significant Changes since 0.40] - COMPATABILITY WARNING: version 0.44 will likely make sha256 the default - HTTP-Redirect now supports signing and verifying with more than rsa-sha1 - include HTTP-Post for SingleLogoutService in generated metadata - Destination missing in LogoutRequest - Added PingIdentity to the tested IdPs - Most other changes related to the testapp Saml2Test (in git repo) - Fix issue with LogoutResponse on HTTP-Redirect for some IdP (Azure, Ping) - Make SP metadata.xml more configuable and sign [Change Log] - b9d4786 Merge pull request #44 from timlegge/azure-lowercase - 4f2a40c Update for latest build - ffd4188 Add issuer to make testing between multiple IdPs clearer - 1049084 Fix issues with LogoutResponse - 378c815 Merge pull request #43 from timlegge/metadata - bfe0966 Sign Metadata - 1cd0003 Net::SAML2::SP configurable values for metadata
1 parent b9d4786 commit 4b27a5b

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

Changes

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@ Revision history for Perl extension Net::SAML2.
22

33
{{$NEXT}}
44

5+
0.42 -- Fri Oct 29 22:35:53 ADT 2021
6+
7+
[Significant Changes since 0.40]
8+
- COMPATABILITY WARNING: version 0.44 will likely make sha256 the default
9+
- HTTP-Redirect now supports signing and verifying with more than rsa-sha1
10+
- include HTTP-Post for SingleLogoutService in generated metadata
11+
- Destination missing in LogoutRequest
12+
- Added PingIdentity to the tested IdPs
13+
- Most other changes related to the testapp Saml2Test (in git repo)
14+
- Fix issue with LogoutResponse on HTTP-Redirect for some IdP (Azure, Ping)
15+
- Make SP metadata.xml more configuable and sign
16+
17+
[Change Log]
18+
- b9d4786 Merge pull request #44 from timlegge/azure-lowercase
19+
- 4f2a40c Update for latest build
20+
- ffd4188 Add issuer to make testing between multiple IdPs clearer
21+
- 1049084 Fix issues with LogoutResponse
22+
- 378c815 Merge pull request #43 from timlegge/metadata
23+
- bfe0966 Sign Metadata
24+
- 1cd0003 Net::SAML2::SP configurable values for metadata
25+
526
0.41 -- Thu Oct 21 17:59:37 ADT 2021
627

728
[Significant Changes since 0.40]
@@ -14,9 +35,12 @@ Revision history for Perl extension Net::SAML2.
1435
- Most other changes related to the testapp Saml2Test (in git repo)
1536

1637
[Change Log]
17-
- f694501 testapp: prevent app error if the are no slo_urls
18-
- c2c9e4b testapp: revert previous change to sls-redirect-response
19-
- c9532b3 Fixes #30 - Modules withou version and cleanup missing Abstract
38+
- 07b68dd v0.41
39+
- c4ec6e2 Merge pull request #38 from timlegge/dist-changes
40+
- 54e612e Improve packaging and update changes
41+
- 1d894a9 testapp: prevent app error if the are no slo_urls
42+
- d6e2ab9 testapp: Change to decoding in sls-redirect-response
43+
- 23240d8 Fixes #30 - Modules withou version and cleanup missing Abstract
2044
- 9c5585b Merge pull request #37 from timlegge/testapp
2145
- c51ba51 Tested compatiblity against PingIdentity
2246
- b4d3fe9 Remove end of line spaces

0 commit comments

Comments
 (0)