Skip to content

Commit eff3908

Browse files
committed
v0.78
[Compatibility Deprecation Warning] - id is renamed to issuer. Current code simply warns. - See 0.77 for other deprecated changes [Significant Changes] - MockSAML IdP is a tested implementation - Signature bug fix - Deprecate id - use issuer to instantiate objects - testapp changes for deprecation and to support MockSAML [Detailed Change Log] - 49c8a8a Add missing pod for new function - 7a7e167 testapp: use SSL_verify_mode to disable verification via config - 35c8b65 s/NET::SAML2/Net::SAML2/ - 1bd4efe Change $sp->id to $sp->issuer in t/09-authn-request.t - f3e3ec4 Add deprecation warning to id() method - 99bb04c testapp: add relaystate for a redirect binding - 116d948 testapp: id has been deprecated use issuer - c53ba9d Rename id to issuer for Net::SAML2::SP - b98a763 Fix signature location bug - b8a297a Increment Repo Version - 9c7d980 v0.77 - edc6a88 Increment Version for a Release
1 parent 49c8a8a commit eff3908

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Changes

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

33
{{$NEXT}}
44

5+
0.78 -- Sun Feb 25 21:09:15 AST 2024
6+
7+
[Compatibility Deprecation Warning]
8+
- id is renamed to issuer. Current code simply warns.
9+
- See 0.77 for other deprecated changes
10+
11+
[Significant Changes]
12+
- MockSAML IdP is a tested implementation
13+
- Signature bug fix
14+
- Deprecate id - use issuer to instantiate objects
15+
- testapp changes for deprecation and to support MockSAML
16+
17+
[Detailed Change Log]
18+
- 49c8a8a Add missing pod for new function
19+
- 7a7e167 testapp: use SSL_verify_mode to disable verification via config
20+
- 35c8b65 s/NET::SAML2/Net::SAML2/
21+
- 1bd4efe Change $sp->id to $sp->issuer in t/09-authn-request.t
22+
- f3e3ec4 Add deprecation warning to id() method
23+
- 99bb04c testapp: add relaystate for a redirect binding
24+
- 116d948 testapp: id has been deprecated use issuer
25+
- c53ba9d Rename id to issuer for Net::SAML2::SP
26+
- b98a763 Fix signature location bug
27+
- b8a297a Increment Repo Version
28+
- 9c7d980 v0.77
29+
- edc6a88 Increment Version for a Release
30+
531
0.77 -- Fri Feb 02 23:45:43 AST 2024
632

733
[Compatibility Deprecation Warning]

0 commit comments

Comments
 (0)