Skip to content

8.13.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 19 Jun 15:47
· 561 commits to master since this release

Included commits: 8.12.0...8.13.0

Improvements

  • Introduced Stock.shouldUpdateStockRelationsAsync transfer field.
  • Introduced EventEntity transfer.
  • Introduced Shared\StockConfig::STOCK_POST_UPDATE_STOCK_RELATIONS.
  • Introduced Zed\StockConfig::getEventQueueName().
  • Introduced PostUpdateStockRelationsEventSubscriber to subscribe to the Stock.stock.post_update_stock_relations event.
  • Introduced PostUpdateStockRelationsEventListener to handle the Stock.stock.post_update_stock_relations event.
  • Added optional async handling to StockFacade::updateStock() via Stock.shouldUpdateStockRelationsAsync, allowing stock relation updates to be processed via queue or synchronously for BC.

Adjustments:

  • Added Event module to dependencies.
  • Increased Kernel module version dependency.
  • Added EventFacadeInterface to dependencies.