Skip to content

Releases: fastify/fastify-jwt

v10.0.0

13 Aug 07:44

Choose a tag to compare

What's Changed

Breaking changes

build(deps): bump fast-jwt from 5.0.6 to 6.0.1 (#374)

Please see https://github.com/nearform/fast-jwt/releases/tag/v6.0.0 for details on how it might affect you.

Other

chore(license): update date ranges; standardise style (#379)

v9.1.0

14 Mar 17:30

Choose a tag to compare

What's Changed

  • test: migrate to node test runner by @ilteoood in #367
  • ci(ci): set job permissions by @Fdawgs in #370
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #371
  • fix: capture missingRequiredClaim errors and map to 401 by @frederikprijck in #369

New Contributors

Full Changelog: v9.0.4...v9.1.0

v9.0.4

09 Feb 13:49

Choose a tag to compare

What's Changed

  • perf: Improve performance by caching verifier (#360)

Full Changelog: v9.0.3...v9.0.4

v9.0.3

11 Jan 12:38
v9.0.3
e9ee4b9

Choose a tag to compare

What's Changed

  • chore(package): add funding and contribs by @Fdawgs in #357
  • perf: use optional chaining by @Fdawgs in #359
  • refactor: prefix unused params with underscores by @Fdawgs in #361
  • docs(readme): spelling and grammar fixes by @Fdawgs in #362

Full Changelog: v9.0.2...v9.0.3

v9.0.2

14 Dec 08:35
6e55f99

Choose a tag to compare

What's Changed

  • build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #349
  • docs: update readme to clarify fastify version compatibility by @simoneb in #350
  • build(deps-dev): bump @fastify/cookie from 10.0.1 to 11.0.1 by @dependabot in #351
  • fix: Async key provider and errors should be resolved internally -- dynamic JWTs in tests by @jmjf in #338
  • style: remove trailing whitespace by @Fdawgs in #352
  • build(deps): bump fast-jwt from 4.0.6 to 5.0.0 by @dependabot in #353
  • docs(readme): update ci badge syntax by @Fdawgs in #354

New Contributors

  • @jmjf made their first contribution in #338

Full Changelog: v9.0.1...v9.0.2

v9.0.1

22 Sep 09:20
db719f0

Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

05 Sep 09:54
d9b2b1a

Choose a tag to compare

v9.0.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 8.0.1...v9.0.0

v8.0.1

04 May 13:56

Choose a tag to compare

What's Changed

  • Node 22 no longer logging an unsupported version warning
  • docs(readme): fix broken links (#326)
  • chore(.gitignore): add .tap/ dir (#327)
  • build(deps): bump fast-jwt from 3.3.3 to 4.0.0 (#330)
  • build(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#333)

Full Changelog: v8.0.0...v8.0.1

v8.0.0

07 Jan 17:36

Choose a tag to compare

What's Changed

Full Changelog: v7.2.4...v8.0.0

v7.2.4

22 Nov 08:46
6ab9ddb

Choose a tag to compare

📚 PR:

  • Bump fast-jwt