Skip to content

Releases: algolia/algoliasearch-magento-2

3.13.8

17 Jan 16:01
5097489
Compare
Choose a tag to compare

Bug Fixes

  • Restored compatibility with PHP 7.4

3.14.4

15 Jan 10:45
ca83e9a
Compare
Choose a tag to compare

3.14.4

Features

  • Added a feature to enable automatic price indexing on the Advanced section of the configuration (This feature should help alleviate issues where missing pricing records prevent Algolia from being able to index products.)

Updates

  • Updated getCookie method to make it more consistent
  • Removed dependency to catalog_product_price indexer

Bug Fixes

  • Fixed a bug where the Landing Page Builder was crashing on save with customer group pricing was enabled.
  • Fixed issue where Insights information wasn't kept on the url after clicking "add to cart" on PLP powered by InstantSearch
  • Fixed a bug where synonyms were unintentionally duplicated on the Algolia dashboard

3.13.7

15 Jan 16:16
adfa7e8
Compare
Choose a tag to compare

Features

  • Added a feature to enable automatic price indexing on the Advanced section of the configuration (This feature should help alleviate issues where missing pricing records prevent Algolia from being able to index products.)

Updates

  • Updated getCookie method to make it more consistent
  • Removed dependency to catalog_product_price indexer

Bug Fixes

  • Fixed a bug where the Landing Page Builder was crashing on save with customer group pricing was enabled.
  • Fixed issue where Insights information wasn't kept on the url after clicking "add to cart" on PLP powered by InstantSearch

3.15.0-beta.1

15 Nov 10:39
8d0526a
Compare
Choose a tag to compare
3.15.0-beta.1 Pre-release
Pre-release

What's Changed

Updates

  • Added support for Multi-Application IDs #1641
    • Extension now handles multi applications support for indexing products, categories, pages and suggestions. #1592
    • Introduced AlgoliaCredentialsManager class and centralize the credentials validation all accross the extension #1598
    • Updated Merchandising tools which now refresh the product lists on store change
    • Fixed Integration tests
    • Added possibility to perform Multi Application IDs tests by passing new env variables (ALGOLIA_APPLICATION_ID_ALT, ALGOLIA_SEARCH_KEY_ALT and ALGOLIA_API_KEY_ALT)

Full Changelog: 3.14.3...3.15.0-beta.1

3.14.3

13 Nov 16:18
e162a63
Compare
Choose a tag to compare

What's Changed

Updates:

  • Updated version of the PHP client in the composer file
  • Tests: added new integration scenarios including multi-stores ones.

Bug Fixes:

  • Fixed landing page typing error
  • Improved query method for alternate root categories - Thank you @igorfigueiredogen
    -Fixed an error where a missing prefix can throw errors with strong types added to ConfigHelper
  • Fixed an error where stale cache data was preventing ranking applied on replica
  • Fixed reindexing issue with NeuralSearch
  • Tests : Fixed current integration tests

Full Changelog: 3.14.2...3.14.3

3.13.6

30 Oct 15:28
034d187
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Improve handling of insights params for URLs that already have a query string in #1585
  • Improve query method for alternate root categories in #1615 - Thank you @igorfigueiredogen

Full Changelog: 3.13.5...3.13.6

3.14.2

09 Sep 21:33
499aa68
Compare
Choose a tag to compare

What's Changed

Updates

  • Trained model check before enabling recommend.

Full Changelog: 3.14.1...3.14.2

3.14.1

30 Aug 18:51
b29cd68
Compare
Choose a tag to compare

What's Changed

Updates

  • Token clean up on session expiration in #1574

Bug Fixes

  • Query string append issue addressed in #1583
  • Fixed issue with "base table not found" in integration tests due to new CLI command classes in #1590
  • Removed a warning during indexing of entities with no created_at attribute in #1586
  • Fixed incorrect Recommend paths resulting from earlier JS asset reorg in #1600
  • README.md updated in #1580

Full Changelog: 3.14.0...3.14.1

3.14.0

02 Aug 20:36
8214531
Compare
Choose a tag to compare

What's Changed

Important

Please note that starting with version 3.14 the Magento Algolia extension will require PHP 8.1 or higher.

Features

  • New PHP API client (v4) under the hood for communicating with Algolia in #1494
  • Authenticated user tokens now utilized for backend and frontend events to track entire customer journey in 3b7c822 and f5da0fd
  • Revenue data now sent with all events including application of Magento specific discounts such as catalog price rules and customer group pricing in #1498
  • Support for event subtypes allowing the capture of conversion data for both "Add to cart" and "Place order" events in 3b7c822 and cea9834
  • Increased protection of PII in the event data in bd24cfb
  • Introduced new admin groups to InstantSearch for improved UX in a26fb39
  • Virtual replicas can now be configured granularly by attribute or store in #1551
    • Added new sorting admin option via source model in e93223d
    • Added derived virtual replica enablement to ConfigHelper based on ArraySerialized in a55854b
    • Intro’d simplified data structures to avoid array diff mismatches in 81ac0ce
    • Intro’d new ReplicaManager abstraction to map Magento sorting to Algolia replica configuration in #1551
    • Removed dependencies in backend models to handle replica config updates in Algolia addressing stale data (starting from 8856cd1)
    • Added ReplicaState registry for tracking changes to sorting configuration to minimize number of replica build operations in 1e788fd
    • Added logic to preserve replicas created outside of Magento such as Merchandising Studio "sorting strategies" in 333fa67
    • Added handling for customer group pricing in #1531
    • Added handling for virtual / standard replica toggling in #1533
    • Added store scoped state management in #1542
    • Added error handling for replica limits in #1545
  • Added Looking Similar recommendations in #1530
  • Added data patches to migrate old configurations in #1567
  • Added CLI utilities for replica migration and troubleshooting in #1562 and #1559
  • Introduced PHP 8 constructor property promotion on affected classes
  • Added stronger typing to affected classes and methods
  • Updated ConfigHelper to use new paths
  • Added config flag to configure indexing behavior based on product visibility (clarifying legacy inconsistency) in #1565

Bug fixes

  • Fixed issue with how Algolia extension handles end user consent for allowing cookies in 7bc3a8f
  • Improved handling of user tokens across insights events and corresponding queries in b061b54
  • Cleaned up integration tests in #1532
  • Applied bugfix for query rule disable on facets with new admin groupings in 7ba0ff4

Breaking changes

If you have customized your Algolia implementation or are running on an older version of Magento, pay attention to these latest updates:

Full Changelog: 3.13.5...3.14.0

3.14.0-beta.2

16 Jul 15:12
344499c
Compare
Choose a tag to compare
3.14.0-beta.2 Pre-release
Pre-release

What's Changed

Updates

  • Introduced new admin groups to InstantSearch for improved UX
  • Updated ConfigHelper to use new paths
  • Added data patch to migrate old configurations
  • Bugfix for query rule disable on facets with new admin groupings
  • Added new sorting admin option via source model
  • Added derived virtual replica enablement to ConfigHelper based on ArraySerialized
  • Intro’d simplified data structures to avoid array diff mismatches
  • Intro’d new ReplicaManager abstraction to map Magento sorting to Algolia replica configuration
  • Removed dependencies in backend models to handle replica config updates in Algolia addressing stale data
  • Added ReplicaState registry for tracking changes to sorting configuration to minimize number of replica build operations
  • Added logic to preserve replicas created outside of Magento such as Merchandising Studio "sorting strategies"
  • Introduced PHP 8 constructor property promotion on affected classes
  • Added stronger typing to affected classes and methods
  • Added Looking Similar recommendations