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

Published by Air-t 8 months ago

  • Revert "Add crit header to jwt/jws (#15435)" We have been aware of issues related to signature verifications (#15467) (3b9333578f)
  • Raise an error when product is empty in ProductVariantCreate mutation (#15450) (9ac29f5ad7)
saleor - 3.19.2

Published by IKarbowiak 8 months ago

  • Fix not setting search_document value for new customers created via OpenID - #15455 by @IKarbowiak
  • Raise an error when product is empty in ProductVariantCreate mutation - #15445 by @IKarbowiak
saleor - 3.18.17

Published by IKarbowiak 8 months ago

  • Fix not setting search_document value for new customers created via OpenID - #15454 by @IKarbowiak
  • Raise an error when product is empty in ProductVariantCreate mutation - #15446 by @IKarbowiak
saleor - 3.17.23

Published by IKarbowiak 8 months ago

  • Fix not setting search_document value for new customers created via OpenID - #15453 by @IKarbowiak
  • Raise an error when product is empty in ProductVariantCreate mutation - #15447 by @IKarbowiak
saleor - 3.16.25

Published by IKarbowiak 8 months ago

  • Fix setting search_document for new users created via OpenID - #15452 by @IKarbowiak
  • Raise an error when product is empty in ProductVariantCreate mutation - #15448 by @IKarbowiak
saleor - 3.15.29

Published by IKarbowiak 8 months ago

  • Fix not setting search_document value for new customers created via OpenID - #15451 by @IKarbowiak
  • Raise an error when product is empty in ProductVariantCreate mutation - #15449 by @IKarbowiak
saleor - 3.16.24

Published by Air-t 8 months ago

  • Add crit header to jwt/jws (#15437) (8756fdd789)
saleor - 3.15.28

Published by Air-t 8 months ago

  • Add crit header to jwt/jws (#15436) (b3af552008)
saleor - 3.14.54

Published by Air-t 8 months ago

  • Add crit header to jwt/jws (#15435) (ed1e32586a)
  • Fix not setting search_document value for new customers created via PpenID (#15432) (01a1e5c952)
saleor - 3.19.1

Published by Air-t 8 months ago

  • Add crit header to jwt/jws (#15440) (3c6016f7cd)
saleor - 3.18.16

Published by Air-t 8 months ago

  • Add crit header to jwt/jws (#15439) (baa8de6178)
  • Limit update webhook triggers (#15349) (030736fb6c)
saleor - 3.17.22

Published by Air-t 8 months ago

  • Add crit header to jwt/jws (#15438) (988a17f110)
saleor - 3.16.23

Published by Air-t 8 months ago

  • Add crit header to jwt/jws (#15437)
saleor - 3.15.27

Published by Air-t 8 months ago

  • Add crit header to jwt/jws (#15436)
saleor - 3.14.53

Published by Air-t 8 months ago

  • Add crit header to jwt/jws (#15435)
saleor - 3.14.52

Published by wcislo-saleor 8 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.14.51...3.14.52

saleor - 3.19.0

Published by zedzior 8 months ago

Welcome to Saleor 3.19 release!

Highlights

  • Introduce order promotion rules that allow applying discounts during checkout calculations when the checkout meets certain conditions. - #14696 by @IKarbowiak, @zedzior
  • Introduce gift reward as order promotion rule reward - #15259 by @zedzior, @IKarbowiak
  • New environment variable EVENT_PAYLOAD_DELETE_TASK_TIME_LIMIT to control time limit of delete_event_payloads_task - #15396 by @wcislo-saleor

Breaking changes

  • Drop OrderBulkCreateInput.voucher field. Use OrderBulkCreateInput.voucherCode instead. - #14553 by @zedzior
  • Add new type field to PromotionCreateInput, the field will be required from 3.20 - #14696 by @IKarbowiak, @zedzior
  • Do not stack promotion rules within the promotion. Only the best promotion rule will be applied within the promotion. Previously discounts from all rules within the promotion that gives the best discount were applied to the variant's price - #15309 by @korycins

GraphQL API

  • Add taxes to undiscounted prices - #14095 by @jakubkuc
  • Mark as deprecated: ordersTotal, reportProductSales and homepageEvents - #14806 by @8r2y5
  • Add identifier field to App graphql object. Identifier field is the same as Manifest.id field (explicit ID set by the app).

Other changes

  • Add missing descriptions to order module - #14845 by @DevilsAutumn
  • Unify how undiscounted prices are handled in orders and checkouts - #14780 by @jakubkuc
  • Drop demo - #14835 by @fowczarek
  • Add JSON serialization immediately after creating observability events to eliminate extra cPickle serialization and deserialization steps - #14992 by @przlada
  • Added caching of GraphQL documents for common queries to improve performance - #14843 by @patrys
  • Added VOUCHER_CODES_CREATED and VOUCHER_CODES_DELETED webhooks events. - #14652 by @SzymJ
  • Fixed validation for streetAddress1 or streetAddress2 are too long - #13973 by @sonbui00
  • Clear db leftovers after attribute refactor - #15372 by @IKarbowiak
  • Added possibility to break checkout/draft order completion: #15292 by @kadewu
    • Added new field Shop.availableTaxApps.
    • Added new input taxAppId for TaxConfigurationUpdateInput and TaxConfigurationPerCountryInput.
    • Added new field taxAppId in TaxConfiguration and TaxConfigurationPerCountry.
    • Added new input AppInput.identifier.
    • Added new parameter identifier for create_app command.
    • When taxAppId is provided for TaxConfiguration do not allow to finalize checkoutComplete or draftOrderComplete mutations if Tax App doesn't respond.
saleor - Order promotions

Published by zedzior 8 months ago

  • Introduce order promotion rules that allow applying discounts during checkout calculations when the checkout meets certain conditions. - #14696 by @IKarbowiak, @zedzior
  • Introduce gift reward as order promotion rule reward - #15259 by @zedzior, @IKarbowiak
  • New environment variable EVENT_PAYLOAD_DELETE_TASK_TIME_LIMIT to control time limit of delete_event_payloads_task - #15396 by @wcislo-saleor
saleor - 3.14.51

Published by wcislo-saleor 8 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.14.50...3.14.51

saleor - 3.15.26

Published by wcislo-saleor 8 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.15.25...3.15.26