Skip to content

24.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 14:02
· 37 commits to master since this release

What's Changed

Improvements

  • New configuration parameter to define the locales to index:
    • A Algolia_LocalesForIndexing Custom Preference to define it at a global level. #173
    • A localesForIndexing job step parameter, to define it at the job level. #176
  • Add a colorCode attribute in colorVariations for PWA. #170
  • Disable analytics and ABTest for SSR requests. #175

Bug Fixes

  • The afterStep code responsible of moving temporary indices to production was wrongly executed when some uncaught errors had occurred during the previous job steps. This could result, for a fullCatalogReindex, to having incomplete temporary indices replacing the production indices. #174
  • AlgoliaCategoryIndex_v2 job now splits the indexing batches per locales, to support a bigger number of locales. #171

Full Changelog: 24.3.2...24.4.0