-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse schema version when processing saleor webhook #341
Conversation
🦋 Changeset detectedLatest commit: 9e3d0cc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Released snapshot build with Install it with pnpm add @saleor/app-sdk@0.49.1 |
Released snapshot build with Install it with pnpm add @saleor/app-sdk@0.0.0-pr-20240228150605 |
Released snapshot build with Install it with pnpm add @saleor/app-sdk@0.0.0-pr-20240229095552 |
|
Fix wrong logic introduced in 0.49.0: there is not header
saleor-schema-version
when app-sdk is processing saleor webhook. This header is only present on install request.Now app-sdk will try to parse version from
version
field on GraphQL subscription Event. If field is not presentnull
will be returned.