All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
7.0.1 (2022-05-19)
7.0.0 (2022-02-09)
- Requires NodeJS >= 12
See https://github.com/auth0/node-saml/releases/tag/v2.0.0
6.0.2 (2021-06-07)
6.0.1 (2021-03-02)
- Use @auth0/xmldom (#119)
6.0.0 (2021-02-23)
- The expected signature of
SessionParticipants.get
has been changed toSessionParticipants.get(issuer, sessionIndices, nameId, cb)
wheresessionIndices
is an array ofSessionIndex
values from theLogoutRequest
. Previously, this was called with only a single value: the value of firstSessionIndex
element from theLogoutRequest
. The effect is that any matchingSessionIndex
specified in aLogoutRequest
may be used to identify a matchingSessionParticipant
when processing the logout request. (ef9a056).
5.0.1 (2021-02-10)
- build fix from merge (24fa8be)
5.0.0-rc.1 (2021-01-22)
5.0.0-rc.0 (2021-01-22)
-
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)