Skip to content

Releases: Nosto/nosto-magento2

4.0.5

28 Feb 08:24
704fdcb
Compare
Choose a tag to compare
  • Fix an issue where product cache table was not created during the upgrade

4.0.4

24 Feb 09:56
b262d7c
Compare
Choose a tag to compare
  • 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

18 Feb 11:18
3acdfd4
Compare
Choose a tag to compare
  • setup:upgrade for the customer now saves only customer reference instead of the entire customer object

4.0.2

17 Feb 09:23
b9e02a2
Compare
Choose a tag to compare
  • Fix an issue where setup:upgrade could crash if customer migration is faulty

4.0.1

11 Feb 09:22
ed86892
Compare
Choose a tag to compare
  • Improve the detection of new orders by comparing also updated at and created at times

4.0.0

05 Feb 08:14
e9f99ff
Compare
Choose a tag to compare

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

4.0.0-rc7

10 Jan 12:39
Compare
Choose a tag to compare
4.0.0-rc7 Pre-release
Pre-release

3.10.5

10 Jan 12:35
af5c81b
Compare
Choose a tag to compare
  • Disable editing and hide Nosto customer reference for registered customers in account edit view

4.0.0-rc6

03 Jan 13:50
Compare
Choose a tag to compare
4.0.0-rc6 Pre-release
Pre-release
  • 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

03 Jan 08:51
ff4bc9c
Compare
Choose a tag to compare
  • Bump SDK version to 4.0.10 to fix OrderStatus Handlers throwing exceptions