Skip to content

3.10.0

Compare
Choose a tag to compare
@maarcingebala maarcingebala released this 12 Jan 09:22
· 1336 commits to main since this release

Welcome to the 3.10 release of Saleor!

GraphQL API

  • Add ability to filter and sort products of a category - #10917 by @yemeksepeti-cihankarluk, @ogunheper
    • Add filter argument to Category.products
    • Add sortBy argument to Category.products
  • Allow mutating objects, by newly added externalReference field, instead of Saleor-assigned ID. Apply to the following models:
    • Product
    • ProductVariant
    • Attribute
    • AttributeValue
    • Order
    • User
    • Warehouse
  • Extend invoice object types with Order references - #11505 by @przlada
    • Add Invoice.order field
    • Add InvoiceRequested.order, InvoiceDeleted.order and InvoiceSent.order fields
  • Add support for metadata for Address model - #11701 by @IKarbowiak

Other changes