Skip to content

Releases: companieshouse/node-session-handler

4.1.2

12 Oct 15:35
6f51b3f
Compare
Choose a tag to compare
Bump @fluffy-spoon/substitute from 1.145.0 to 1.160.0 (#87)

Bumps [@fluffy-spoon/substitute](https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking) from 1.145.0 to 1.160.0.
- [Release notes](https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking/releases)
- [Commits](https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking/compare/v1.145.0...v1.160.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

4.1.1

12 Oct 15:31
72c75e3
Compare
Choose a tag to compare
Bump @types/chai from 4.2.12 to 4.2.13 (#84)

Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.2.12 to 4.2.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

4.1.0

12 Oct 12:08
5c31e63
Compare
Choose a tag to compare
Update version (#89)

4.0.0

09 Sep 12:31
5fd5f73
Compare
Choose a tag to compare

Features

  • support for session without sign-in info that are created by middleware when session was not found

Fixes

  • dependency updates that fix known vulnerabilities

3.0.4

04 Sep 08:21
826face
Compare
Choose a tag to compare

Dependencies upgrade

3.0.3

17 Jul 15:49
a51e48f
Compare
Choose a tag to compare

Dependencies got upgraded to newer versions

3.0.2

22 Jun 12:06
98ebdff
Compare
Choose a tag to compare

This release adds missing companyNumber key to SignInInfo interface

3.0.1

10 Jun 13:05
fd890c3
Compare
Choose a tag to compare

Version includes:

  • upgrade to latest version of CH structured logging to print logs in server timezone

3.0.0

07 May 13:22
1f3205e
Compare
Choose a tag to compare

This release changes the way session middleware works by adding session persistence on response end.

It is a breaking change in such sense that middleware now not only reads data but it also saves it.

2.1.1

30 Apr 13:07
3752eee
Compare
Choose a tag to compare

This release fixes issue caused by missing await in scenario where session was being deleted after session load failed.