Skip to content

Releases: fastify/fastify-cookie

v9.3.1

18 Jan 04:11
79bed72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.3.0...v9.3.1

v9.3.0

14 Jan 20:35
9da96ea
Compare
Choose a tag to compare

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 with fastify.dev by @Fdawgs in #273

Full Changelog: v9.2.0...v9.3.0

v9.2.0

15 Nov 17:21
5f66b9a
Compare
Choose a tag to compare

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

20 Sep 06:58
9f88321
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.4...v9.1.0

v9.0.4

02 Aug 13:45
d942eb7
Compare
Choose a tag to compare

What's Changed

  • Fix support for response that does not set a cookie by @mcollina in #247

Full Changelog: v9.0.3...v9.0.4

v9.0.3

02 Aug 13:31
06ecb1d
Compare
Choose a tag to compare

What's Changed

  • Do not crash if responding from a previously-registered onRequest hook by @mcollina in #245

Full Changelog: v9.0.2...v9.0.3

v9.0.2

02 Aug 09:49
9449eb2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.1...v9.0.2

v9.0.1

01 Aug 11:59
d83e093
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

01 Aug 08:36
81c7330
Compare
Choose a tag to compare

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

Full Changelog: v8.3.0...v9.0.0

v8.3.0

25 Sep 08:23
d19b361
Compare
Choose a tag to compare

📚 PR:

  • feat: add support for Buffer secrets (#214) (#215)