Skip to content

Commit

Permalink
v0.80
Browse files Browse the repository at this point in the history
    [Compatibility Deprecation Warning]
    As of Release 0.79 the following have been changed and the old version may be
    removed in an upcoming release.

    - Net::SAML2::Protocol::Artifact
        - response_to changed to in_response_to
    - Net::SAML2::Protocol::LogoutResponse
        - response_to changed to in_response_to

    [Significant Changes]
    - Minor XML compatibility fixes thanks to Martijn van de Streek (MartijnVdS)

    [Detailed Change Log]
    - c20e976 Updates for next release
    - 931b29f Use "true" and "false" for more boolean values
    - aefae65 Include `xml:lang` attribute in ServiceName and ServiceDescription
    - a19257d Increment repo version after release
    - b4a6c52 v0.79
  • Loading branch information
timlegge committed Jun 22, 2024
1 parent c20e976 commit b33c185
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@ Revision history for Perl extension Net::SAML2.

{{$NEXT}}

0.80 -- Sat Jun 22 13:13:42 ADT 2024

[Compatibility Deprecation Warning]
As of Release 0.79 the following have been changed and the old version may be
removed in an upcoming release.

- Net::SAML2::Protocol::Artifact
- response_to changed to in_response_to
- Net::SAML2::Protocol::LogoutResponse
- response_to changed to in_response_to

[Significant Changes]
- Minor XML compatibility fixes thanks to Martijn van de Streek (MartijnVdS)

[Detailed Change Log]
- c20e976 Updates for next release
- 931b29f Use "true" and "false" for more boolean values
- aefae65 Include `xml:lang` attribute in ServiceName and ServiceDescription
- a19257d Increment repo version after release
- b4a6c52 v0.79

0.79 -- Sun Apr 21 18:13:48 ADT 2024

[Compatibility Deprecation Warning]
Expand Down

0 comments on commit b33c185

Please sign in to comment.