Skip to content

8.12.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 27 May 14:25
· 561 commits to master since this release

Included commits: 8.11.0...8.12.0

Improvements

  • Introduced StockConfig::isConditionalStockUpdateApplied(), which is used in stock update and can speed up the update process when enabled.
  • Adjusted execution of StockUpdateHandlerPluginInterface plugins so that they are executed now for products in batches with a configurable size.

Fixes

  • Fixed StockFacade:updateStock() so it does not run StockUpdateHandlerPluginInterface plugins when only the stock's name is changed and StockConfig::isConditionalStockUpdateApplied() is enabled. So it's possible now to quickly update the stock name with many assigned products without timeout errors.