Skip to content

1.52.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 29 May 13:20
· 8 commits to master since this release

Included commits: 1.51.0...1.52.0

Improvements

  • Introduced ProductConcreteStorageSearchPlugin to serve concrete product search results from Redis storage via direct SKU lookup and abstract-product fallback, supporting removal of product concretes from the search index.
  • Introduced ProductConcreteSuggestionEnricherPlugin to enrich suggest search results with matching concrete product SKUs loaded from storage when product concretes are not indexed in the search engine.
  • Added spryker/catalog-extension: ^1.2.0 dependency to support the new storage-based search plugin interfaces.
  • Fixed ProductAbstractStorageReader::isProductInCurrentStore() to correctly bypass the store-map check when the unified store storage key is used.