Releases: fastify/fastify-request-context
Releases · fastify/fastify-request-context
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
v4.1.0
What's Changed
- ci: migrate to reusable workflow by @Fdawgs in #115
- build(deps-dev): bump typescript from 4.6.4 to 4.7.2 by @dependabot in #116
- build(deps-dev): bump typescript from 4.7.2 to 4.7.3 by @dependabot in #117
- chore(.gitignore): use updated skeleton template by @Fdawgs in #118
- build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #119
- build(deps-dev): bump typescript from 4.7.3 to 4.7.4 by @dependabot in #120
- build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #121
- build(deps-dev): bump superagent from 7.1.6 to 8.0.0 by @dependabot in #122
- build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #123
- build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #124
- ci: enable license checking by @Fdawgs in #126
- docs(readme): replace use of deprecated variadic
listen()by @Fdawgs in #127 - build(deps-dev): bump typescript from 4.7.4 to 4.8.2 by @dependabot in #128
- build(deps-dev): bump jest from 28.1.3 to 29.0.1 by @dependabot in #130
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #129
- test: remove middie usage by @Fdawgs in #131
- chore(.husky): shell path and arg updates by @Fdawgs in #132
- build(deps-dev): bump typescript from 4.8.2 to 4.8.3 by @dependabot in #133
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #134
- build(deps-dev): bump typescript from 4.8.3 to 4.8.4 by @dependabot in #135
- #136 defaultStoreValues can be set as function by @gbalcewicz in #137
New Contributors
- @gbalcewicz made their first contribution in #137
Full Changelog: v4.0.0...v4.1.0