Releases: fastify/fastify-bearer-auth
Releases · fastify/fastify-bearer-auth
v10.0.1
v10.0.0
What's Changed
- chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #180
- chore(deps): bump @fastify/error from 3.4.1 to 4.0.0 by @dependabot in #184
- Merge
next
intomaster
by @jsumners in #183 - perf: use spread over object.assign by @Fdawgs in #185
- chore(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #186
- chore(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by @dependabot in #188
- chore: update min fastify version by @Fdawgs in #187
Full Changelog: v9.4.0...v10.0.0
v9.4.0
What's Changed
- docs(readme): fix broken links; grammar tweaks by @Fdawgs in #174
- docs(readme): replace
fastify.io
links withfastify.dev
by @Fdawgs in #175 - chore(.gitignore): add .tap/ dir by @Fdawgs in #177
- fix: Use @fastify/error to create errors by @dancastillo in #179
Full Changelog: v9.3.0...v9.4.0
v9.3.0
v9.2.1
v9.2.0
What's Changed
- chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #166
- fix: validate authorization schema by @dancastillo in #167
New Contributors
- @dancastillo made their first contribution in #167
Full Changelog: v9.1.0...v9.2.0
v9.1.0
What's Changed
- chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #150
- chore(.gitignore): add clinic by @Fdawgs in #152
- chore(.gitignore): add bun lockfile by @Fdawgs in #153
- chore(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #154
- chore(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #155
- chore(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #156
- ci: only trigger on pushes to main branches by @Fdawgs in #157
- chore(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #158
- chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #159
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #160 - chore: add
.gitattributes
file by @Fdawgs in #162 - chore(package): explicitly declare js module type by @Fdawgs in #163
Full Changelog: v9.0.0...v9.1.0
v9.0.0
📚 PR:
- chore(deps): bump fastify-plugin from 3.0.1 to 4.0.0 (#142)
- ci: enable license checking (#143)
- chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#144)
- chore(deps-dev): bump @fastify/auth from 3.0.2 to 4.0.0 (#145)
- chore(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#146)
- remove internals, restructure (#149)
- nodenext compatiblity (#148)
v8.0.1
What's Changed
- ci: migrate to fastify reusable workflow by @Fdawgs in #135
- chore(.gitignore): use updated skeleton template by @Fdawgs in #136
- chore(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #137
- chore(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #138
- chore(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #139
- use Object.prototype.hasOwnProperty instead of Object.hasOwnProperty by @Uzlopak in #140
- disable package-lock generation by @Uzlopak in #141
⚠️ Correctly use crypto.timingSafeEqual, see GHSA-376v-xgjx-7mfr for more details
New Contributors
Full Changelog: v8.0.0...v8.0.1
v7.0.2
- Correctly use crypto.timingSafeEqual
Full Changelog: v7.0.1...v7.0.2