Releases: fastify/fastify-cookie
Releases · fastify/fastify-cookie
v9.0.4
v9.0.3
v9.0.2
What's Changed
- use for loop instead of for...of by @gurgunday in #239
- Check if onSend ran and keep resetting the map by @gurgunday in #242
- perf: only clear map when it's populated by @gurgunday in #243
- perf: only call removeHeader when needed by @gurgunday in #244
Full Changelog: v9.0.1...v9.0.2
v9.0.1
v9.0.0
What's Changed
- fix(docs): msecs to seconds (#219) by @seia-soto in #220
- chore(deps-dev): bump sinon from 14.0.2 to 15.0.0 by @dependabot in #222
- chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #223
- chore(.gitignore): add clinic by @Fdawgs in #226
- chore(.gitignore): add bun lockfile by @Fdawgs in #228
- chore(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #229
- chore(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #230
- chore(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #231
- ci: only trigger on pushes to main branches by @Fdawgs in #232
- chore(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #233
- Fix typo from 'node' to 'none' in CookieSerializeOptions for sameSite attribute by @Mihai-MCW in #236
- Don't send the
Set-Cookie
header multiple times for the same cookie by @gurgunday in #237
New Contributors
- @seia-soto made their first contribution in #220
- @Mihai-MCW made their first contribution in #236
- @gurgunday made their first contribution in #237
Full Changelog: v8.3.0...v9.0.0
v8.3.0
v8.2.0
What's Changed
- chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #206
- test(types): remove unused imports by @Fdawgs in #210
- fix: Include parseOptions in the clearCookie function by @bartoszputek in #212
- chore(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #213
New Contributors
- @bartoszputek made their first contribution in #212
Full Changelog: v8.1.0...v8.2.0
v8.1.0
What's Changed
- fix lgtm alert. use randomBytes instead of hardcoded dummyHmac by @Uzlopak in #205
- feat: option disabling parsing in the onRequest phase by @vitaly-sazonov in #204
New Contributors
- @vitaly-sazonov made their first contribution in #204
Full Changelog: v8.0.0...v8.1.0