Releases: fastify/fastify-request-context
Releases · fastify/fastify-request-context
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
next
intomaster
by @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
.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
- @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 therequest
by @voxpelli in #157- Stricter default context interface by @voxpelli in #160
- Use vanilla
AsyncLocalStorage
instead ofasynchronous-local-storage
by @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
v3.1.1
v4.0.0
What's Changed
- docs: update references to old fastify-* modules by @Fdawgs in #111
- build(deps-dev): bump typescript from 4.6.3 to 4.6.4 by @dependabot in #112
- build(deps-dev): bump husky from 7.0.4 to 8.0.1 by @dependabot in #113
- Updated to Fastify v4 by @mcollina in #114
New Contributors
Full Changelog: v3.0.0...v4.0.0
v3.0.0
What's Changed
- Bump typescript from 4.3.2 to 4.3.3 by @dependabot in #58
- Bump typescript from 4.3.3 to 4.3.4 by @dependabot in #59
- Bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #60
- Bump typescript from 4.3.4 to 4.3.5 by @dependabot in #61
- Bump husky from 6.0.0 to 7.0.0 by @dependabot in #62
- Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #63
- Bump @types/node from 15.14.1 to 16.0.0 by @dependabot in #64
- Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #65
- Bump actions/setup-node from 2.3.0 to 2.3.2 by @dependabot in #66
- Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #67
- Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #68
- Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #69
- Bump typescript from 4.3.5 to 4.4.2 by @dependabot in #70
- Bump eslint-plugin-prettier from 3.4.1 to 4.0.0 by @dependabot in #71
- Bump typescript from 4.4.2 to 4.4.3 by @dependabot in #72
- Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #73
- Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #74
- Bump eslint from 7.32.0 to 8.0.0 by @dependabot in #75
- Bump tsd from 0.17.0 to 0.18.0 by @dependabot in #77
- Bump typescript from 4.4.3 to 4.4.4 by @dependabot in #78
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #79
- Fix linting and bump dependencies by @kibertoad in #80
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #81
- Bump tsd from 0.18.0 to 0.19.0 by @dependabot in #82
- Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #83
- Bump typescript from 4.4.4 to 4.5.2 by @dependabot in #84
- build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #85
- Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #86
- refactor: prepare plugin for fastify 4.x by @darkgl0w in #87
- Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #88
- Bump typescript from 4.5.2 to 4.5.3 by @dependabot in #89
- Bump typescript from 4.5.3 to 4.5.4 by @dependabot in #91
- Bump @types/node from 16.11.14 to 17.0.0 by @dependabot in #94
- Update the README to clarify a scenario where a typed property in the context can unexpectedly be undefined by @silenceisgolden in #95
- Bump superagent from 6.1.0 to 7.0.0 by @dependabot in #96
- revert: add back
preParsing
hook related code by @darkgl0w in #97 - Bump typescript from 4.5.4 to 4.5.5 by @dependabot in #98
- build: reduce dependabot update frequency by @Fdawgs in #99
- build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 by @Fdawgs in #100
- build(deps-dev): bump pinst from 2.1.6 to 3.0.0 by @dependabot in #101
- build(deps): bump actions/setup-node from 2 to 3 by @dependabot in #102
- build(deps-dev): bump typescript from 4.5.5 to 4.6.2 by @dependabot in #104
- build(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #103
- build(deps-dev): bump typescript from 4.6.2 to 4.6.3 by @dependabot in #105
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #106
- build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #107
- build(deps-dev): bump jest from 27.5.1 to 28.0.0 by @dependabot in #109
- Rename module by @jsumners in #110
New Contributors
- @darkgl0w made their first contribution in #87
- @silenceisgolden made their first contribution in #95
- @jsumners made their first contribution in #110
Full Changelog: 2.2.0...v3.0.0