Releases: spryker/product-storage
Releases · spryker/product-storage
1.50.0
1.49.0
Included commits: 1.48.0...1.49.0
Improvements
- Introduced static mapping cache with
generateCacheKey()inProductStorageDataMapperto avoid redundantProductViewTransfermapping computations across multiple widget renders within the same request. - Fixed duplicate computation of selected attributes in
AbstractProductViewTransferFinder::mapProductData().
1.48.0
Included commits: 1.47.0...1.48.0
Improvements
- Adjusted
ProductStorageClientso that it can get product data for a specific store. - Introduced plugins for checking product readiness.
1.47.0
Included commits: 1.46.0...1.47.0
Improvements
- Increased SynchronizationBehavior version dependency.
- Adjusted Storage Listener publishing logic to use bulk operations for product.
1.46.0
Included commits: 1.45.0...1.46.0
Improvements
- Introduced
HydrateEventsRequesttransfer. - Introduced
HydrateEventsResponsetransfer. - Added
ProductPageSearchToEventBehaviorFacadeInterface::hydrateEventDataTransfer()to dependencies. - Adjusted
AbstractProductConcreteStorageListenerso it uses filter logic based on event timestamp. - Adjusted
AbstractProductStorageListenerso it uses filter logic based on event timestamp. - Increased
spryker/event-behaviorversion dependency.
1.45.0
Included commits: 1.44.0...1.45.0
Improvements
- Introduced
ProductLocalizedAttributesProductAbstractWritePublisherPluginto publish product abstract data bySpyProductLocalizedAttributesentity events.
Adjustments
- Added
PublisherExtensionmodule to dependencies. - Increased
Kernelmodule version dependency.
1.44.0
Included commits: 1.43.0...1.44.0
Improvements
- Introduced
AbstractProductConcreteStorageListenerto avoid duplicate events with the same IDs for listener plugins. - Introduced
AbstractProductStorageListenerto avoid duplicate events with the same IDs for listener plugins.
1.43.0
Included commits: 1.42.0...1.43.0
Improvements
- Increased
SitemapExtensionmodule version dependency. - Introduced
ProductAbstractSitemapGeneratorDataProviderPluginplugin.
Deprecations
- Deprecated
ProductAbstractSitemapDataProviderPluginplugin.
1.42.0
Included commits: 1.41.0...1.42.0
Improvements
- Introduced
ProductAbstractSitemapDataProviderPluginplugin. - Introduced
SitemapUrltransfer.
1.41.0
Included commits: 1.40.2...1.41.0
Improvements
- Introduced
ProductView.abstractSkutransfer property. - Adjusted
ProductStorageClient::mapProductStorageData()to expand productView withabstractSku.