Skip to content

Commit 0c2cced

Browse files
committed
Release 4.0.4
1 parent a4699b5 commit 0c2cced

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

CHANGELOG.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v4.0.4 (2023-05-30)
4+
5+
#### 🐛 Bug Fixes:
6+
7+
- Revised AbstractStrategy for authenticate method to match PassportStrategy expectation [#861](https://github.com/node-saml/passport-saml/pull/861)
8+
9+
#### 📚 Documentation:
10+
11+
- Update docs/adfs/README.md and move to wiki [#840](https://github.com/node-saml/passport-saml/pull/840)
12+
13+
---
14+
315
## v4.0.3 (2023-04-11)
416

517
#### 🔗 Dependencies:
@@ -81,6 +93,9 @@
8193

8294
#### 🔗 Dependencies:
8395

96+
- [**javascript**] Bump @types/node from 14.18.21 to 14.18.22 [#740](https://github.com/node-saml/passport-saml/pull/740)
97+
- [**javascript**] Bump @typescript-eslint/parser from 5.30.5 to 5.30.7 [#737](https://github.com/node-saml/passport-saml/pull/737)
98+
- [**javascript**] Bump eslint from 8.19.0 to 8.20.0 [#736](https://github.com/node-saml/passport-saml/pull/736)
8499
- [**javascript**] Bump @types/sinon from 10.0.12 to 10.0.13 [#738](https://github.com/node-saml/passport-saml/pull/738)
85100
- [**javascript**] Bump ts-node from 10.8.2 to 10.9.1 [#732](https://github.com/node-saml/passport-saml/pull/732)
86101
- [**javascript**] Bump @typescript-eslint/eslint-plugin from 5.30.5 to 5.30.7 [#739](https://github.com/node-saml/passport-saml/pull/739)
@@ -103,9 +118,6 @@
103118
- [**javascript**] Bump concurrently from 7.2.2 to 7.3.0 [#741](https://github.com/node-saml/passport-saml/pull/741)
104119
- [**javascript**] Bump @typescript-eslint/parser from 5.30.7 to 5.36.2 [#767](https://github.com/node-saml/passport-saml/pull/767)
105120
- Update node-saml dependency [#770](https://github.com/node-saml/passport-saml/pull/770)
106-
- [**javascript**] Bump @types/node from 14.18.21 to 14.18.22 [#740](https://github.com/node-saml/passport-saml/pull/740)
107-
- [**javascript**] Bump @typescript-eslint/parser from 5.30.5 to 5.30.7 [#737](https://github.com/node-saml/passport-saml/pull/737)
108-
- [**javascript**] Bump eslint from 8.19.0 to 8.20.0 [#736](https://github.com/node-saml/passport-saml/pull/736)
109121

110122
#### 📚 Documentation:
111123

@@ -230,12 +242,12 @@
230242

231243
#### ⚙️ Technical Tasks:
232244

245+
- remove old callback functions, tests use async/await [#545](https://github.com/node-saml/passport-saml/pull/545)
233246
- async/await for saml.ts [#496](https://github.com/node-saml/passport-saml/pull/496)
234247
- Format code and enforce code style on PR [#527](https://github.com/node-saml/passport-saml/pull/527)
235248
- Tests use typescript [#534](https://github.com/node-saml/passport-saml/pull/534)
236249
- async / await in cache interface [#532](https://github.com/node-saml/passport-saml/pull/532)
237250
- Fix lint npm script to match all files including in src/ [#555](https://github.com/node-saml/passport-saml/pull/555)
238-
- remove old callback functions, tests use async/await [#545](https://github.com/node-saml/passport-saml/pull/545)
239251

240252
---
241253

@@ -268,12 +280,12 @@
268280

269281
#### 🐛 Bug Fixes:
270282

283+
- normalize signature line endings before loading signature block to xml-crypto [#512](https://github.com/node-saml/passport-saml/pull/512)
271284
- support windows line breaks in keys [#500](https://github.com/node-saml/passport-saml/pull/500)
272285
- add ts-ignore to generated type definitions for multisaml strategy [#508](https://github.com/node-saml/passport-saml/pull/508)
273286
- Reexport SamlConfig type to solve a regression in consumer packages [#516](https://github.com/node-saml/passport-saml/pull/516)
274287
- fix: derive SamlConfig from SAMLOptions [#515](https://github.com/node-saml/passport-saml/pull/515)
275288
- fix(typing): multi saml stratey export [#503](https://github.com/node-saml/passport-saml/pull/503)
276-
- normalize signature line endings before loading signature block to xml-crypto [#512](https://github.com/node-saml/passport-saml/pull/512)
277289
- fix(typing): Export Multi SAML types [#505](https://github.com/node-saml/passport-saml/pull/505)
278290

279291
#### 📚 Documentation:
@@ -450,14 +462,14 @@
450462

451463
#### 🙈 Other:
452464

453-
- fix #393 adding 'inResponseTo' in the profile [#404](https://github.com/node-saml/passport-saml/pull/404)
454-
- Fix #355 missing parts: tests. [#402](https://github.com/node-saml/passport-saml/pull/402)
455-
- Fix minimum version of Node.js in Travis [#399](https://github.com/node-saml/passport-saml/pull/399)
456-
- Add .editorconfig as suggested in #373 [#398](https://github.com/node-saml/passport-saml/pull/398)
457465
- Add tests to check for correct logout [#418](https://github.com/node-saml/passport-saml/pull/418)
458466
- added passReqToCallback to docs [#417](https://github.com/node-saml/passport-saml/pull/417)
459467
- Fix an issue readme formatting [#416](https://github.com/node-saml/passport-saml/pull/416)
460468
- attributeConsumingServiceIndex can be zero [#414](https://github.com/node-saml/passport-saml/pull/414)
469+
- fix #393 adding 'inResponseTo' in the profile [#404](https://github.com/node-saml/passport-saml/pull/404)
470+
- Fix #355 missing parts: tests. [#402](https://github.com/node-saml/passport-saml/pull/402)
471+
- Fix minimum version of Node.js in Travis [#399](https://github.com/node-saml/passport-saml/pull/399)
472+
- Add .editorconfig as suggested in #373 [#398](https://github.com/node-saml/passport-saml/pull/398)
461473
- Bring-up xml-crypto to 1.4.0 [#400](https://github.com/node-saml/passport-saml/pull/400)
462474

463475
---

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-saml/passport-saml",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "SAML 2.0 authentication strategy for Passport",
55
"keywords": [
66
"saml",

0 commit comments

Comments
 (0)