saleor

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

BSD-3-CLAUSE License

Stars
20K
Committers
286

Bot releases are visible (Hide)

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

saleor - 3.16.22

Published by wcislo-saleor 8 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.16.21...3.16.22

saleor - 3.17.21

Published by wcislo-saleor 8 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.17.20...3.17.21

saleor - 3.18.15

Published by wcislo-saleor 8 months ago

  • Fix setting invalid identifier (#15377) (1b6e04a3c9)
  • Make task's expiration date (time limit) configurable (536e772f63)
saleor - 3.18.14

Published by tomaszszymanski129 9 months ago

  • Add token field as optional argument to transaction mutations and query by @tomaszszymanski129 in #15367
  • Fix attributes save performance by @IKarbowiak in #15360
  • Call product prices calculation tasks in db transaction by @korycins in #15324
  • Provide default Sale.type when missing by @korycins in #15290
saleor - 3.17.20

Published by tomaszszymanski129 9 months ago

  • Add token field as optional argument to transaction mutations and query by @tomaszszymanski129 in #15366
  • Call product prices calculation tasks in db transaction by @korycins in #15271
  • Provide default Sale.type when missing by @korycins in #15268
saleor - 3.16.21

Published by tomaszszymanski129 9 months ago

  • Add token field as optional argument to transaction mutations and query by @tomaszszymanski129 in #15365
saleor - 3.15.25

Published by tomaszszymanski129 9 months ago

  • Add token field as optional argument to transaction mutations and query by @tomaszszymanski129 in #15362
saleor - 3.14.50

Published by tomaszszymanski129 9 months ago

  • Add token field as optional argument to transaction mutations and query by @tomaszszymanski129 in #15351
saleor - 3.14.49

Published by jakubkuc 9 months ago

  • Fix saving attribute values in order (#15269) (bdd95b9e14)
saleor - 3.18.13

Published by NyanKiyoshi 9 months ago

What's Changed

  • GHA: publish container images using GITHUB_TOKEN by @NyanKiyoshi in https://github.com/saleor/saleor/pull/15293
  • deps: update pillow, cryptography, jinja2 to latest by @NyanKiyoshi in https://github.com/saleor/saleor/pull/15300
    CVE fixes:
    • (cryptography) CVE-2023-49083: NULL-dereference when loading PKCS7 certificates.
    • (pillow) CVE-2023-50447: Arbitrary Code Execution in Pillow.
    • (pillow) No CVE: ImageFont.getmask: (2x) potential DoS.
    • (jinja2) CVE-2024-22195: vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter.
  • async webhooks: add extra data in failure logs by @NyanKiyoshi in https://github.com/saleor/saleor/pull/15311

Full Changelog: https://github.com/saleor/saleor/compare/3.18.12...3.18.13

saleor - 3.17.19

Published by NyanKiyoshi 9 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.17.18...3.17.19

saleor - 3.16.20

Published by NyanKiyoshi 9 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.16.19...3.16.20

saleor - 3.15.24

Published by NyanKiyoshi 9 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.15.23...3.15.24

saleor - 3.14.48

Published by NyanKiyoshi 9 months ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.14.47...3.14.48

saleor - 3.13.33

Published by NyanKiyoshi 9 months ago

Important: this is the last security update for 3.13

What's Changed

  • GHA: publish container images using GITHUB_TOKEN by @NyanKiyoshi in https://github.com/saleor/saleor/pull/15298
  • deps: update pillow, cryptography, jinja2 to latest by @NyanKiyoshi in https://github.com/saleor/saleor/pull/15305
    CVE fixes:
    • (cryptography) CVE-2023-49083: NULL-dereference when loading PKCS7 certificates.
    • (pillow) CVE-2023-50447: Arbitrary Code Execution in Pillow.
    • (pillow) No CVE: ImageFont.getmask: (2x) potential DoS.
    • (jinja2) CVE-2024-22195: vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter.

Full Changelog: https://github.com/saleor/saleor/compare/3.13.32...3.13.33

saleor - 3.12.37

Published by NyanKiyoshi 9 months ago

Important: this is the last security update for 3.12

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.12.36...3.12.37

saleor - 3.18.12

Published by korycins 9 months ago

  • Fix failing rounding on Weight (#15288) (f61cb99984)
  • Fix creating promotion rule without catalogue predicate (#15286) (35318db4bb)
  • Fix promotionCreate mutation to allow creating rules with no channels specified. (#15250) (3d22c4dd8e)