saleor

Saleor Core: the high performance, composable, headless commerce API.

BSD-3-CLAUSE License

Stars
20K
Committers
286

Bot releases are visible (Hide)

saleor - 3.7.1

Published by maarcingebala about 2 years ago

  • Revert loading apps with data loader #10181 (#10519) (65d48b224)
saleor - 3.7.0

Published by maarcingebala about 2 years 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

  • Hide Subscription type from Apollo Federation (#10439) by @patrys
  • Mark Webhook.secretKey as deprecated (#10436) by @patrys

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
saleor - 3.6.7

Published by maarcingebala about 2 years ago

  • Add ability to set tax config in Avalara plugin (#10499) by @mociepka
saleor - 3.6.6

Published by fowczarek about 2 years ago

  • Order discount is applied 2 times when any tax app/plugin is active. - #10483 by @fowczarek
  • Fix validation for multiple events defined in subscription query - #10482 by @jakubkuc
saleor - 3.2.8

Published by tomaszszymanski129 about 2 years ago

  • Fix typo in search vectors (#10486) (72c647a52)
saleor - 3.3.20

Published by tomaszszymanski129 about 2 years ago

  • Fix typo in search vectors (#10485) (2995254b1)
saleor - 3.4.17

Published by tomaszszymanski129 about 2 years ago

  • Fix search update migrations (#10476) (9c06deca3)
saleor - 3.5.13

Published by tomaszszymanski129 about 2 years ago

  • Fix search update migrations (#10475) (61ee98c31)
saleor - 3.6.5

Published by tomaszszymanski129 about 2 years ago

  • Fix search update migrations (#10474) (ed83ca375)
saleor - 3.6.4

Published by maarcingebala about 2 years ago

  • Use UUID instead of User ID in thumbnails (#10465, #10438) (9fc6257b7)
  • Add bcrypt password hasher (#10458) (ecae72d06)
  • Allow tracking number to be passed to orderFulfill (#10417) (a852d6933)
saleor - 3.5.12

Published by maarcingebala about 2 years ago

  • Fix returning values in JSONString scalar (#10124) (#10441) (c1c79c77b)
saleor - 3.5.11

Published by maarcingebala about 2 years ago

  • Prevent from flooding Celery worker with observability tasks #10205
  • Fix observability logging #10289
  • Add expiration time to observability buffer #10291
saleor - 3.1.18

Published by maarcingebala about 2 years ago

  • Fix assigning tax code to metadata (#10389) (dcdace8d9)
saleor - 3.2.7

Published by maarcingebala about 2 years ago

  • Fix assigning tax code to metadata (#10393) (62e5d3eed)
saleor - 3.3.19

Published by maarcingebala about 2 years ago

  • Fix assigning tax code to metadata (#10394) (a6747e1e1)
saleor - 3.4.16

Published by maarcingebala about 2 years ago

  • Fix saving too long error message by payment gateways (#10392) (d53ffcddb)
  • Fix assigning tax code to metadata (#10395) (be7699938)
saleor - 3.5.10

Published by maarcingebala about 2 years ago

  • Fix saving too long error message by payment gateways (#10392) (#10399) (7609fa897)
  • Fix assigning tax code to metadata (#10396) (cf21a53ad)
  • Fix the variant quantityAvailable for negative stocks (#10362) (e79ee63a9)
saleor - 3.6.3

Published by maarcingebala about 2 years ago

  • Fix saving too long error message by payment gateways (#10392) (#10401) (a9f90d60f)
  • Fix assigning tax code to metadata (#10397) (ee92cb523)
  • Fix thumbnail URL crash for ID of not existing instance (#10364) (476a3e2af)
  • Fix the variant quantityAvailable for negative stocks (#10365) (c75b67ffd)
saleor - 3.5.9

Published by maarcingebala about 2 years ago

  • Allow adding an item to the cart when there is a stock only in the Click & Collect warehouse (#10342) (3e28485aa)
saleor - 3.6.2

Published by maarcingebala about 2 years ago

  • Optimize update_products_discounted_prices_of_catalogues_task (#10371) (200c8eace)
  • Allow adding an item to the cart when there is stock only in the Click & Collect warehouse (#10367) (81d182b70)