Releases: fastify/fastify-cookie
Releases · fastify/fastify-cookie
v11.0.1
What's Changed
- chore: remove redundant dependency, cookie-signature by @gurgunday in #305
Full Changelog: v11.0.0...v11.0.1
v11.0.0
What's Changed
- fastifyCookieClearCookie sets maxAge to zero by @aristofun in #304
- Use cookie package again by @blakeembrey in #302
New Contributors
- @aristofun made their first contribution in #304
- @blakeembrey made their first contribution in #302
Full Changelog: v10.0.1...v11.0.0
v10.0.1
What's Changed
- chore(deps-dev): bump sinon from 18.0.1 to 19.0.2 by @dependabot in #299
- chore: update fastify to ^5.0.0 by @Fdawgs in #300
Full Changelog: v10.0.0...v10.0.1
v10.0.0
What's Changed
- Merge
next
intomaster
by @jsumners in #291 - chore(deps-dev): bump tsd from 0.30.7 to 0.31.1 by @dependabot in #293
- chore(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #294
- chore: update min fastify version by @Fdawgs in #295
- chore(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in #296
Full Changelog: v9.4.0...v10.0.0
v9.4.0
What's Changed
- chore(.gitignore): add .tap/ dir by @Fdawgs in #278
- fix: use request.protocol to check for HTTPS by @mohd-akram in #282
- chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #283
- Add algorithm and security notice by @mcollina in #285
- Fix problematic type comments by @zetaraku in #284
- chore(deps-dev): bump sinon from 17.0.2 to 18.0.0 by @dependabot in #286
- fix(types): stricter types for unsigned cookies by @ojeytonwilliams in #292
New Contributors
- @mohd-akram made their first contribution in #282
- @zetaraku made their first contribution in #284
- @ojeytonwilliams made their first contribution in #292
Full Changelog: v9.3.1...v9.4.0
v9.3.1
v9.3.0
What's Changed
- export integrated cookie functionality by @Uzlopak in #263
- remove redundant isNaN check and add fast path for empty options by @gurgunday in #264
- chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #267
- refactor setCookies and remove istanbul ignore else by @gurgunday in #271
- cookie parse: add fast path by @gurgunday in #272
- docs(readme): replace
fastify.io
links withfastify.dev
by @Fdawgs in #273
Full Changelog: v9.2.0...v9.3.0
v9.2.0
What's Changed
- chore: add
.gitattributes
file by @Fdawgs in #255 - refactor(signer): add
u
unicode flag to regex by @Fdawgs in #256 - chore(deps-dev): bump sinon from 16.1.3 to 17.0.0 by @dependabot in #257
- chore(package): explicitly declare js module type by @Fdawgs in #258
- refactor(plugin): replace
typeof
undefined check by @Fdawgs in #259 - Go back to use our own cookie implementation by @mcollina in #260
- feat: add partitioned by @gurgunday in #261
Full Changelog: v9.1.0...v9.2.0
v9.1.0
What's Changed
- perf: don't initialize req.cookies before checking the header by @gurgunday in #248
- chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #249
- perf: use
node:
prefix for builtins by @gurgunday in #250 - chore(deps-dev): bump sinon from 15.2.0 to 16.0.0 by @dependabot in #252
- use named exports by @gurgunday in #254
Full Changelog: v9.0.4...v9.1.0