Release Notes > 6.4.1
Webiny 6.4.1 Changelog
See what's new in Webiny version 6.4.1
For the full list of changes, check out the Webiny 6.4.1
release on GitHub.
Webhooks
ExportedcreateWebhookVerifyPayloadFrom@webiny/sdk/webhooks
The createWebhookVerifyPayload function is now exported from @webiny/sdk/webhooks. It was previously inaccessible, making it impossible to verify webhook payloads in API-only code.
It is intentionally not re-exported from the root @webiny/sdk barrel because it is API-only — the rest of the SDK is also safe to use in the browser and admin UI.