Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

61 lines (31 loc) · 2.98 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.0.1 (2022-05-19)

Bug Fixes

  • install updated saml to address issue with malformed pem (#129) (ce5cb5c)

7.0.0 (2022-02-09)

⚠ BREAKING CHANGES

  • Requires NodeJS >= 12

See https://github.com/auth0/node-saml/releases/tag/v2.0.0

Bug Fixes

  • remove vulnerable node-saml dependency (#126) (bab5bd0)

6.0.2 (2021-06-07)

6.0.1 (2021-03-02)

  • Use @auth0/xmldom (#119)

6.0.0 (2021-02-23)

⚠ BREAKING CHANGES

  • The expected signature of SessionParticipants.get has been changed to SessionParticipants.get(issuer, sessionIndices, nameId, cb) where sessionIndices is an array of SessionIndex values from the LogoutRequest. Previously, this was called with only a single value: the value of first SessionIndex element from the LogoutRequest. The effect is that any matching SessionIndex specified in a LogoutRequest may be used to identify a matching SessionParticipant when processing the logout request. (ef9a056).

5.0.1 (2021-02-10)

Bug Fixes

5.0.0-rc.1 (2021-01-22)

5.0.0-rc.0 (2021-01-22)

⚠ BREAKING CHANGES

  • fix npm audit and library upgrades

  • remove ci for node v4, 6, 8, add 14

  • fix npm audit and library upgrades (a2688c7)

  • remove ci for node v4, 6, 8, add 14 (3019b74)

5.0.0 (2021-02-09)

⚠ BREAKING CHANGES

  • Fix dependency security issues (#114)

  • Fix dependency security issues (#114) (26bb934)