Releases: Nosto/nosto-magento2
Releases · Nosto/nosto-magento2
7.2.3
7.2.2
7.2.1
- Add store filter to the DefaultCategoryService to generate categories for specific store
7.2.0
- Remove
nosto_product_sync.delete
message queue consumer
7.2.0-rc1
- Reset filters when building product collection for export
7.1.2
- Remove unreferred system configuration for enabling 'Indexer full reindex' for Nosto indexers
7.1.1
7.1.0
- Add category ids to product tagging
7.0.0
What's Changed
- Bump magento/framework to bump guzzle 6.5.8 by @supercid in #799
- Remove queue processor indexer. Now there is a single indexer, which simply sends product ID's to the message queue with an action to either update or delete products that will be consumed by SyncService by @supercid in #805
- Removing the indexer fixes an issue with duplicated rows, which caused the indexer to run multiple times for the same product
- Removing the indexer also fixes an out of memory issue when trying to index large catalogs
- Removing the indexer also fixes an issue with MassProductAttributeUpdate operations, which would cause the index queue to be over populated when indexer was on save mode
Full Changelog: 6.1.6...7.0.0-rc1