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.17.51

Published by tomaszszymanski129 3 months ago

  • Ensure order status progress with confirmation and transactions API - #16256 by @tomaszszymanski129
  • Add separated queues for Order and Checkout events - #16264 by @tomaszszymanski129
  • Resolve country when adding an order line to order with no shipping address - #16205 by @zedzior
saleor - 3.16.55

Published by tomaszszymanski129 3 months ago

  • Ensure order status progress with confirmation and transactions API - #16257 by @tomaszszymanski129
  • Add separated queues for Order and Checkout events - #16263 by @tomaszszymanski129
  • Resolve country when adding an order line to order with no shipping address #16206 - by @zedzior
saleor - 3.15.54

Published by tomaszszymanski129 3 months ago

  • Ensure order status progress with confirmation and transactions API - #16258 by @tomaszszymanski129
  • Add separated queues for Order and Checkout events - #16252 by @tomaszszymanski129
  • Resolve country when adding an order line to order with no shipping address - #16207 by @zedzior
saleor - 3.14.80

Published by tomaszszymanski129 3 months ago

  • Ensure order status progress with confirmation and transactions API - #16259 by @tomaszszymanski129
  • Drop reduntant logs - #16235 by @IKarbowiak
  • Resolve country when adding an order line to order with no shipping address - #16208 by @zedzior
saleor - 3.19.59

Published by zedzior 3 months ago

  • Implement login throttling (#16261) (98703d644e)
saleor - 3.19.58

Published by maarcingebala 4 months ago

  • Optimize SQL queries for fetching product variants (#16260) (000cdbb91d)
  • Ensure order status progress with confirmation and transactions API (#16244) (fc59b8f3da)
saleor - 3.18.56

Published by maarcingebala 4 months ago

  • Optimize SQL queries for fetching product variants (#16154) (68958d9762)
saleor - 3.19.57

Published by korycins 4 months ago

  • Add threshold when updating user.last_login field for tokenCreate and tokenRefresh mutations (#16246) (d83650f069)
saleor - 3.18.55

Published by korycins 4 months ago

  • Add threshold when updating user.last_login field for tokenCreate and tokenRefresh mutations (#16247) (3e77fb904f)
saleor - 3.19.56

Published by korycins 4 months ago

  • Resolve country when adding an order line to order with no shipping address (#16203) (0f46c9acec)
  • Add custom datetime scalar (#16216) (6f8de6b5c1)
saleor - 3.18.54

Published by korycins 4 months ago

  • Resolve country when adding an order line to order with no shipping address (#16204) (71c4770671)
  • Add custom datetime scalar (#16215) (1f3ffbc4dd)
saleor - 3.19.55

Published by IKarbowiak 4 months ago

  • Update price calculations for 0 custom price, ensure that discount amount is 0 for such cases - #16218 by @IKarbowiak
saleor - 3.18.53

Published by maarcingebala 4 months ago

  • Add index for OrderEvent.type field to speed up filtering by type - #16192 by @maarcingebala
  • Add index by (category_id, slug) to Product table - #16183 by @maarcingebala
saleor - 3.19.54

Published by IKarbowiak 4 months ago

  • Fix catalogue discount application on custom price in checkout and draft orders - #16191 by @IKarbowiak
  • Fix applying SPECIFIC_PRODUCT and apply_once_per_order voucher on draft orders - #16153 by @IKarbowiak
  • Add index by type for OrderEvent model - #16195 by @maarcingebala
  • Add index by (category_id, slug) to Product model - #16193 by @maarcingebala
saleor - 3.19.53

Published by korycins 4 months ago

Breaking changes

  • Require MANAGE_ORDERS permission when fetching order details order(externalReference: String) (#16185) (b59f008348)
    Query like this:
{
  order(externalReference:"ASS-12345"){
    id
  }
}

will raise PermissionDenied, when MANAGE_ORDERS permission is missing.

saleor - 3.14.79

Published by zedzior 4 months ago

  • Refactor channel by order/checkout line loaders (#16169) (c9cb0182a8)
  • Cache JWT manager so it's not reimported dynamically (766b702d3c)
  • Fix failing products boolean filter (#16150) (6cfa381e83)
saleor - 3.15.53

Published by zedzior 4 months ago

  • Refactor channel by order/checkout line loaders (#16170) (d28594ee6d)
  • Add validator for required field name in attribute bulk mutations (#16179) (f91fa3b0e5)
  • Cache JWT manager so it's not reimported dynamically (ea2b137b45)
  • Fix failing products boolean filter (#16149) (f6638e385d)
saleor - 3.16.54

Published by zedzior 4 months ago

  • Refactor channel by order/checkout line loaders (#16171) (861cd5e118)
  • Add validator for required field name in attribute bulk mutations (#16178) (054f427b31)
  • Cache JWT manager so it's not reimported dynamically (ee799606a9)
  • Fix failing products boolean filter (#16148) (c2f778533a)
saleor - 3.17.50

Published by zedzior 4 months ago

  • Refactor channel by order/checkout line loaders (#16172) (1b4ca573e3)
  • Add validator for required field name in attribute bulk mutations (#16177) (19807689ea)
  • Cache JWT manager so it's not reimported dynamically (d278d321ce)
  • Fix failing products boolean filter (#16147) (6ac842f824)
saleor - 3.18.52

Published by zedzior 4 months ago

  • Refactor channel by order/checkout line loaders (#16173) (d2c29e18e7)
  • Add validator for required field name in attribute bulk mutations (#16176) (51a9bd0b7e)
  • Cache JWT manager so it's not reimported dynamically (c5a952542e)
  • Fix failing products boolean filter (#16151) (0184cdeb08)