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

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.5.43...3.5.44

saleor - 3.4.41

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.4.40...3.4.41

saleor - 3.3.41

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.3.40...3.3.41

saleor - 3.2.28

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.2.27...3.2.28

saleor - 3.1.37

Published by NyanKiyoshi almost 2 years ago

What's Changed

Full Changelog: https://github.com/saleor/saleor/compare/3.1.36...3.1.37

saleor - 3.3.40

Published by IKarbowiak almost 2 years ago

  • Fix calculating order undiscounted_total price - #11404 by @IKarbowiak
saleor -

Published by 8r2y5 almost 2 years ago

  • Add plugin manager promise (#11413) by @8r2y5
saleor - 3.9.1

Published by IKarbowiak almost 2 years ago

  • Fix calculating order undiscounted_total price - #11408 by @IKarbowiak
saleor - 3.8.17

Published by IKarbowiak almost 2 years ago

  • Fix calculating order undiscounted_total price - #11397 by @IKarbowiak
saleor - 3.7.45

Published by IKarbowiak almost 2 years ago

  • Fix calculating order undiscounted_total price - #11398 by @IKarbowiak
saleor - 3.6.41

Published by IKarbowiak almost 2 years ago

  • Fix calculating order undiscounted_total price - #11401 by @IKarbowiak
saleor - 3.5.43

Published by IKarbowiak almost 2 years ago

  • Fix calculating order undiscounted_total price - #11402 by @IKarbowiak
saleor - 3.4.40

Published by IKarbowiak almost 2 years ago

  • Fix calculating order undiscounted_total price - #11403 by @IKarbowiak
saleor -

Published by 8r2y5 almost 2 years ago

Changelog:

  • Replace usage of load_plugin_manager with promise of plugin manager (#11391) by (@8r2y5)
saleor - 3.9.0

Published by maarcingebala almost 2 years ago

Welcome to the 3.9 release of Saleor!

Highlights

  • Flat tax rates - #9784 by @maarcingebala

Breaking changes

  • Drop Vatlayer plugin - #9784 by @maarcingebala
    • The following fields are no longer used:
      • Product.chargeTaxes - from now on, presence of Product.taxClass instance decides whether to charge taxes for a product. As a result, the "Charge Taxes" column in CSV product exports returns empty values.
      • Shop.chargeTaxesOnShipping - from now on, presence of ShippingMethod.taxClass decides whether to charge taxes for a shipping method.
      • Shop.includeTaxesInPrices, Shop.displayGrossPrices - configuration moved to Channel.taxConfiguration.
    • Removed the following plugin manager methods:
      • assign_tax_code_to_object_meta
      • apply_taxes_to_product
      • fetch_taxes_data
      • get_tax_rate_percentage_value
      • update_taxes_for_order_lines

GraphQL API

  • Add attribute field to AttributeValueTranslatableContent type - #11028 by @zedzior
  • Add new properties in the Product type - #10537 by @kadewu
    • Add new fields: Product.attribute, Product.variant
    • Add sortBy argument to Product.media
  • Allow assigning attribute value using its ID. Add to AttributeValueInput dedicated field for each input type - #11206 by @zedzior
  • Add new queries - #10537 by @kadewu
    • attribute - allow fetching the single attribute by slug
    • variant- allow fetching the single variant by the product variant id or sku
  • Allow sorting media of the product - #10537 by @kadewu
  • Allow assigning attribute value using its ID. Add to AttributeValueInput dedicated field for each input type. #11206 by @zedzior

Saleor Apps

  • Include fully qualified API URL Saleor-Api-Url in communication with Apps. #11223 by @przlada
  • Add metadata on order line payload notifications. #10954 by @CarlesLopezMagem

Other changes

  • Re-enable 5 minute database connection persistence by default - #11074 + #11100 by @NyanKiyoshi
    • Set DB_CONN_MAX_AGE=0 to disable this behavior (adds overhead to requests)
  • Bump cryptography to 38.0.3: use OpenSSL 3.0.7 - #11126 by @NyanKiyoshi
  • Include fully qualified API URL Saleor-Api-Url in communication with Apps - #11223 by @przlada
  • Make email authentication case-insensitive. #11284 by @zedzior
  • Fix the observability reporter to obfuscate URLs. #11282 by @przlada
  • Add exif image validation - #11224 by @IKarbowiak
  • Add HTTP headers filtering to observability reporter. #11285 by @przlada
saleor - 3.6.40

Published by IKarbowiak almost 2 years ago

  • Fix invalid get_product_image_thumbnail email helper - #11387 by @IKarbowiak
saleor - 3.7.44

Published by IKarbowiak almost 2 years ago

  • Fix invalid get_product_image_thumbnail email helper - #11386 by @IKarbowiak
saleor - 3.8.15

Published by IKarbowiak almost 2 years ago

  • Fix typo in admin email templates - #11377 by @IKarbowiak
  • Fix invalid get_product_image_thumbnail email helper - #11385 by @IKarbowiak
saleor - 3.9.0-a.2

Published by korycins almost 2 years ago

  • Add default tax calculation strategy (#11375) (48b54b85a9)
  • Fix failing save on stripe plugin (#11362) (36ae830f12)
  • Fix product availability (#11355) (a0e9b15b8c)
saleor - 3.8.14

Published by korycins almost 2 years ago

  • Fix failing save on stripe plugin (#11371) (8c2397c127)
  • Fix cleaning manifest data during app instalation (#11339) (db635d6169)