You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a51fc80: Upgrade the SDK webhook parsing to support webhook version '2024-09-18'.
Breaking Changes
If your Plain webhook target is on the legacy/unversioned version, the SDK will no longer be able to parse the webhook payload. You must update your webhook target to '2024-09-18'. Refer to our docs for more information and instructions on how to safely upgrade your webhook target.
Added
verifyPlainWebhook method to verify the webhook signature, with support for replay attack protection, and parse the webhook payload. Refer to the README for usage instructions.