diff --git a/docs/release-notes/6.4.1/announcements/slack.md b/docs/release-notes/6.4.1/announcements/slack.md new file mode 100644 index 000000000..1306112bc --- /dev/null +++ b/docs/release-notes/6.4.1/announcements/slack.md @@ -0,0 +1,15 @@ +Hello @channel! :wave: + +Webiny 6.4.1 is out! :rocket: + +A quick patch release this time around. If you've been working with webhooks in API-only scenarios, you'll appreciate that we've made the payload verification helper accessible from the SDK. Previously this was tucked away and couldn't be imported directly — now it's right where you'd expect it. Check out the changelog to learn more. + +— + +As usual, the release notes can be found on the following links:point_down::skin-tone-2:: +Changelog: https://www.webiny.com/docs/release-notes/6.4.1/changelog +How To Upgrade: https://www.webiny.com/docs/release-notes/6.4.1/upgrade-guide + +— + +Small but mighty — back to building! :wrench: diff --git a/docs/release-notes/6.4.1/announcements/social.md b/docs/release-notes/6.4.1/announcements/social.md new file mode 100644 index 000000000..4bcf5fd47 --- /dev/null +++ b/docs/release-notes/6.4.1/announcements/social.md @@ -0,0 +1,9 @@ +Webiny 6.4.1 is now live 🚀 + +Highlights: +→ Webhook payload verification — `createWebhookVerifyPayload` is now exported from `@webiny/sdk/webhooks` for use in API-only code + +As always, full details in the release notes 👇 + +Changelog: https://www.webiny.com/docs/release-notes/6.4.1/changelog +Upgrade guide: https://www.webiny.com/docs/release-notes/6.4.1/upgrade-guide diff --git a/docs/release-notes/6.4.1/announcements/tweets.md b/docs/release-notes/6.4.1/announcements/tweets.md new file mode 100644 index 000000000..763da8901 --- /dev/null +++ b/docs/release-notes/6.4.1/announcements/tweets.md @@ -0,0 +1,3 @@ +Webhook payload verification just got easier. The createWebhookVerifyPayload function is now exported from @webiny/sdk/webhooks, so you can properly verify incoming webhook payloads in your API code. + +https://www.webiny.com/docs/release-notes/6.4.1/changelog