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

Published by NyanKiyoshi about 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.5.15...3.5.16

saleor - 3.6.11

Published by NyanKiyoshi about 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.6.10...3.6.11

saleor - 3.5.15

Published by fowczarek about 2 years ago

  • Fix checkout complete with click and collect without shipping address - #10625 by @fowczarek
  • Do not append the shipping data when price is zero and do not send the Avatax request when there is no lines - #10634 by @IKarbowiak
saleor - 3.6.10

Published by fowczarek about 2 years ago

  • Fix checkout complete with click and collect without shipping address - #10626 by @fowczarek
  • Do not append the shipping data when price is zero and do not send the Avatax request when there is no lines - #10623 by @IKarbowiak
saleor - 3.7.7

Published by fowczarek about 2 years ago

  • Fix checkout complete with click and collect without shipping address - #10618 by @fowczarek
saleor - 3.6.9

Published by fowczarek about 2 years ago

  • Fix base order total calculation with voucher - #10602 by @fowczarek
  • Fix failing attribute validations for empty values in AttributeValueInput - #10584 by @IKarbowiak
  • Fix failing Avatax order shipping calculations - #10568 by @IKarbowiak
  • Fix invalid content type of webp thumbnails when running on linux - #10567 by @GrzegorzKowalik
  • Log Python warning using JSON logging configuration - #10563 by @NyanKiyoshi
saleor - 3.7.6

Published by IKarbowiak about 2 years ago

  • Base calculation refactor - #10591, #10593 by @fowczarek
  • Fix failing attribute validations for empty values in AttributeValueInput - #10582 by @IKarbowiak
  • Fix failing Avatax order shipping calculations - #10562 by @IKarbowiak
saleor - 3.5.14

Published by IKarbowiak about 2 years ago

  • Fix failing attribute validations for empty values in AttributeValueInput - #10586 by @IKarbowiak
  • Fix failing Avatax order shipping calculations - #10569 by @IKarbowiak
  • Log Python warning using JSON logging configuration - #10563 by @NyanKiyoshi
saleor - 3.4.18

Published by IKarbowiak about 2 years ago

  • Fix failing attribute validations for empty values in AttributeValueInput - #10587 by @IKarbowiak
  • Fix failing Avatax order shipping calculations - #10570 by @IKarbowiak
saleor - 3.3.21

Published by IKarbowiak about 2 years ago

  • Fix failing attribute validations for empty values in AttributeValueInput - #10588 by @IKarbowiak
  • Fix failing Avatax order shipping calculations - #10571 by @IKarbowiak
saleor - 3.2.9

Published by IKarbowiak about 2 years ago

  • Fix failing attribute validations for empty values in AttributeValueInput - #10589 by @IKarbowiak
  • Fix failing Avatax order shipping calculations - #10572 by @IKarbowiak
saleor - 3.1.19

Published by IKarbowiak about 2 years ago

  • Fix failing attribute validations for empty values in AttributeValueInput - #10590 by @IKarbowiak
  • Fix failing Avatax order shipping calculations - #10573 by @IKarbowiak
saleor - 3.7.5

Published by fowczarek about 2 years ago

  • Fix base order total recalculation, voucher discount should be included only in subtotal - #10577 by @fowczarek
  • Fix invalid content type of webp thumbnails when running on linux - #10567 by @GrzegorzKowalik
saleor - 3.7.4

Published by fowczarek about 2 years ago

  • Fix order total calculations with voucher - #10564 by @fowczarek
  • Log Python warning using JSON logging configuration - #10563 by @NyanKiyoshi
saleor - 3.7.3

Published by jakubkuc about 2 years ago

  • Fix catalogue data fetching in SaleBulkDelete mutation (#10554) by @jakubkuc
saleor - 3.6.8

Published by IKarbowiak about 2 years ago

  • Add database router to fix false positives on relation mismatch - #10524 by @dekoza
  • Fix checkout line currency migration - #10540 by @fowczarek
saleor - 3.7.2

Published by IKarbowiak about 2 years ago

  • Fix checkout line currency migration - #10541 by @fowczarek
  • Add database router to fix false positives on relation mismatch - #10524 by @dekoza
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