8.13.0
·
561 commits
to master
since this release
Included commits: 8.12.0...8.13.0
Improvements
- Introduced
Stock.shouldUpdateStockRelationsAsynctransfer field. - Introduced
EventEntitytransfer. - Introduced
Shared\StockConfig::STOCK_POST_UPDATE_STOCK_RELATIONS. - Introduced
Zed\StockConfig::getEventQueueName(). - Introduced
PostUpdateStockRelationsEventSubscriberto subscribe to theStock.stock.post_update_stock_relationsevent. - Introduced
PostUpdateStockRelationsEventListenerto handle theStock.stock.post_update_stock_relationsevent. - Added optional async handling to
StockFacade::updateStock()viaStock.shouldUpdateStockRelationsAsync, allowing stock relation updates to be processed via queue or synchronously for BC.
Adjustments:
- Added
Eventmodule to dependencies. - Increased
Kernelmodule version dependency. - Added
EventFacadeInterfaceto dependencies.