Releases: SerayaEryn/fastify-session
Releases · SerayaEryn/fastify-session
v0.4.2
Fixes
- make store a event emitter
v0.4.1
Dependencies
- Update
fastify
- Update
fastify-plugin
v0.4.0
Breaking Changes
- updated required
fastify
version tov0.40.0
v0.3.0
Features
- add plugin metadata
Dependencies
- Update
fastify
to the latest version - Update
fastify-plugin
to the latest version
v0.2.3
Fixes
- add request.session.cookie to improve compatibility to express-session stores
v0.2.2
Fixes
- export Store to improve compatility to express-session stores
v0.2.1
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
v0.1.1
Workaround
- prevent error being thrown on post request with without body
Dependencies
- Update fastify to the latest version
v0.1.0
Breaking Changes
- Save the session in the
onSend
hook
Dependencies
- Update
fastify
to the latest version