Skip to content

Releases: nearform/get-jwks

v11.0.3

29 Sep 16:04
b008b9c

Choose a tag to compare

What's Changed

  • fix: Remove undici package and use RequestInit global interface by @mattjw79 in #367

New Contributors

Full Changelog: v11.0.2...v11.0.3

v11.0.2

26 Sep 13:51
b935023

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v11.0.1 by @optic-release-automation[bot] in #347
  • chore(deps-dev): bump undici from 6.21.2 to 7.9.0 by @dependabot[bot] in #345
  • chore(deps-dev): bump undici from 7.9.0 to 7.10.0 by @dependabot[bot] in #348
  • chore(deps-dev): update nock requirement from ^v14.0.4 to ^v14.0.5 by @dependabot[bot] in #350
  • chore(deps-dev): bump sinon from 20.0.0 to 21.0.0 by @dependabot[bot] in #351
  • chore(deps-dev): bump @types/node from 22.15.32 to 24.0.3 by @dependabot[bot] in #352
  • chore(deps-dev): bump undici from 7.10.0 to 7.11.0 by @dependabot[bot] in #353
  • chore(deps-dev): bump undici from 7.11.0 to 7.12.0 by @dependabot[bot] in #354
  • chore(deps-dev): update nock requirement from ^v14.0.5 to ^v14.0.6 by @dependabot[bot] in #355
  • chore(deps-dev): update nock requirement from ^v14.0.6 to ^v14.0.7 by @dependabot[bot] in #356
  • chore(deps-dev): bump undici from 7.12.0 to 7.13.0 by @dependabot[bot] in #357
  • chore(deps-dev): update nock requirement from ^v14.0.7 to ^v14.0.8 by @dependabot[bot] in #358
  • chore(deps-dev): bump tsd from 0.32.0 to 0.33.0 by @dependabot[bot] in #359
  • chore(deps-dev): update nock requirement from ^v14.0.8 to ^v14.0.9 by @dependabot[bot] in #360
  • chore(deps-dev): bump undici from 7.13.0 to 7.15.0 by @dependabot[bot] in #361
  • chore(deps-dev): bump @fastify/jwt from 9.1.0 to 10.0.0 by @dependabot[bot] in #362
  • chore(deps-dev): update nock requirement from ^v14.0.9 to ^v14.0.10 by @dependabot[bot] in #363
  • chore: migrate to OIDC publishing for npm releases by @zibs in #364
  • chore(deps-dev): bump undici from 7.15.0 to 7.16.0 by @dependabot[bot] in #365

New Contributors

  • @zibs made their first contribution in #364

Full Changelog: v11.0.1...v11.0.2

v11.0.1

21 May 08:44

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v11.0.0 by @optic-release-automation in #331
  • Added issuersWhitelist to fast-jwt example by @msgadi in #332
  • chore(deps-dev): update nock requirement from ^v14.0.0-beta.19 to ^v14.0.0 by @dependabot in #334
  • chore(deps-dev): update nock requirement from ^v14.0.0 to ^v14.0.1 by @dependabot in #335
  • chore(deps-dev): bump fast-jwt from 5.0.6 to 6.0.0 by @dependabot in #337
  • chore(deps-dev): bump sinon from 19.0.5 to 20.0.0 by @dependabot in #338
  • chore(deps-dev): update nock requirement from ^v14.0.1 to ^v14.0.2 by @dependabot in #339
  • chore(deps-dev): update nock requirement from ^v14.0.2 to ^v14.0.3 by @dependabot in #340
  • fix: readme by @ilteoood in #342
  • chore(deps-dev): update nock requirement from ^v14.0.3 to ^v14.0.4 by @dependabot in #344
  • docs: varify -> verify by @ergusto in #346

New Contributors

Full Changelog: v11.0.0...v11.0.1

v11.0.0

12 Dec 11:10

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v10.0.0 by @optic-release-automation in #325
  • chore: upgrade deps by @ilteoood in #327
  • chore(deps-dev): update nock requirement from ^v14.0.0-beta.18 to ^v14.0.0-beta.19 by @dependabot in #328
  • BREAKING CHANGE : Removed re-expose LRUCache typings by @msgadi in #330

New Contributors

Full Changelog: v10.0.0...v11.0.0

v10.0.0

02 Dec 16:59

Choose a tag to compare

Breaking Changes

This version supports only Node.js 20+

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v9.0.2 by @optic-release-automation in #292
  • chore(deps): bump lru-cache from 10.4.3 to 11.0.0 by @dependabot in #295
  • chore(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #302
  • chore!: drop Node.js less than 20 by @simoneb in #310
  • chore(deps-dev): bump sinon from 18.0.1 to 19.0.2 by @dependabot in #311
  • BREAKING CHANGE: use fetch by @ilteoood in #322

Full Changelog: v9.0.2...v10.0.0

v9.0.2

24 Jun 15:24

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v9.0.1 by @optic-release-automation in #268
  • ci: build on node 20 by @simoneb in #269
  • chore(deps-dev): bump fast-jwt from 3.3.3 to 4.0.0 by @dependabot in #273
  • chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #277
  • chore(deps-dev): bump sinon from 17.0.2 to 18.0.0 by @dependabot in #283
  • fix: update types to work with ESM + TS by @jmjf in #291

New Contributors

  • @jmjf made their first contribution in #291

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

v9.0.1

18 Jan 14:14

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v9.0.0 by @optic-release-automation in #250
  • chore(deps-dev): bump sinon from 16.1.3 to 17.0.0 by @dependabot in #251
  • chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #253
  • chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #263
  • chore(deps-dev): bump @fastify/jwt from 7.2.4 to 8.0.0 by @dependabot in #266
  • export get-jwks.d.ts types by @qoomon in #267

New Contributors

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

v9.0.0

20 Oct 16:30

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v8.3.1 by @optic-release-automation in #241
  • chore: constants extraction and logic change by @ilteoood in #245
  • fix!: remove last allowedDomains reference by @jack-robson in #247

New Contributors

Full Changelog: v8.3.1...v9.0.0

v8.3.1

25 Sep 15:53

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v8.3.0 by @optic-release-automation in #232
  • chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #233
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #234
  • chore(deps-dev): bump sinon from 15.2.0 to 16.0.0 by @dependabot in #238
  • test: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #236

Full Changelog: v8.3.0...v8.3.1

v8.3.0

16 Aug 13:24

Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v8.2.0 by @optic-release-automation in #225
  • feat: Add user defined domain validation by @eugenio-oddone in #227
  • Update allowedDomains to issuersWhitelist by @eugenio-oddone in #229

New Contributors

Full Changelog: v8.2.0...v8.3.0