Releases: nearform/fast-jwt
Releases · nearform/fast-jwt
v5.0.0
Breaking changes
This version supports Node 20 and above
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v4.0.5 by @optic-release-automation in #478
- chore(deps-dev): bump fastify from 4.28.1 to 5.0.0 by @dependabot in #483
- chore(deps-dev): bump cronometro from 3.0.2 to 4.0.0 by @dependabot in #495
- Chore/node test runner by @ilteoood in #502
- feat: deprecate use new crypto by @ilteoood in #508
- Chore/code improvements by @ilteoood in #509
- feat: LRU cache key by @ilteoood in #504
Full Changelog: v4.0.5...v5.0.0
v4.0.5
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v4.0.3 by @optic-release-automation in #473
- Extend JwtHeader to allow additional fields by @Akallabet in #476
- [OPTIC-RELEASE-AUTOMATION] release/v4.0.4 by @optic-release-automation in #477
New Contributors
- @Akallabet made their first contribution in #476
Full Changelog: v4.0.3...v4.0.5
v4.0.3
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v4.0.2 by @optic-release-automation in #455
- chore(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #460
- chore(deps-dev): bump @sinonjs/fake-timers from 11.3.1 to 13.0.1 by @dependabot in #470
- remove unnecessary import in declaration file by @ahmedissa in #471
New Contributors
- @ahmedissa made their first contribution in #471
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v4.0.1 by @optic-release-automation in #427
- chore(deps-dev): bump cronometro from 1.2.0 to 3.0.2 by @dependabot in #429
- chore(deps-dev): bump tsd from 0.29.0 to 0.31.0 by @dependabot in #430
- chore(deps-dev): bump @node-rs/jsonwebtoken from 0.2.3 to 0.5.6 by @dependabot in #433
- Add creating a certificate instructions to README by @samuelneff in #442
nbf
claim not used when passed on the payload (solve #453) by @JacopoPatroclo in #454
New Contributors
- @samuelneff made their first contribution in #442
- @JacopoPatroclo made their first contribution in #454
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v4.0.0 by @optic-release-automation in #424
- Remove upper version boundary for node by @kibertoad in #426
New Contributors
- @kibertoad made their first contribution in #426
Full Changelog: v4.0.0...v4.0.1
v4.0.0
BREAKING CHANGES
requiredClaims
now verifies that all provided claims are present in the token payload. Previously, non-default claims were not being verified.
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v3.3.3 by @optic-release-automation in #420
- fix: Ensure required claims applies to custom claims by @kieranm in #423
New Contributors
Full Changelog: v3.3.3...v4.0.0
v3.3.3
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v3.3.2 by @optic-release-automation in #410
- fix: check for RSA header before decoding public key by @karl-power in #415
New Contributors
- @karl-power made their first contribution in #415
Full Changelog: v3.3.2...v3.3.3
v3.3.2
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v3.3.1 by @optic-release-automation in #390
- fix: add missingRequiredClaim to TokenValidationErrorCode by @TimLehner in #403
- fix(typescript): fix typescript type DecodedJwt by @qoomon in #407
New Contributors
- @TimLehner made their first contribution in #403
- @qoomon made their first contribution in #407
Full Changelog: v3.3.1...v3.3.2
v3.3.1
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v3.3.0 by @optic-release-automation in #382
- fix: removed pre publish step by @williamlines in #385
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v3.2.0 by @optic-release-automation in #367
- chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #371
- chore: drop support for Node 14 by @simoneb in #378
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #375 - Allow expiresIn to be a string by @felixmosh in #376
New Contributors
- @Fdawgs made their first contribution in #375
- @felixmosh made their first contribution in #376
Full Changelog: v3.2.0...v3.3.0