Skip to content

v2.10.1: Fixes regression in performance for cart operations

Choose a tag to compare

@olivermrbl olivermrbl released this 28 Aug 21:02
· 511 commits to develop since this release

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

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