2
2
3
3
## v4.0.1 (2022-10-28)
4
4
5
- _ No changelog for this release._
5
+ #### 📚 Documentation:
6
+
7
+ - Update changelog [ #797 ] ( https://github.com/node-saml/passport-saml/pull/797 )
6
8
7
9
---
8
10
@@ -177,10 +179,10 @@ _No changelog for this release._
177
179
178
180
#### 🔗 Dependencies:
179
181
182
+ - Update xml-encryption to v1.2.3 [ #560 ] ( https://github.com/node-saml/passport-saml/pull/560 )
180
183
- Update xml-encryption to v1.2.3 [ #567 ] ( https://github.com/node-saml/passport-saml/pull/567 )
181
184
- Update all packages to latest semver-minor [ #588 ] ( https://github.com/node-saml/passport-saml/pull/588 )
182
185
- bump xmldom to 0.5.x since all lower versions have security issue [ #551 ] ( https://github.com/node-saml/passport-saml/pull/551 )
183
- - Update xml-encryption to v1.2.3 [ #560 ] ( https://github.com/node-saml/passport-saml/pull/560 )
184
186
- Revert "Update xml-encryption to v1.2.3" [ #564 ] ( https://github.com/node-saml/passport-saml/pull/564 )
185
187
186
188
#### 🐛 Bug Fixes:
@@ -447,6 +449,7 @@ _No changelog for this release._
447
449
448
450
#### 🙈 Other:
449
451
452
+ - Fix broken tests [ #367 ] ( https://github.com/node-saml/passport-saml/pull/367 )
450
453
- Update README.md [ #363 ] ( https://github.com/node-saml/passport-saml/pull/363 )
451
454
- Set explicitChar: true to make XML parsing consistent. Fixes issue #283 and #187 [ #361 ] ( https://github.com/node-saml/passport-saml/pull/361 )
452
455
- update xml crypto to 1.1.4 [ #352 ] ( https://github.com/node-saml/passport-saml/pull/352 )
@@ -457,7 +460,6 @@ _No changelog for this release._
457
460
- Update Node version in package.json to >=6 [ #340 ] ( https://github.com/node-saml/passport-saml/pull/340 )
458
461
- Fix for failing test [ #347 ] ( https://github.com/node-saml/passport-saml/pull/347 )
459
462
- Support InResponseTo validations in MultiSaml [ #350 ] ( https://github.com/node-saml/passport-saml/pull/350 )
460
- - Fix broken tests [ #367 ] ( https://github.com/node-saml/passport-saml/pull/367 )
461
463
- InResponseTo support for logout [ #356 ] ( https://github.com/node-saml/passport-saml/pull/356 )
462
464
- Create a way to get provider metadata when using the MultiSamlStrategy [ #323 ] ( https://github.com/node-saml/passport-saml/pull/323 )
463
465
0 commit comments