Releases: kinde-oss/webhook
Releases · kinde-oss/webhook
Release 1.3.0
What's Changed
Bug Fixes
decodeWebhookno longer throws on JWT validation network errors. If the token-validation fetch fails (e.g. a network/transport error),decodeWebhooknow returnsnullinstead of propagating the exception - consistent with how it already handled invalid tokens. (8edfaf8)
Dependencies
Maintenance & Tooling
- Bump CI from Node 20 to 22 (85c081a)
- Upgrade pnpm v8 to v11 (#33) and
pnpm/action-setupto 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
NodetoBundler(675176c) - Upgrade Vitest to v4 (#35),
vite-plugin-dtsto v5 (#32),@types/nodeto v24 (#30) - Update GitHub Actions:
checkoutv6 (#27),setup-nodev6 (#28),cachev5 (#26),codecov-actionv6 (#29) - Add Renovate configuration (#14)
Full Changelog: https://github.com/kinde-oss/webhooks/compare/1.2.0...1.3.0
Release 1.2.0
- feat: add ip_address to user authenticated and user authentication failed payloads (353da29)
Release 1.1.0
Release 1.0.0
First release of @kinde/webhook
- feat: add decodeWebhook method (39308a3)