Skip to content

Releases: node-saml/passport-saml

v3.2.2

11 Oct 17:41
Compare
Choose a tag to compare

v4.0.0-beta.2

10 Sep 02:27
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release
  • Update changelog and changelog building tools (#774) (6ce35f5)
  • Bump concurrently from 7.3.0 to 7.4.0 (#773) (8b9832a)
  • Bump @types/node from 14.18.22 to 14.18.28 (#772) (0859f61)
  • Bump @types/passport from 1.0.9 to 1.0.10 (#771) (651ca8e)
  • Bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.36.2 (#766) (a56ec81)
  • Bump eslint from 8.20.0 to 8.23.0 (#759) (101a61b)
  • Bump @typescript-eslint/parser from 5.30.7 to 5.36.2 (#767) (5b2fa42)
  • Bump concurrently from 7.2.2 to 7.3.0 (#741) (6a6f9b7)
  • Update node-saml dependency (#770) (11fa2a3)
  • Reduce dependabot update frequency (#765) (3bb96f4)
  • Have dependabot update package.json too (#764) (63d71ec)
  • Bump @types/node from 14.18.21 to 14.18.22 (#740) (36d3920)
  • Bump @typescript-eslint/parser from 5.30.5 to 5.30.7 (#737) (c6cdcc4)
  • Bump eslint from 8.19.0 to 8.20.0 (#736) (51d6bf9)
  • Bump @types/sinon from 10.0.12 to 10.0.13 (#738) (4c6652e)
  • Bump ts-node from 10.8.2 to 10.9.1 (#732) (bde7ace)
  • Bump @typescript-eslint/eslint-plugin from 5.30.5 to 5.30.7 (#739) (10a5c5f)
  • Bump parse-url from 6.0.0 to 6.0.2 (#730) (5b21f73)
  • Bump @typescript-eslint/parser from 5.30.3 to 5.30.5 (#726) (60591ed)
  • Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 (#722) (c364ce7)
  • Bump eslint from 8.18.0 to 8.19.0 (#719) (035a2d7)
  • Bump @typescript-eslint/eslint-plugin from 5.30.3 to 5.30.5 (#725) (600df38)
  • Bump ts-node from 10.8.0 to 10.8.2 (#723) (a07bb31)
  • Have dependabot update package.json too (#724) (fa029c3)
  • Bump @typescript-eslint/eslint-plugin from 5.29.0 to 5.30.3 (#716) (5a422fd)
  • Bump @types/sinon from 10.0.11 to 10.0.12 (#717) (ac4bb40)
  • Bump @typescript-eslint/parser from 5.29.0 to 5.30.3 (#718) (9f31a6c)
  • Bump actions/checkout from 2 to 3 (#713) (08f148a)
  • Bump github/codeql-action from 1 to 2 (#712) (67a5aba)
  • Add dependabot config file (#711) (7861c98)
  • Update badges for scoped package (#710) (0cc7da5)
  • Update badges for scoped package (#709) (4065e77)
  • docs: move history note to the bottom and expand it. (#708) (3bfb230)

v3.2.1

21 Jan 02:06
Compare
Choose a tag to compare
  • deps: upgrade release-it, npm dedupe (8f3ffcd)
  • deps: npm audit fix (b81c36c)
  • Export AuthenticateOptions type (#657) (ef1dcfc)
  • test: update error message to match new xml-encryption format. (3e908fa)
  • Update xml-encryption to get rid of vulnerable node-forge (#667) (b9de63b)

v3.2.0

25 Sep 01:39
Compare
Choose a tag to compare

v3.1.2

26 Aug 18:41
Compare
Choose a tag to compare

v3.1.1

28 Jul 13:14
Compare
Choose a tag to compare

v3.1.0

17 Jun 18:22
f1e00b6
Compare
Choose a tag to compare
  • Limit transforms for signed nodes (#595) (f1e00b6)
  • Add assertion attributes to child object on profile (#593) (2a1699b)
  • Rebuild changelog for 3.0.0 (#605) (c7b7226)
  • Fix typo OnBefore -> NotBefore (#611) (522fe1d)
  • Update README with new Cache Provider interface (#608) (8cc0d8e)
  • Fix validateInResponseTo null check (#596) (bf41764)

v3.0.0

17 May 13:19
Compare
Choose a tag to compare

Important Release Notes

This release has some breaking changes and some significant refactors. Please read the CHANGELOG.md carefully to note what few things may need to change in your code before taking this version. There are deprecation notices in the latest 2.x releases, so it is strongly advised that you upgrade to those versions and clear up the warnings before taking this release.

Also, this release contains significant work to separate the SAML parts out from the Passport parts in preparation for a complete split of these two parts. If you are using the SAML part apart from the Passport part, this release will be much easier for you to use.

Changes

  • Remove deprecated field privateCert from README, tests (#591) (4eff276)
  • Add support for more tags in the changelog (#592) (6a7e476)
  • Create codeql-analysis.yml (52ede4c)
  • Improve changelog format (#587) (2d2cc0a)
  • Update all dependencies to latest (d34b22f)
  • Add Node 16 support; drop Node 10 (b0caa65)
  • Update all packages to latest semver-minor (#588) (13c7216)
  • Enforce more secure XML encryption (#584) (8d35454)
  • Add optional setting to set a ceiling on how old a SAML response is allowed to be (#577) (54a1e04)
  • Move XML functions to utility module (#571) (9ad5662)
  • Improve the typing of the Strategy class hierarchy. (#554) (4a83196)
  • Resolve XML-encoded carriage returns during signature validation (#576) (5618b65)
  • Make sure CI builds test latest versions of dependencies (#570) (0798e4d)
  • Start separation of node-saml from passport-saml strategy (#574) (c668737)
  • internal: configure Github Issue chooser (6df9bdd)
  • Run prettier (69c87b7)
  • Create of Code of Conduct (61cf7c5)
  • Fix incorrect import of compiled files in tests (#572) (2332a85)
  • Remove support for deprecated privateCert (#569) (5326b21)
  • Add WantAssertionsSigned (#536) (5634945)
  • Fix lint npm script to match all files including in src/ (#555) (3a486db)
  • Require cert for every strategy (#548) (224f25f)
  • Update xml-encryption to v1.2.3 (#567) (d89bdfd)
  • Revert "Update xml-encryption to v1.2.3 (#560)" (#564) (13416dc)
  • Update xml-encryption to v1.2.3 (#560) (a270d34)
  • Update xml-crypto to v2.1.1 (#558) (5031927)
  • bump xmldom to 0.5.x since all lower versions have security issue (#551) (4d2b909)
  • remove old callback functions, tests use async/await (#545) (8a1a377)
  • Tests use typescript (#534) (f1a436f)
  • Allow for authnRequestBinding in SAML options (#529) (ed4be0c)
  • async / await in cache interface (#532) (54704de)
  • Merge pull request #531 from node-saml/multisaml-strategy-readme (54809d1)
  • update tests to use multisamlstrategy.js from the correct place (6182dde)
  • remove multisaml strategy in the old location (46c6df1)
  • Update readme on using multiSamlStrategy (e4b3da7)
  • Allow manual trigger of build action (ef175f3)
  • Fix code formatting (e511c49)
  • Have build action run on PR (add499c)
  • Format code and enforce code style on PR (#527) (aefee33)
  • async/await for saml.ts (#496) (c6c4510)
  • SamlOptions.authnContext now only takes an array of strings instead of either a string or an array of strings

v2.2.0

23 Apr 23:11
Compare
Choose a tag to compare
  • Resolve XML-encoded carriage returns during signature validation (#578) (08c626c)
  • Add deprecation notices for renamed variables (#568) (8114d4c)

v2.1.0

19 Mar 20:44
Compare
Choose a tag to compare