Skip to content

Releases: Nosto/nosto-magento2

3.10.3

02 Jan 09:06
72dd885
Compare
Choose a tag to compare
  • Fix an issue where product URL contains the category breadcrumbs if shortest URL is not the first entry in the database table

3.10.2

03 Dec 11:11
8331943
Compare
Choose a tag to compare
  • Fix an issue where the indexer page size was not set properly (Credit goes to Deepak Upadhyay)

4.0.0-rc5

14 Nov 07:38
Compare
Choose a tag to compare
4.0.0-rc5 Pre-release
Pre-release
  • Amend fixes from 3.10.1 (null check for customer)

3.10.1

12 Nov 13:13
9992799
Compare
Choose a tag to compare
  • Fix fatal error in processing new orders orders with non existent customer data

4.0.0-rc4

08 Nov 08:14
e0fff0d
Compare
Choose a tag to compare
4.0.0-rc4 Pre-release
Pre-release
  • Amend fixes from 3.10.0 (SKU collection building speed)
  • Add a caching layer for storing already built category strings

3.10.0

07 Nov 11:04
8378cfb
Compare
Choose a tag to compare
  • 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

12 Nov 14:49
0fb5836
Compare
Choose a tag to compare
  • 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

23 Oct 13:50
Compare
Choose a tag to compare
4.0.0-rc3 Pre-release
Pre-release
  • Amend fixes from extension version 3.8.8 (Magento 2.3.3 compatibility)

3.8.8

23 Oct 12:53
dd11302
Compare
Choose a tag to compare
  • Fix the copmatibility issue with Magento 2.3.3 in ratings & reviews building

4.0.0-rc2

22 Oct 13:08
Compare
Choose a tag to compare
4.0.0-rc2 Pre-release
Pre-release
  • 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