Skip to content

Latest commit

 

History

History
75 lines (38 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

75 lines (38 loc) · 3.01 KB

Changelog

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

3.0.0 (2022-05-12)

⚠ BREAKING CHANGES

  • handle poorly formatted PEM files (#85)

Bug Fixes

  • handle poorly formatted PEM files (#85) (8830a23)

2.0.1 (2022-02-09)

Bug Fixes

  • saml11: do not mutate moment() when options.lifetimeInSeconds is provided (0a5afd1)

2.0.0 (2022-02-04)

⚠ BREAKING CHANGES

  • Requires NodeJS >= 12

Upgraded the xml-encryption package which removes the vulnerable node-forge dependency See https://github.com/advisories/GHSA-8fr3-hfg3-gpgp

Bug Fixes

  • remove vulnerable node-forge dependency (0106c61)

1.0.1 (2021-09-17)

Bug Fixes

  • update xmldom and xml-crypto to fix security issues (6ad0243)

1.0.0 (2020-11-04)

⚠ BREAKING CHANGES

  • update xml-crypto and xmldom dependencies to fix sec issues
  • stop supporting node v4 and v8
  • xml-encryption major version bump, fix typo in config property from keyEncryptionAlgorighm to keyEncryptionAlgorithm consumed by new xml-encryption library version.

Features

  • fix sec issues with dependencies (06acc02)

  • update xml-crypto and xmldom dependencies to fix sec issues (772c30e)

  • remove node v4 and v8 in travis configuration (d8c62af)

0.15.0 (2020-10-01)

Features

  • saml11: adds saml11.createUnsignedAssertion() (51170c9)
  • saml20: adds Saml20.createUnsignedAssertion() (de0e766)
  • xml/sign: unsigned assertions should have whitespace removed as well (968d0e7)

Bug Fixes

  • saml20: parses saml20.template only once at start up (cb3bfcd)