saleor

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

BSD-3-CLAUSE License

Stars
20K
Committers
286

Bot releases are hidden (Show)

saleor - 3.19.70

Published by korycins 3 months ago

  • Fix generating payloads for order sync webhooks when they are triggered from async webhook resolvers - #16478 by @korycins
  • Fix create deliveries for subscription when circular error is raised - #16465 by @IKarbowiak
saleor - 3.20.8

Published by Air-t 3 months ago

  • Add checkoutTokens filter to orders query (#16402) (e56155a4c9) by @Air-t
  • Count total voucher usage instead of particular code usage (#16457) (e350eefe2c) by @zedzior
  • Disallow to change voucher usage limit setting when the voucher has been already used (#16460) (dec56e19a4) by @zedzior
  • Fix ENTIRE_ORDER voucher handler in draft orders. (#16390) (029b66b230) by @zedzior
  • Fix amount precision in transaction API (#16429) (104b61bfbb) by @IKarbowiak
saleor - 3.19.69

Published by Air-t 3 months ago

  • Add Order.checkout_token index (#16437) (859ef16107) by @Air-t
saleor - 3.19.68

Published by Air-t 3 months ago

  • Fix voucher total usage count. (#16456) (5516aa825f) by @zedzior
  • Disallow changing voucher usage limit setting when voucher has been already used. (#16413) (9304fd069b) by @zedzior
  • Fix ENTIRE_ORDER voucher handler in draft orders. (#16336) (3a3203c1eb) by @zedzior
  • Fix amount precision in transaction API (#16428) (3bd7a892fe) by @IKarbowiak
saleor - 3.18.61

Published by Air-t 3 months ago

  • Add checkoutTokens filter to orders query (#16401) (5eda689d13) by @Air-t
  • Fix amount precision in transaction API (#16427) (8a46176383) by @IKarbowiak
saleor - 3.17.55

Published by Air-t 3 months ago

  • Add checkoutTokens filter to orders query (#16400) (328cf7a874) by @Air-t
saleor - 3.16.59

Published by Air-t 3 months ago

  • Add checkoutTokens filter to orders query (#16399) (bc20069895) by @Air-t
saleor - 3.15.58

Published by Air-t 3 months ago

  • Add checkoutTokens filter to orders query (#16398) (b2fead30d0) by @Air-t
saleor - 3.14.83

Published by Air-t 3 months ago

  • Add checkoutTokens filter to orders query (#16397) (2cb03bdbd8) by @Air-t
  • Fix amount precision in transaction API (#16410) (1cc7211c85) by @IKarbowiak
  • Fix concurrent access to Checkout metadata (#16414) (89e5854bff) by @patrys
  • Include Saleor version and query name in error logs (#16346) (c802609ce1) by @tomaszszymanski129
saleor - 3.17.54

Published by kadewu 3 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.17.53...3.17.54

saleor - 3.16.58

Published by kadewu 3 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.16.57...3.16.58

saleor - 3.15.57

Published by kadewu 3 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.15.56...3.15.57

saleor - 3.18.60

Published by korycins 3 months ago

  • Fix not saving is_confirmed in customerBulkUpdate mutation (#16434) (cd2450b11b)
  • Fix empty payload in sync webhooks for checkout type (#16409) (1b0f9b0597)
  • Fix concurrent access to Checkout metadata ( #16418) (dc676fef71)
saleor - 3.19.67

Published by korycins 3 months ago

  • Fix not saving is_confirmed in customerBulkUpdate mutation (#16435) (cae0c65615)
  • Control webhook queue name based on protocol (#16395) (0eeeac624a)
  • Fix empty payload in sync webhooks for checkout type (#16408) (e131e2665f)
  • Fix concurrent access to Checkout metadata (#16419) (388a526096)
  • Fix CollectionsByProductIdLoader if collection is missing (#16326) (e126e75f53)
saleor - 3.20.7

Published by korycins 3 months ago

  • Fix not saving is_confirmed in customerBulkUpdate mutation (#16436) (ded61a1bf6)
  • Control webhook queue name based on protocol (#16396) (ad71bc2c9b)
  • Fix empty payload in sync webhooks for checkout type (#16407) (ff6ef47dde)
  • Fix concurrent access to Checkout metadata (#16420) (7da4918a97)
saleor - 3.20.6

Published by IKarbowiak 3 months ago

  • Fix failing migration task for setting undiscounted_base_shipping_price - #16405 by @IKarbowiak
saleor - 3.19.66

Published by IKarbowiak 3 months ago

  • Fix failing migration task for setting undiscounted_base_shipping_price - #16404 by @IKarbowiak
  • Add checkoutTokens filter to orders query - #16368 by @IKarbowiak
saleor - 3.20.5

Published by IKarbowiak 3 months ago

  • Add undiscounted_base_shipping_price to Order - #16324 by @IKarbowiak
saleor - 3.19.65

Published by IKarbowiak 3 months ago

  • Add undiscounted_base_shipping_price to Order - #16240 by @IKarbowiak
saleor - 3.19.64

Published by Air-t 3 months ago

  • Fix clean_manifest validation. (#16389) (c0d01c055c) by @Air-t