Skip to content

Releases: kinde-oss/webhook

Release 1.3.0

27 May 05:11
8b7070d

Choose a tag to compare

What's Changed

Bug Fixes

  • decodeWebhook no longer throws on JWT validation network errors. If the token-validation fetch fails (e.g. a network/transport error), decodeWebhook now returns null instead of propagating the exception - consistent with how it already handled invalid tokens. (8edfaf8)

Dependencies

  • Update @kinde/jwt-decoder to ^0.2.0 (#24)
  • Update @kinde/jwt-validator to 0.4.1 (#25)

Maintenance & Tooling

  • Bump CI from Node 20 to 22 (85c081a)
  • Upgrade pnpm v8 to v11 (#33) and pnpm/action-setup to v6 (#34)
  • Upgrade Vite to v8 with a valid build target (#36, 4983289), and patch Vite v6 security advisory (#16)
  • Upgrade TypeScript to v6 (#31); switch module resolution from Node to Bundler (675176c)
  • Upgrade Vitest to v4 (#35), vite-plugin-dts to v5 (#32), @types/node to v24 (#30)
  • Update GitHub Actions: checkout v6 (#27), setup-node v6 (#28), cache v5 (#26), codecov-action v6 (#29)
  • Add Renovate configuration (#14)

Full Changelog: https://github.com/kinde-oss/webhooks/compare/1.2.0...1.3.0

Release 1.2.0

17 Mar 11:01

Choose a tag to compare

  • feat: add ip_address to user authenticated and user authentication failed payloads (353da29)

Release 1.1.0

16 Sep 19:43

Choose a tag to compare

  • feat: export types and add tests (a54a81e)
  • chore: exclude not build ts files from build (ecf5c55)
  • chore: prettier ignore readme (b4226cb)
  • fix: update UserEvent.roles type to match webhook structure (99be4f8)

Release 1.0.0

11 Jul 16:39

Choose a tag to compare

First release of @kinde/webhook

  • feat: add decodeWebhook method (39308a3)