For the full list of changes, check out the Webiny 6.4.1external link release on GitHub.

Webhooks
anchor

ExportedcreateWebhookVerifyPayloadFrom@webiny/sdk/webhooks
anchor

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.