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

Published by jakubkuc over 1 year ago

  • Fix stock events triggers (#11826) (e78f061a4)
  • Fix OIDC plugin crashing when given a JWT without an exp claim (#11814) (#11822) (c78e9fa73)
  • Fix createsuperuser command (#11810) (aea1448fd)
  • Remove preorders, discounts and addresses in clearorders command (#11813) (e5f5eb5a4)
saleor - 3.11.0

Published by maarcingebala over 1 year ago

Welcome to the 3.11 release of Saleor!

Highlights

Note: Features labeled with [Preview] can be subject to changes in the future.

  • Bulk mutations for creating and updating multiple product variants in one mutation call - #11392 by @SzymJ
  • Ability to run subscription webhooks in a dry-run mode - #11548 by @zedzior
  • Preview of new where filtering API which allows joining multiple filters with AND/OR operators; currently available only in the attributes query - #11737 by @IKarbowiak

GraphQL API

  • [Preview] Add productVariantBulkUpdate mutation - #11392 by @SzymJ
  • [Preview] Add new error handling policies in productVariantBulkCreate mutation - #11392 by @SzymJ
  • [Preview] Add webhookDryRun mutation - #11548 by @zedzior
  • [Preview] Add webhookTrigger mutation - #11687 by @zedzior
  • Fix adding an invalid label to meta fields - #11718 by @IKarbowiak
  • Add filter by checkoutToken to Query.orders. - #11689 by @kadewu
  • [Preview] Attribute filters improvement - #11737 by @IKarbowiak
    • introduce where option on attributes query
    • add search option on attributes query
    • deprecate product.variant field
    • deprecate the following Attribute fields: filterableInStorefront, storefrontSearchPosition, availableInGrid.

Other changes

  • Allow webhookCreate and webhookUpdate mutations to inherit events from query field - #11736 by @zedzior
  • Add new PRODUCT_VARIANT_STOCK_UPDATED event - #11665 by @jakubkuc
  • Disable websocket support by default in uvicorn worker configuration - #11785 by @NyanKiyoshi
saleor - 3.7.53

Published by maarcingebala over 1 year ago

  • Fix thumbnails keys (#11793) (53fbbf121)
  • Downgrade buildkit version in container image publisher CI (#11770) (79b3d98b1)
  • Fix incorrect payment captured amount for Adyen (#11711) (24d6a6abe)
  • Fix failing Adyen confirm (#11695) (cd943b794)
  • Fix missing PSP references for some Adyen payments (#11671) (525e4a66b)
  • Workaround for failing sphinxcontrib-applehelp dependency (#11683) (2ae1ad4bd)
saleor - 3.8.24

Published by maarcingebala over 1 year ago

  • Fix thumbnails size key error (#11775) (#11794) (c337f2432)
  • Downgrade buildkit version in container image publisher CI (#11771) (494d5589b)
  • Fix incorrect payment captured amount for Adyen (#11708) (b1e8593a3)
  • Fix failing Adyen confirm (#11694) (ca6957409)
  • Fix missing PSP references for some Adyen payments (#11672) (989e6fdad)
  • Workaround for failing sphinxcontrib-applehelp dependency (#11684) (738f7c34d)
saleor - 3.9.16

Published by IKarbowiak over 1 year ago

  • Fix issue with checkout complete for free shipping voucher without tax class - #11795 by @IKarbowiak
saleor - 3.10.2

Published by IKarbowiak over 1 year ago

  • Fix issue with checkout complete for free shipping voucher without tax class - #11788 by @IKarbowiak
  • Change thumbnails sizes keys to str - #11774 by @jakubkuc
  • Downgrade buildkit version in container image publisher CI - #11773 by @NyanKiyoshi
  • Delete warehouse reservations in clearorders command - by @cmiacz
saleor - 3.9.15

Published by maarcingebala almost 2 years ago

  • Delete warehouse reservations in clearorders command (#11747) (9b8247e61)
  • Change thumbnail sizes keys to string (#11754) (2db334439)
  • Downgrade buildkit version in container image publisher CI (#11772) (2a38d475f)
saleor - 3.1.44

Published by maarcingebala almost 2 years ago

  • Fix updating prices in confirmed order (#11762) (a0ad8c1b0)
  • Downgrade buildkit version in container image publisher CI (#11764) (1e9c32f3d)
  • Fix incorrect payment captured amount for Adyen (#11650) (10f1a7ab5)
  • Fix Adyen authorize notification handler that raises an unhandled exception (#11647) (7c80fb767)
saleor - 3.9.14

Published by kadewu almost 2 years ago

saleor - 3.10.1

Published by IKarbowiak almost 2 years ago

  • Fix failing mutations for swatch attributes - #11743 by @IKarbowiak
  • Fix media sort - #11741 by @kadewu
saleor - 3.9.13

Published by IKarbowiak almost 2 years ago

  • Fix failing mutations for swatch attributes - #11739 by @IKarbowiak
  • Add clearorders command - #11675 by @cmiacz
  • Fix incorrect payment captured amount for Adyen - #11709 by @korycins
  • Add sphinxcontrib-applehelp to test migration workflow - #11712 by @kadewu
  • Fix failing adyen confirm - #11693 by @korycins
  • Fix missing psp references for some adyen payments - #11673 by @korycins
  • Workaround for failing sphinxcontrib-applehelp dependency - #11685 by @korycins
saleor - 3.10.0

Published by maarcingebala almost 2 years ago

Welcome to the 3.10 release of Saleor!

GraphQL API

  • Add ability to filter and sort products of a category - #10917 by @yemeksepeti-cihankarluk, @ogunheper
    • Add filter argument to Category.products
    • Add sortBy argument to Category.products
  • Allow mutating objects, by newly added externalReference field, instead of Saleor-assigned ID. Apply to the following models:
    • Product
    • ProductVariant
    • Attribute
    • AttributeValue
    • Order
    • User
    • Warehouse
  • Extend invoice object types with Order references - #11505 by @przlada
    • Add Invoice.order field
    • Add InvoiceRequested.order, InvoiceDeleted.order and InvoiceSent.order fields
  • Add support for metadata for Address model - #11701 by @IKarbowiak

Other changes

  • Fix fetching the checkout.availableCollectionPoints - #11489 by @IKarbowiak
  • Move checkout metadata to separate model - #11264 by @jakubkuc
  • Add ability to set a custom Celery queue for async webhook - #11511 by @NyanKiyoshi
  • Remove CUSTOMER_UPDATED webhook trigger from address mutations - #11395 by @jakubkuc
  • Drop Django.Auth - #11305 by @fowczarek
  • Propagate voucher discount between checkout lines when charge_taxes is disabled - #11632 by @maarcingebala
  • Accept the gift card code provided in the input - by @mociepka
saleor - 3.1.43

Published by korycins almost 2 years ago

  • Workaround for failing sphinxcontrib-applehelp dependency (#11676) (d01e06aff4)
saleor - 3.1.42

Published by korycins almost 2 years ago

  • Fix missing psp references for some adyen payments (#11662) (f8a823479d)
saleor - 3.9.12

Published by maarcingebala almost 2 years ago

  • Change the calculation of checkout.total when taxes are disabled - (#11648) (#11651) (7d6a04b9f)
saleor - 3.9.11

Published by maarcingebala almost 2 years ago

  • Fix propagating voucher value when tax calculation is disabled (#11632) (#11640) (b7bbef9e2)
saleor - 3.9.9

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.9.8...3.9.9

saleor - 3.8.23

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.8.22...3.8.23

saleor - 3.7.52

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.7.51...3.7.52

saleor - 3.6.46

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.6.45...3.6.46