Releases: tngan/samlify
Releases · tngan/samlify
v2.9.1
- Fix escapeTag for non-string replacement values. (#561) - @mastermatt
- Bump xml-crypto (#559) - @JacobBrackett (since v2.9.0)
What's Changed
- Adds
allowCreate
documentation by @sunsheeppoplar in #540 - Bump braces from 3.0.2 to 3.0.3 by @dependabot in #542
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #546
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #553
- Bump xml-crypto by @JacobBrackett in #559
- Fix
escapeTag
for non-string replacement values. by @mastermatt in #561
New Contributors
- @sunsheeppoplar made their first contribution in #540
- @JacobBrackett made their first contribution in #559
Full Changelog: v2.8.11...v2.9.1
v2.8.11
v2.8.10
v2.8.9
v2.8.8
v2.8.7
v2.8.6
v2.8.5
What's Changed
- Fixes issue with SAMLSignature method not using default transformations by @stjeffrey in #473
- Makes normalizeCerString() handle inserted tabs (fixes issue with Okta) by @hackerceo in #481
New Contributors
- @stjeffrey made their first contribution in #473
- @hackerceo made their first contribution in #481
This note is automatically generated.
v2.8.4
- Update
node-xml-encryption
with the latest upstream update for security patch (#474) - Fix broken tests after upgrade
- Take default encryption key algorithm as
http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p
- The previous default is no longer to be recommended, for more detail, https://github.com/auth0/node-xml-encryption/blob/291f3f10d5d1d571a3b6da2d411aa323398f5650/lib/xmlenc.js#L54-L56
- Upgrade dev dependencies
v2.8.3
This patch release includes the node-forge package upgrade in order to resolve a security issue.