Skip to content

Releases: SerayaEryn/fastify-session

v0.4.2

22 Mar 17:48
Compare
Choose a tag to compare

Fixes

  • make store a event emitter

v0.4.1

18 Feb 19:06
Compare
Choose a tag to compare

Dependencies

  • Update fastify
  • Update fastify-plugin

v0.4.0

04 Feb 14:45
Compare
Choose a tag to compare

Breaking Changes

  • updated required fastify version to v0.40.0

v0.3.0

17 Jan 18:00
Compare
Choose a tag to compare

Features

  • add plugin metadata

Dependencies

  • Update fastify to the latest version
  • Update fastify-plugin to the latest version

v0.2.3

15 Dec 10:21
Compare
Choose a tag to compare

Fixes

  • add request.session.cookie to improve compatibility to express-session stores

v0.2.2

14 Dec 15:57
Compare
Choose a tag to compare

Fixes

  • export Store to improve compatility to express-session stores

v0.2.1

10 Dec 11:49
Compare
Choose a tag to compare

Fixes

  • create new session if ENOENT error on store.get
  • do not set secure cookie on non secure request

Docs

  • add examples for the session & sessionStore property

Dependencies

  • Update fastify to the latest version

v0.2.0

15 Nov 18:44
Compare
Choose a tag to compare

Breaking Changes

  • updated required fastify version to v0.34.0 and removed workaround for #1

v0.1.1

08 Nov 19:52
Compare
Choose a tag to compare

Workaround

  • prevent error being thrown on post request with without body

Dependencies

  • Update fastify to the latest version

v0.1.0

03 Nov 16:11
Compare
Choose a tag to compare

Breaking Changes

  • Save the session in the onSend hook

Dependencies

  • Update fastify to the latest version