Releases: fastify/fastify-secure-session
Releases · fastify/fastify-secure-session
v8.2.0
What's Changed
- build(dependabot): reduce npm updates to monthly by @Fdawgs in #258
- chore: rename master to main by @Fdawgs in #259
- ci(ci): set job permissions by @Fdawgs in #261
- ci: set permissions at workflow level by @Fdawgs in #262
- ci: restore job level permissions by @Fdawgs in #263
- fix(index): touch() or set() should update cookie expiration by @andreialecu in #265
New Contributors
- @andreialecu made their first contribution in #265
Full Changelog: v8.1.1...v8.2.0
v8.1.1
What's Changed
- build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #240
- build(deps-dev): bump cookie from 0.6.0 to 0.7.2 by @dependabot in #242
- build(deps): bump @fastify/cookie from 10.0.1 to 11.0.1 by @dependabot in #244
- build(deps-dev): bump cookie from 0.7.2 to 1.0.1 by @dependabot in #243
- refactor(index): use
Object.hasOwn()
by @Fdawgs in #245 - style: remove trailing whitespace by @Fdawgs in #246
- Fastify v5 types by @mcollina in #248
- docs(readme): update ci badge syntax by @Fdawgs in #249
- build(deps-dev): replace standard with neostandard by @Fdawgs in #250
- build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #251
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #252
- build(deps-dev): bump @sinonjs/fake-timers from 13.0.5 to 14.0.0 by @dependabot in #253
- chore(package): add funding and contribs by @Fdawgs in #254
- refactor(index): prefix unused params with underscores by @Fdawgs in #255
- refactor(index): throw typeerror if checking type by @Fdawgs in #256
- docs(readme): spelling and grammar fixes by @Fdawgs in #257
Full Changelog: v8.1.0...v8.1.1
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