Releases: spryker/product-page-search-extension
Releases · spryker/product-page-search-extension
Release list
1.7.0
Included commits: 1.6.0...1.7.0
Improvements
- Introduced
ProductConcretePageDataExpanderPreloaderPluginInterfaceto allow concrete page data expander plugins to bulk-preload required data before the per-product expand loop, enabling queue processing optimizations. - Introduced
ProductConcretePageMapExpanderPreLoaderPluginInterfaceto allow concrete page map expander plugins to bulk-preload required data before the per-product map-building loop.
1.6.0
Included commits: 1.5.0...1.6.0
Improvements
- Introduced
ProductConcreteCollectionFilterPluginInterfaceto provide capabilities to filterProductConcretetransfers before storing to search. - Introduced
ProductPageSearchCollectionFilterPluginInterfaceto provide capabilities to filterProductAbstractStoragetransfers before storing to search.
1.5.0
Included commits: 1.4.0...1.5.0
Improvements
- Introduced
ProductPageRefreshPluginInterfacethat returns the list of products that should be periodically refreshed in the Search.
1.4.0
Included commits: 1.3.0...1.4.0
Improvements
- Introduced
ProductPageSearchtransfer. - Introduced
ProductPageDataExpanderInterfaceplugin to provide extension capabilities forProductPageSearchtransfer.
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Introduced
ProductAbstractAddToCartPluginInterfacethat provides extension capabilities for product abstract Elasticsearch document.
1.2.0
Included commits: 1.1.0...1.2.0
Improvements
- Introduced
ProductAbstractMapExpanderPluginInterface. - Removed soft deprecation from
PageMapBuilderInterface.
1.1.0
Included commits: 1.0.0...1.1.0
Improvements
- Introduced
ProductConcretePageMapExpanderPluginInterface. - Introduced
ProductConcretePageDataExpanderPluginInterface.
1.0.0
Included commits: https://github.com/spryker/product-page-search-extension/tree/1.0.0
Initial Release
- Added new interface for ProductPageSearch data loader plugins