Skip to content

Releases: saleor/saleor

3.19.47

12 Jun 09:24
Compare
Choose a tag to compare

Breaking changes

Prevent circular calls in sync events for order.discounts field (#16111) (c54543e)
This one disables Order.discounts field from subscription queries in sync webhooks. The field was prone to bug and could lead to recursion error.

Other changes

Throw a ValidationError on CheckoutRemovePromoCode mutation if code was not removed. (#16095) (11967b0)

3.19.46

07 Jun 10:30
Compare
Choose a tag to compare

3.18.48

07 Jun 10:30
Compare
Choose a tag to compare

3.17.48

07 Jun 10:30
Compare
Choose a tag to compare

3.16.52

07 Jun 10:29
Compare
Choose a tag to compare

3.15.51

07 Jun 10:29
Compare
Choose a tag to compare

3.14.77

07 Jun 10:29
Compare
Choose a tag to compare

3.19.45

06 Jun 10:33
Compare
Choose a tag to compare
  • Product dataloader optimizations (#16078) (5e09a41)
  • Fix KeyError when event_type is not present in the event dict (#16069) (61fe6a8)

3.18.47

06 Jun 10:36
Compare
Choose a tag to compare
  • Product dataloader optimizations (#16085) (fb97ec9)
  • Fix KeyError when event_type is present in the event dict (#16035) (#16068) (2fa6aa2)
  • Prevent performing both transaction and payment checkout process at the same time (#15971) (#16071) (32307ec)
  • Disallow to update checkout shipping method with mismatching currency (53f78bd)

3.19.44

04 Jun 14:49
Compare
Choose a tag to compare
  • Prevent performing both transaction and payment checkout process at the same time (#15971) (#16072) (44ffcf3)
  • Add more fields to external shipping method payload parsing (#15935) (887c0ab)
  • Fix issue with voucher on draft order when there is no user associated with draft order (#16048) (4a34d13)
  • Fix order predicate handlers (#16057) (1aade5f)
  • Merge pull request #16049 from saleor/SHOPX-645-price-quantize-zero-3.19 (2864ff1)
  • Merge pull request #16042 from saleor/SHOPX-671-transaction-id-validation (af317df)
  • Remove changelog entry (9219a06)
  • Use early return when discount_amount = 0 for webhook payload (3d40db5)
  • Fix error when discount_amount is 0 for taxes webhook payload (d11940f)
  • Fix error when discount_amount is 0 for taxes webhook payload (78fc52a)
  • Remove unused type-ignore (f754eec)
  • Add information to changelog (39edd61)
  • Validate type of id passed to transaction query (abdcb8c)