Releases: saleor/saleor
Releases · saleor/saleor
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
3.18.72
- Allow clearing the voucher code in case the voucher or voucher code is missing or inactive - #17227 by @IKarbowiak
- Fix
CORE_2118
e2e - #17215 by @IKarbowiak
3.17.65
- Allow clearing the voucher code in case the voucher or voucher code is missing or inactive - #17228. by @IKarbowiak
- Fix failing
CORE_2118
e2e - #17216 by @IKarbowiak