Highlights
We identified a performance regression affecting cart operations in the latest release. This issue resulted in slower response times for cart-related HTTP requests. The regression was caused by a change introduced to control concurrency in cart operations, which inadvertently impacted performance.
To address this issue, we have reverted the change, restoring cart operation performance to its previous state. To prevent similar issues in future releases, we are implementing regression tests as part of our release pipeline. These tests will help detect performance regressions early in the development process, ensuring a more stable and reliable experience.
We apologize for the inconvenience this may have caused for some applications.
Documentation
- docs: docs for next release by @shahednasser in #13303
- chore: fix release action of ui docs by @shahednasser in #13329
- docs: generate API reference for 2.10.0 by @shahednasser in #13330
- docs: added shipping option type injection zones by @shahednasser in #13332
- docs: update UI docs by @shahednasser in #13333
Chores
- chore(docs): Update version in documentation (automated) by @github-actions[bot] in #13327
- chore(docs): Generated DML JSON files (automated) by @github-actions[bot] in #13328
- chore: add since tag to shipping option type events by @shahednasser in #13331
- chore(core-flows): revert idempotent cart by @carlos-r-l-rodrigues in #13336
Full Changelog: v2.10.0...v2.10.1