saleor-app-sdk-REDIS_APL/.changeset/tender-news-do.md

12 lines
396 B
Markdown
Raw Normal View History

---
2023-09-06 07:46:26 +00:00
"@saleor/app-sdk": minor
---
Changed the "query" field in the AppManifest webhook to be required. Previously, this field was optional.
For subscription events, Saleor rejects webhooks without query, so this field was valid only with legacy non-subscription webhooks.
Now, the query is obligatory.
Warning: This can be a breaking change for some scenarios where legacy webhooks were used!