Skip to content

Releases: fastify/fastify-request-context

v5.1.0

07 Jan 08:29
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump prettier from 2.8.8 to 3.0.0 by @dependabot in #161
  • build(deps-dev): bump eslint-plugin-prettier from 4.2.1 to 5.0.0 by @dependabot in #162
  • build(deps-dev): bump eslint-config-prettier from 8.10.0 to 9.0.0 by @dependabot in #163
  • build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #164
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #166
  • chore: add .gitattributes file by @Fdawgs in #167
  • fix linting by @Uzlopak in #168
  • test(internal): add missing use strict directives by @Fdawgs in #169
  • chore(package): explicitly declare js module type by @Fdawgs in #170
  • fix: change requestContextPlugin.spec.js status code from 204 to 200 by @alfonsograziano in #177
  • build(deps): bump actions/setup-node from 3 to 4 by @dependabot in #171
  • feat: added AsyncResource factory function option by @imjuni in #173

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.0

12 Jun 14:08
61157e2
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #146
  • chore(.gitignore): add clinic by @Fdawgs in #147
  • chore(.gitignore): add bun lockfile by @Fdawgs in #149
  • build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #150
  • build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #151
  • build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #152
  • ci: only trigger on pushes to main branches by @Fdawgs in #154
  • build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #155
  • defaultStoreValues() is sent the request by @voxpelli in #157
  • Stricter default context interface by @voxpelli in #160
  • Use vanilla AsyncLocalStorage instead of asynchronous-local-storage by @voxpelli in #158

New Contributors

Full Changelog: v4.2.0...v5.0.0

v4.2.0

05 Dec 09:32
1a8220d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

27 Oct 10:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v3.1.1

27 Oct 10:26
f22e6a8
Compare
Choose a tag to compare

Same as v3.0.0.

v4.0.0

13 May 15:18
46f4215
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0

27 Apr 15:30
8f5b0f7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...v3.0.0

2.2.0

04 Jun 12:21
Compare
Choose a tag to compare
  • TypeScript: Enable specifying interface for context data #48

2.1.3

15 Jan 01:02
Compare
Choose a tag to compare
  • Avoid emitting a deprecation warning for the decorator

2.1.1

28 Aug 07:40
Compare
Choose a tag to compare

Fix exported TypeScript type