Skip to content

v0.50.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Feb 12:09
· 61 commits to main since this release
dda3f6e

Minor Changes

  • ef61335: 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 present null will be returned.