Saleor v3.1.2 Release Notes

  • 💥 Breaking changes

    • Require MANAGE_ORDERS permission in User.orders query (#9128) (521dfd639)
      • only staff with manage orders and can fetch customer orders
      • the customer can fetch his own orders, except drafts

    Other changes

    • 🛠 Fix failing on_failure export tasks method (#9160) (efab6db9d)
    • 🛠 Fix mutations breaks on partially invalid IDs (#9227) (e3b6df2eb)
    • 🛠 Fix voucher migrations (#9249) (3c565ba0c)
    • List the missing permissions where possible (#9250) (f8df1aa0d)
    • Invalidate stocks dataloader (#9188) (e2366a5e6)
    • Override graphene.JSONString to have more meaningful message in error message (#9171) (2a0c5a71a)
    • 🛠 Small schema fixes (#9224) (932e64808)
    • 👌 Support Braintree subaccounts (#9191) (035bf705c)
    • Split checkout mutations into separate files (#9266) (1d37b0aa3)