Skip to content

Releases: spryker/product-page-search-extension

1.7.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 12 May 12:40

Included commits: 1.6.0...1.7.0

Improvements

  • Introduced ProductConcretePageDataExpanderPreloaderPluginInterface to allow concrete page data expander plugins to bulk-preload required data before the per-product expand loop, enabling queue processing optimizations.
  • Introduced ProductConcretePageMapExpanderPreLoaderPluginInterface to allow concrete page map expander plugins to bulk-preload required data before the per-product map-building loop.

1.6.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 11 Feb 13:42

Included commits: 1.5.0...1.6.0

Improvements

  • Introduced ProductConcreteCollectionFilterPluginInterface to provide capabilities to filter ProductConcrete transfers before storing to search.
  • Introduced ProductPageSearchCollectionFilterPluginInterface to provide capabilities to filter ProductAbstractStorage transfers before storing to search.

1.5.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 16 Jul 12:53

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

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 21 May 07:11

Included commits: 1.3.0...1.4.0

Improvements

  • Introduced ProductPageSearch transfer.
  • Introduced ProductPageDataExpanderInterface plugin to provide extension capabilities for ProductPageSearch transfer.

1.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 07 Jul 10:33

Included commits: 1.2.0...1.3.0

Improvements

  • Introduced ProductAbstractAddToCartPluginInterface that provides extension capabilities for product abstract Elasticsearch document.

1.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 09 Dec 14:50

Included commits: 1.1.0...1.2.0

Improvements

  • Introduced ProductAbstractMapExpanderPluginInterface.
  • Removed soft deprecation from PageMapBuilderInterface.

1.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 21 Dec 09:26

Included commits: 1.0.0...1.1.0

Improvements

  • Introduced ProductConcretePageMapExpanderPluginInterface.
  • Introduced ProductConcretePageDataExpanderPluginInterface.

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 24 Sep 14:32

Included commits: https://github.com/spryker/product-page-search-extension/tree/1.0.0

Initial Release

  • Added new interface for ProductPageSearch data loader plugins