Releases: Nosto/nosto-magento2
Releases · Nosto/nosto-magento2
4.0.5
- Fix an issue where product cache table was not created during the upgrade
4.0.4
- Store cached Nosto product data as a base64 encoded string in database to avoid problems with character sets and collations
- Alter the type of cached product to be longtext to allow saving large product data sets
4.0.3
setup:upgrade
for the customer now saves only customer reference instead of the entire customer object
4.0.2
- Fix an issue where setup:upgrade could crash if customer migration is faulty
4.0.1
- Improve the detection of new orders by comparing also updated at and created at times
4.0.0
New features (performance improvements)
- Introduce cache for Nosto product data to speedup the product tagging added to the product pages
- Introduce Nosto product data change detection to avoid redundant API calls to Nosto
- Utilize bulk operations for product updates
- Add support for indexing in parallel mode
- Introduce caching for building product attribute values
- Introduce caching layer for building categories
Bug fixes and improvements
- Generate customer reference for all registered customers automatically during setup upgrade
- Cleanup the changelog database table after indexer run
- Prevent redundant full reindex on Nosto indexers when running
setup:upgrade
Removed features / functionalities
- Remove logic for sending cart updates to Nosto from server-side
3.10.5
- Disable editing and hide Nosto customer reference for registered customers in account edit view
4.0.0-rc6
- Introduce caching attribute service for looking up the product attribute values
- Introduce possibility to run the product data generation in a cron job
- Amend fixes from 3.10.2, 3.10.3 and 3.10.4
3.10.4
- Bump SDK version to 4.0.10 to fix OrderStatus Handlers throwing exceptions