v0.49.0
Minor Changes
- 53b8cdc: Parse the
saleor-schema-version
header and include the parsed version in the contexts ofcreateHandler
andwebhookFactory
. If the header is absent (Saleor version below 3.15), the version will default tonull
. This parsed version enables supporting multiple schemas in a single app, as outlined in the RFC.