github saleor/saleor 3.7.0

latest releases: 3.19.35, 3.18.41, 3.17.43...
20 months ago

Welcome to the 3.7.0 release of Saleor!

Highlights

  • Add a new stock allocation strategy based on the order of warehouses within a channel - #10416 by @IKarbowiak
    • Add channelReorderWarehouses mutation to sort warehouses to set their priority
    • Extend the Channel type with the stockSettings field
    • Extend ChannelCreateInput and ChannelUpdateInput with stockSettings
  • Allow explicitly setting the name of a product variant - #10456 by @SzymJ
    • Added name parameter to the ProductVariantInput input

Breaking changes

  • Refactor warehouse mutations - #10239 by @IKarbowiak
    • Providing the value in shippingZone filed in WarehouseCreate mutation will raise a ValidationError.
      Use WarehouseShippingZoneAssign to assign shipping zones to a warehouse.

GraphQL API

Saleor Apps

  • Trigger the SALE_DELETED webhook when deleting sales in bulk (#10461) by @jakubkuc

Other changes

  • Add support for bcrypt password hashes - #10346 by @pkucmus
  • Add the ability to set taxes configuration per channel in the Avatax plugin - #10445 by @mociepka

Don't miss a new saleor release

NewReleases is sending notifications on new releases.