Skip to content

Commit 51f8e6b

Browse files
committed
Release 3.2.4
1 parent 8816748 commit 51f8e6b

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## 3.x (2022-10-13)
3+
## v3.2.4 (2022-10-21)
4+
5+
#### 🔗 Dependencies:
6+
7+
- Update @xlmdom/xmldom to v0.7.6 [#795](https://github.com/node-saml/passport-saml/pull/795)
8+
9+
---
10+
11+
## v3.2.3 (2022-10-13)
412

513
#### 📚 Documentation:
614

@@ -72,12 +80,12 @@
7280

7381
#### 💣 Major Changes:
7482

83+
- Enforce more secure XML encryption [#584](https://github.com/node-saml/passport-saml/pull/584)
7584
- Add Node 16 support; drop Node 10 [#589](https://github.com/node-saml/passport-saml/pull/589)
7685
- Update all dependencies to latest [#590](https://github.com/node-saml/passport-saml/pull/590)
7786
- Require cert for every strategy [#548](https://github.com/node-saml/passport-saml/pull/548)
7887
- Remove support for deprecated `privateCert` [#569](https://github.com/node-saml/passport-saml/pull/569)
7988
- Node saml separation [#574](https://github.com/node-saml/passport-saml/pull/574)
80-
- Enforce more secure XML encryption [#584](https://github.com/node-saml/passport-saml/pull/584)
8189

8290
#### 🚀 Minor Changes:
8391

@@ -104,11 +112,11 @@
104112

105113
#### 📚 Documentation:
106114

115+
- Create of Code of Conduct [#573](https://github.com/node-saml/passport-saml/pull/573)
116+
- Changelog [#587](https://github.com/node-saml/passport-saml/pull/587)
107117
- Update readme on using multiSamlStrategy [#531](https://github.com/node-saml/passport-saml/pull/531)
108118
- Add support for more tags in the changelog [#592](https://github.com/node-saml/passport-saml/pull/592)
109119
- Remove deprecated field `privateCert` from README, tests [#591](https://github.com/node-saml/passport-saml/pull/591)
110-
- Create of Code of Conduct [#573](https://github.com/node-saml/passport-saml/pull/573)
111-
- Changelog [#587](https://github.com/node-saml/passport-saml/pull/587)
112120

113121
#### ⚙️ Technical Tasks:
114122

@@ -362,6 +370,7 @@
362370

363371
#### 🙈 Other:
364372

373+
- Update README.md [#363](https://github.com/node-saml/passport-saml/pull/363)
365374
- Set explicitChar: true to make XML parsing consistent. Fixes issue #283 and #187 [#361](https://github.com/node-saml/passport-saml/pull/361)
366375
- update xml crypto to 1.1.4 [#352](https://github.com/node-saml/passport-saml/pull/352)
367376
- Upgrade xml-crypto to 1.1.2 [#344](https://github.com/node-saml/passport-saml/pull/344)
@@ -372,7 +381,6 @@
372381
- Fix for failing test [#347](https://github.com/node-saml/passport-saml/pull/347)
373382
- Support InResponseTo validations in MultiSaml [#350](https://github.com/node-saml/passport-saml/pull/350)
374383
- Fix broken tests [#367](https://github.com/node-saml/passport-saml/pull/367)
375-
- Update README.md [#363](https://github.com/node-saml/passport-saml/pull/363)
376384
- InResponseTo support for logout [#356](https://github.com/node-saml/passport-saml/pull/356)
377385
- Create a way to get provider metadata when using the MultiSamlStrategy [#323](https://github.com/node-saml/passport-saml/pull/323)
378386

@@ -391,14 +399,14 @@
391399

392400
#### 🙈 Other:
393401

402+
- Extend and document the profile object [#301](https://github.com/node-saml/passport-saml/pull/301)
394403
- Update xml-crypto to 1.0.2 [#321](https://github.com/node-saml/passport-saml/pull/321)
395404
- Validate issuer on logout requests/responses if configured [#314](https://github.com/node-saml/passport-saml/pull/314)
396405
- feat(logout): handle null and undefined on nameQualifier [#311](https://github.com/node-saml/passport-saml/pull/311)
397406
- entryPoint is compulsory for signed requests [#299](https://github.com/node-saml/passport-saml/pull/299)
398407
- Include support for run-time params to be included in the generated URLs [#136](https://github.com/node-saml/passport-saml/pull/136)
399408
- support multiple authnContext [#298](https://github.com/node-saml/passport-saml/pull/298)
400409
- Handle case of missing InResponseTo when validation is on [#302](https://github.com/node-saml/passport-saml/pull/302)
401-
- Extend and document the profile object [#301](https://github.com/node-saml/passport-saml/pull/301)
402410

403411
---
404412

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-saml",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "SAML 2.0 authentication strategy for Passport",
55
"keywords": [
66
"saml",

0 commit comments

Comments
 (0)