Skip to content

Latest commit

 

History

History
146 lines (80 loc) · 7.74 KB

CHANGELOG.md

File metadata and controls

146 lines (80 loc) · 7.74 KB

3.1.13 (2023-06-28)

Bug Fixes

3.1.12 (2023-06-26)

Bug Fixes

  • recover from disconnected state (11375ca)

3.1.11 (2023-03-26)

Bug Fixes

3.1.10 (2022-09-24)

Bug Fixes

  • work-around fix for issue 88 (9de0b72)

3.1.9 (2022-08-21)

Bug Fixes

  • issue 91 by changing 'delete' to 'deleteMany' and updating tests (b9473b8)

3.1.8 (2022-07-06)

Bug Fixes

  • adjusted test coverage (ff610c6)
  • remove unnecessary warning from prune (08703fc)
  • removed worrying log statement (076d1ed)
  • updated tests (90cd5db)

3.1.7 (2022-06-25)

Bug Fixes

  • remove immutable id field from query for MongoDB (ba39bc1), closes #83

3.1.6 (2022-06-20)

Bug Fixes

  • fixed deletion in prune function (698a25b)

3.1.5 (2022-05-10)

Bug Fixes

  • addresses interval errors (ddc1884)

3.1.4 (2022-05-10)

Bug Fixes

3.1.3 (2022-01-26)

Bug Fixes

  • double defer in destroy function (d34595e)

3.1.2 (2021-12-06)

Bug Fixes

  • removed accidental package-lock.json file (4156faf)
  • synced prisma client and prisma dependency versions (178f0d7)

3.1.1 (2021-12-06)

Bug Fixes

  • change commit lint overrides to warnings (ff3bd79)
  • trigger release (a84ab3b)
  • trigger release and trivially clean up readme (39d1a56), closes #63

3.1.0 (2021-08-16)

Bug Fixes

  • sessionModelName jsdoc typo (c0fe3ec)

Features

3.0.1 (2021-02-16)

Bug Fixes

  • peer dependency version (cd71f7d)

3.0.0 (2021-02-16)

  • feat!: changed expires to expiresAt (5cbc11b)

BREAKING CHANGES

  • expiresAt now used in place of expires - within Prisma schema and database.

2.0.0 (2021-01-12)

  • fix!: update downstream dependencies (fa7ee82)

BREAKING CHANGES

  • Changes to the types from @types/express-session and @types/express

Signed-off-by: William Sedlacek [email protected]

1.1.2 (2020-12-02)

Bug Fixes

  • changed findOne to findUnique, for Prisma 2.12.0+ (f1311c1)

1.1.1 (2020-11-26)

Bug Fixes

1.1.0 (2020-09-13)

Bug Fixes

  • round TTL only to powers of 10 (2a591e7)
  • use orginal packages (0aa39b4)

Features