Highlights
Fixes a regression introduced in v2.8.0
In v2.8.0, we unintentionally introduced a regression that affected ordering products returned from the product module service. This broke workflows (e.g. updateProductsWorkflow
) that rely on consistent ordering for subsequent operations such as applying price updates. This release brings back the correct ordering behavior and resolves the issue.
We strongly recommend upgrading to v2.8.1 as soon as possible to avoid incorrect data.
Features
- feat: create CSV normalizer to normalize a CSV file by @thetutlage in #12396
Bugs
- fix(workflows-sdk): Miss match context usage within run as step by @adrien2p in #12449
- fix(index): query builder handle json array by @carlos-r-l-rodrigues in #12480
- fix: returned updates order in upsertWithReplace by @peterlgh7 in #12486
Documentation
- docs: tax provider updates for next release by @shahednasser in #12431
- docs: update read-only links by @shahednasser in #12468
- docs: fix client side error in references by @shahednasser in #12475
Chores
- chore(types,utils): add featureFlag and version tags by @shahednasser in #12464
- Chore/test runner improvements by @adrien2p in #12439
Full Changelog: v2.8.0...v2.8.1