Releases: saleor/saleor
Releases · saleor/saleor
3.20.70
What's Changed
- Fix csv exporter for products by @korycins in #17324
- Ensure the status is refreshed in
CheckoutComplete
andOrderCreateFromCheckout
by @IKarbowiak in #17325 - Release 3.20.70 by @IKarbowiak in #17336
Full Changelog: 3.20.69...3.20.70
3.20.69
What's Changed
- Fix incorrect order for reordering collection products when sort_order is null by @korycins in #17283
- Remove reference cycle in Saleor context by @fowczarek in #17309
- Remove reference cycle in Django DB by @fowczarek in #17313
- Move source-service-name from HTTP to GraphQL span by @fowczarek in #17316
- Adjust order fulfillment by @IKarbowiak in #17300
- Remove reference cycle in gzip by @fowczarek in #17318
- Update test_create_transaction_event_message_limit_exceeded by @IKarbowiak in #17060
- Fix checkout order line creation in case of empty
ProductTranslation
by @IKarbowiak in #17319
Full Changelog: 3.20.68...3.20.69
3.20.68
What's Changed
- Add source.service.name span tag by @korycins in #17279
- Fix test-migrations-compatibility workflow by @IKarbowiak in #17288
- Remove reference cycles in Promise by @fowczarek in #17291
- Remove reference cycles in Authlib by @fowczarek in #17292
- Remove reference cycle in Asgiref Local by @fowczarek in #17293
- Add Source-Service-Name to the CORS handler by @korycins in #17303
- Release 3.20.68 by @korycins in #17304
Full Changelog: 3.20.67...3.20.68
3.18.73
- Fix checkout funds releasing task - #17235 by @IKarbowiak
3.17.66
- Fix checkout funds releasing task - #17236 by @IKarbowiak
3.16.66
- Fix checkout funds releasing task - #17237 by @IKarbowiak
3.20.67
What's Changed
- Fix incorrect tax rate returned by Avatax plugin by @korycins in #17252
- Fix duplicated checkout tests by @IKarbowiak in #17256
- Fix checkout funds releasing task by @IKarbowiak in #17233
- Fix test http client by @zedzior in #17270
- Fix missing currency in voucher discount objects by @zedzior in #17264
- Fix undiscounted price taxation inside an order calculations when the Avatax plugin is used by @zedzior in #17272
- Block
orderCreateFromCheckout
mutation when tax error occur by @zedzior in #17260 - Release 3.20.67 by @tomaszszymanski129 in #17278
Full Changelog: 3.20.66...3.20.67
3.19.94
- Block
orderCreateFromCheckout
mutation when tax error occur (#17259) (1a5a35d) - Fix undiscounted price taxation inside an order calculations when the Avatax plugin is used (#17271) (e9c662a)
- Fix missing currency in voucher discount objects (#17265) (9bdf01a)
- Fix checkout funds releasing task (#17234) (08cac84)
- Fix incorrect tax rate returned by Avatax plugin (#17251) (34a0287)
3.20.66
What's Changed
- Fix failing CORE_2118 e2e by @IKarbowiak in #17213
- Fix checkout
line.undiscountedTotalPrice
andline.undiscountedUnitPrice
calculations by @IKarbowiak in #17220 - Allow clearing the voucher code in case the voucher or voucher code is missing or inactive by @IKarbowiak in #17225
- Fix incorrect cursor returned when making a query with search input by @korycins in #17230
- Fix product sorting over collection order by @korycins in #17224
- Release 3.20.66 by @IKarbowiak in #17247
Full Changelog: 3.20.65...3.20.66
3.19.93
- Fix incorrect cursor returned when making a query with search input. - #17232 by @korycins
- Allow clearing the voucher code in case the voucher or voucher code is missing or inactive - #17219 by @IKarbowiak
- Fix checkout
line.undiscountedTotalPrice
andline.undiscountedUnitPrice
calculations - #17193 by @IKarbowiak - Fix
CORE_2118
e2e - #17214 by @IKarbowiak