Saleor v2.11.0-rc.1 Release Notes

Release Date: 2020-08-13 // over 3 years ago
  • ๐Ÿš€ Welcome to 2.11.0-rc.1 release of Saleor!

    ๐Ÿ”„ Changelog

    ๐Ÿ”‹ Features

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ”จ Refactor JWT support. When token expiration is enabled, these changes will require the storefront to handle invalid and expired tokens. - #5734, #5816 by @korycins
    • ๐Ÿ†• New logging setup will now output JSON logs in production mode for ease of feeding them into log collection systems like Logstash or CloudWatch Logs - #5699 by @patrys
    • Deprecate WebhookEventType.CHECKOUT_QUANTITY_CHANGED. It will be removed in Saleor 3.0 - #5837 by @korycins
    • โšก๏ธ Anonymize and update order and payment fields; drop PaymentSecureConfirm mutation, drop Payment type fields: extraData, billingAddress, billingEmail, drop gatewayResponse from Transaction type - #5926 by @IKarbowiak
    • Switch the HTTP stack from WSGI to ASGI based on Uvicorn - #5960 by @patrys

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix payment fields in order payload for webhooks - #5862 by @korycins
    • โž• Add our implementation of UUID scalar - #5646 by @koradon
    • ๐Ÿ›  Fix specific product voucher in draft orders - #5727 by @fowczarek
    • 0๏ธโƒฃ Explicit country assignment in default shipping zones - #5736 by @maarcingebala
    • โฌ‡๏ธ Drop json_content field from the Menu model - #5761 by @maarcingebala
    • Strip warehouse name in mutations - #5766 by @koradon
    • โž• Add missing order events during checkout flow - #5684 by @koradon
    • โšก๏ธ Update Google Merchant to get tax rate from plugin manager - #5823 by @gabmartinez
    • ๐Ÿ‘ Allow unicode in slug fields - #5877 by @IKarbowiak
    • ๐Ÿ›  Fix empty plugin object result after PluginUpdate mutation - #5968 by @gabmartinez