Releases: fastify/fastify-secure-session
Releases · fastify/fastify-secure-session
v8.1.0
What's Changed
- Add regenerate method to more closely match type signature of @fastify/session by @bencoder in #234
- refactor: Optimize unused variables by @puzzle9 in #236
- Update tests to use node:test, remove tap by @bencoder in #235
- build(deps-dev): bump @sinonjs/fake-timers from 11.3.1 to 13.0.2 by @dependabot in #238
- chore: update fastify to ^5.0.0 by @Fdawgs in #239
New Contributors
Full Changelog: v8.0.0...v8.1.0
v8.0.0
What's Changed
- Merge
next
intomaster
by @jsumners in #226 - build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #227
- build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by @dependabot in #229
- chore: update min fastify version by @Fdawgs in #228
Full Changelog: v7.5.1...v8.0.0
v7.5.1
v7.5.0
v7.4.0
What's Changed
- Refine secret key handling for better flexibility and security by @JohanManders in #220
New Contributors
- @JohanManders made their first contribution in #220
Full Changelog: v7.3.0...v7.4.0
v7.3.0
⚠️ Security Release ⚠️
Fixes GHSA-9wwp-q7wq-jx35
What's Changed
- Update the file name of the key in README.md for consistency by @acro5piano in #215
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #221
New Contributors
- @acro5piano made their first contribution in #215
Full Changelog: v7.2.0...v7.3.0
v7.2.0
What's Changed
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #200
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #201 - chore: add
.gitattributes
file by @Fdawgs in #203 - chore(package): explicitly declare js module type by @Fdawgs in #205
- build(deps): bump fastify/workflows from 3 to 4 by @dependabot in #206
- Revert "build(deps): bump fastify/workflows from 3 to 4" by @jsumners in #207
- build(deps-dev): bump cookie from 0.5.0 to 0.6.0 by @dependabot in #208
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #210
- chore: replace
fastify.io
links withfastify.dev
by @Fdawgs in #212 - chore(.gitignore): add .tap/ dir by @Fdawgs in #213
- fix(type): set missing key expect error by @Gehbt in #214
New Contributors
Full Changelog: v7.1.0...v7.2.0
v7.1.0
v7.0.0
v6.2.0
What's Changed
- ci: only trigger on pushes to main branches by @Fdawgs in #188
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #189
- chore: use isArray and isBuffer by @is2ei in #191
- pass the secret to fastify cookie if directly registered by @gurgunday in #193
New Contributors
- @gurgunday made their first contribution in #193
Full Changelog: v6.1.0...v6.2.0