Skip to content

Releases: SerayaEryn/fastify-session

v5.2.1

02 Nov 14:29
Compare
Choose a tag to compare

Fixes

  • fix: resolve fastify deprecation FST_LIGHTMYREQUEST_DEP01 #130

v5.2.0

23 Sep 16:09
Compare
Choose a tag to compare

Features

  • add decorator to decrypt sessions outside requests #128
  • allow custom ID generator #125

Dependencies

  • replace deprecated request with got library #127

v5.1.0

11 Sep 15:55
Compare
Choose a tag to compare

Features

  • add decorator to decrypt sessions outside requests #128

v5.0.0

05 Aug 13:53
Compare
Choose a tag to compare

Breaking Changes

  • fix: Typings for fastify 3 #119

Fixes

  • Fix deprecation alert for Fastify3.0.0 #109

v4.0.1

14 Jun 12:50
Compare
Choose a tag to compare

Fixes

  • export MemoryStore for mongo-connect #107
  • throw error on empty secret array

v4.0.0

10 May 09:08
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for node 8

Features

  • Support for Fastify v3 #104
  • Switch Store to map #101

v3.3.0

19 Jan 17:19
Compare
Choose a tag to compare

Features

  • Add SameSite handling on secure auto mode #90

v3.2.0

20 Dec 12:31
Compare
Choose a tag to compare

Features

  • adding 'auto' to secure attribute #86

v3.1.1

18 Nov 16:11
Compare
Choose a tag to compare

Fixes

  • Fix crash session.isExpired() is not a function #83

v3.1.0

11 Nov 19:00
Compare
Choose a tag to compare

Features

  • Made secrets accept also an array of strings #81