Skip to content

Releases: fastify/fastify-bearer-auth

v10.0.1

22 Sep 09:01
1c125d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.0.1

v10.0.0

05 Sep 14:55
85fd6f0
Compare
Choose a tag to compare
v10.0.0 Pre-release
Pre-release

What's Changed

Full Changelog: v9.4.0...v10.0.0

v9.4.0

19 Mar 17:50
065955f
Compare
Choose a tag to compare

What's Changed

  • docs(readme): fix broken links; grammar tweaks by @Fdawgs in #174
  • docs(readme): replace fastify.io links with fastify.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

31 Dec 21:36
Compare
Choose a tag to compare

What's Changed

  • chore: add lint:fix npm script by @Uzlopak in #173
  • chore: improve index.js by @Uzlopak in #171
  • fix: allow string array as keys option by @Uzlopak in #170
  • feat: add specCompliance option, option to set case insensitive for bearerType by @Uzlopak in #172

Full Changelog: v9.2.1...v9.3.0

v9.2.1

28 Dec 19:58
Compare
Choose a tag to compare

What's Changed

  • Improve performance, fix bug in authorization schema by @Uzlopak in #168

Full Changelog: v9.2.0...v9.2.1

v9.2.0

27 Dec 22:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.1.0...v9.2.0

v9.1.0

15 Nov 17:31
2734238
Compare
Choose a tag to compare

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

01 Dec 07:53
6d2c33a
Compare
Choose a tag to compare

📚 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

13 Jul 09:32
697597a
Compare
Choose a tag to compare

What's Changed

⚠️ Security release: GHSA-376v-xgjx-7mfr ⚠️

  • 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

13 Jul 09:35
Compare
Choose a tag to compare

⚠️ Security release: GHSA-376v-xgjx-7mfr ⚠️

  • Correctly use crypto.timingSafeEqual

Full Changelog: v7.0.1...v7.0.2