Releases: Nosto/nosto-magento2
Releases · Nosto/nosto-magento2
3.10.3
3.10.2
- Fix an issue where the indexer page size was not set properly (Credit goes to Deepak Upadhyay)
4.0.0-rc5
3.10.1
4.0.0-rc4
3.10.0
- Speed-up SKU collection building by using native Magento method to fetch configurable product SKU's
- Speed-up category name building by using Magento's category collection
Credits also go to Ivan Chepurnyi for his performance improvement feedback
3.9.0
- Remove experimental category personalization features from the extension. These features will be available in a separate extension.
- Refactor order confirmations and order status updates to use new Graphql based services in PHP SDK
- Speedup the SKU price lookups significantly by fetching the prices directly from Magento's indexed price table (catalog_product_index_price)
4.0.0-rc3
3.8.8
4.0.0-rc2
- Add null checks for product data before trying to unserialize the data
- Check the memory consumption in indexers and exit gracefully if the process starts to run out of PHP memory limit
- Improve the error handling in product data generation