Skip to content

23.6.0

Compare
Choose a tag to compare
@sbellone sbellone released this 13 Dec 10:42
· 89 commits to master since this release

Changelog

Updates

  • Updated frontend libraries to their latest versions
  • New Insights events implementation for SFRA:
    • add-to-cart events now contain additional data (price, quantity)
    • A new purchase event is now triggered from the Order-Confirm page. Algolia queryIDs tracking is done using the user's browser storage, when user gave their consent to be tracked
    • Events now use the userToken and authenticatedUserToken exposed by SFCC
  • New Business Manager setting to enable or disable insights events, for SFRA and SG
  • Improved Business Manager UI and validation

Bug fixes

  • fullCatalogReindex was failing on the newer Algolia infra, when the job was triggered for the first time
  • retry mechanism wasn't working as expected on newer Algolia infra: if a batch was containing a record to big to be indexed, the whole batch was ignored instead of removing the faulty record and retrying
  • SG cartridge was missing the embedded Algolia frontend libraries