Releases: fastify/fastify-request-context
Releases · fastify/fastify-request-context
v7.0.0
What's Changed
- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by @dependabot[bot] in #226
- chore(.npmrc): ignore scripts by @Fdawgs in #227
- build(deps-dev): remove @fastify/pre-commit by @Fdawgs in #228
- ci(ci): add concurrency config by @Fdawgs in #229
- build(deps-dev): bump @types/node from 24.10.4 to 25.0.3 by @dependabot[bot] in #233
- chore(license): standardise license notice by @Fdawgs in #235
- build(deps-dev): bump c8 from 10.1.3 to 11.0.0 by @dependabot[bot] in #236
- build(deps-dev): bump eslint from 9.39.3 to 10.0.2 by @dependabot[bot] in #237
- chore: update plugin by @Tony133 in #234
- build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml from 5 to 6 by @dependabot[bot] in #238
- build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 by @dependabot[bot] in #240
- ci: add lock-threads workflow by @Fdawgs in #241
- refactor(types): migrate from tsd to tstyche by @Tony133 in #243
- chore: removed types and exports deprecated by @Tony133 in #245
New Contributors
Full Changelog: v6.2.1...v7.0.0
v6.2.1
What's Changed
- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot[bot] in #221
- chore(license): update date ranges; standardise style by @Fdawgs in #223
- build(deps-dev): bump @types/node from 22.15.34 to 24.0.8 by @dependabot[bot] in #224
- feat: add function name for hooks by @golopot in #225
New Contributors
- @golopot made their first contribution in #225
Full Changelog: v6.2.0...v6.2.1
v6.2.0
What's Changed
- ci(ci): set job permissions by @Fdawgs in #216
- docs(readme): update plugin version syntax by @Fdawgs in #217
- ci: set permissions at workflow level by @Fdawgs in #218
- ci: restore job level permissions by @Fdawgs in #219
- Add docs and types for exposing asyncLocalStorage instance by @dennemark in #220
New Contributors
- @dennemark made their first contribution in #220
Full Changelog: v6.1.0...v6.2.0
v6.1.0
What's Changed
- build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 by @dependabot in #209
- build(dependabot): reduce npm updates to monthly by @Fdawgs in #210
- chore: rename master to main by @Fdawgs in #212
- test: moved everything to node test runner by @ilteoood in #214
- feat: expose getStore() by @Eomm in #215
New Contributors
Full Changelog: v6.0.2...v6.1.0
v6.0.2
What's Changed
- chore: update fastify-plugin to ^5.0.0 by @Fdawgs in #197
- update readme for how it works by @trim21 in #198
- style: remove trailing whitespace by @Fdawgs in #199
- chore(package): add
bugsurl by @Fdawgs in #200 - fix: refactor requestContextPlugin.spec.js to use response headers by @shawshankkumar in #176
- perf: use
node:prefix to bypass require.cache call for builtins by @Fdawgs in #201 - types: use
node:prefix for builtins by @Fdawgs in #202 - chore(package): add funding by @Fdawgs in #204
- chore(readme): update references to deprecated name by @kblcuk in #205
- refactor: prefix unused params with underscores by @Fdawgs in #206
- ci(coverage): remove coveralls workflow by @Fdawgs in #207
- docs(readme): add compatibility table by @Fdawgs in #208
New Contributors
- @trim21 made their first contribution in #198
- @shawshankkumar made their first contribution in #176
- @kblcuk made their first contribution in #205
Full Changelog: v6.0.1...v6.0.2
v6.0.1
v6.0.0
What's Changed
- build(deps-dev): bump tsd from 0.29.0 to 0.30.3 by @dependabot in #179
- docs(readme): fix broken ci badge link by @Fdawgs in #180
- chore(.gitignore): add .tap/ dir by @Fdawgs in #181
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #183
- build(deps-dev): bump eslint from 8.57.0 to 9.0.0 by @dependabot in #184
- Merge
nextintomasterby @jsumners in #186 - build(deps): bump fastify/workflows from 4.1.0 to 4.2.1 by @dependabot in #187
- build(deps-dev): bump eslint from 8.57.0 to 9.6.0 by @dependabot in #188
- build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #189
- build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in #191
- build(deps-dev): bump superagent from 8.1.2 to 10.0.0 by @dependabot in #192
- chore: update min fastify version by @Fdawgs in #190
Full Changelog: v5.1.0...v6.0.0
v5.1.0
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
.gitattributesfile by @Fdawgs in #167 - fix linting by @Uzlopak in #168
- test(internal): add missing
use strictdirectives 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
AsyncResourcefactory function option by @imjuni in #173
New Contributors
- @alfonsograziano made their first contribution in #177
- @imjuni made their first contribution in #173
Full Changelog: v5.0.0...v5.1.0
v5.0.0
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 therequestby @voxpelli in #157- Stricter default context interface by @voxpelli in #160
- Use vanilla
AsyncLocalStorageinstead ofasynchronous-local-storageby @voxpelli in #158
New Contributors
Full Changelog: v4.2.0...v5.0.0
v4.2.0
What's Changed
- build(deps-dev): bump typescript from 4.8.4 to 4.9.3 by @dependabot in #139
- test: use
toBeUndefined()instead oftoBe(undefined)by @Fdawgs in #140 - use .taprc by @Uzlopak in #142
- disable package-lock generation by @Uzlopak in #141
- remove typescript by @Uzlopak in #144
- replace husky with pre-commit, remove redundant workflows by @Uzlopak in #143
- nodenext compatibility by @Uzlopak in #145
New Contributors
Full Changelog: v4.1.0...v4.2.0