Skip to content

Commit

Permalink
v0.77
Browse files Browse the repository at this point in the history
    [Compatibility Deprecation Warning]
    - The Redirect now uses SHA256 dy default instead of SHA1
    - nameid_format in Protocol::AuthnRequest is Deprecated.  Please update your
    code to use nameidpolicy_format instead.  The current code simply warns but a
    future version will use nameid_format for other purposes see:
    #195.

    [Detailed Change Log]
    - 70890a1 Add deprecation warning for nameid_format in Protocol::AuthnRequest
    - 4920a03 add and BumpVersionAfterRelease
    - 5ba4c33 Set Default Redirect Signature Algorithm to sha256
    - 12afa9a v0.76
  • Loading branch information
timlegge committed Feb 3, 2024
1 parent edc6a88 commit 9c7d980
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@ Revision history for Perl extension Net::SAML2.

{{$NEXT}}

0.77 -- Fri Feb 02 23:45:43 AST 2024

[Compatibility Deprecation Warning]
- The Redirect now uses SHA256 dy default instead of SHA1
- nameid_format in Protocol::AuthnRequest is Deprecated. Please update your
code to use nameidpolicy_format instead. The current code simply warns but a
future version will use nameid_format for other purposes see:
https://github.com/perl-net-saml2/perl-Net-SAML2/issues/195.

[Detailed Change Log]
- 70890a1 Add deprecation warning for nameid_format in Protocol::AuthnRequest
- 4920a03 add and BumpVersionAfterRelease
- 5ba4c33 Set Default Redirect Signature Algorithm to sha256
- 12afa9a v0.76

0.76 -- Mon Jan 08 18:31:06 AST 2024

- 688dc32 Forgot to increment the version for last release
Expand Down

0 comments on commit 9c7d980

Please sign in to comment.