v0.50.0
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 presentnull
will be returned.