Releases: algolia/algoliasearch-magento-2
Releases · algolia/algoliasearch-magento-2
3.15.0-beta.1
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
andALGOLIA_API_KEY_ALT
)
Full Changelog: 3.14.3...3.15.0-beta.1
3.14.3
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
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
What's Changed
Updates
- Trained model check before enabling recommend.
Full Changelog: 3.14.1...3.14.2
3.14.1
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
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 onArraySerialized
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:
- Updated timestamps to utilize UTC per Algolia recommended guidelines in #1557
- Restructured web asset files to comply with Magento recommendations in #1563 (addresses concerns raised in #1506 - thanks @sgeleon !)
- Previous replica configurations may be invalid. Be sure to run
bin/magento setup:upgrade
in a controlled staging environment prior to deploying. (See #1562) - Dropped support for Magento 2.3 in #1554 per #1541 (comment) (thanks @hostep !)
- PHP 8.1+ required in #1546
Full Changelog: 3.13.5...3.14.0
3.14.0-beta.2
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 onArraySerialized
- 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
3.13.5
What's Changed
Updates
- Polyfill.io removed from CSP whitelist @hostep #1564
- Hide Recommend Titles when not in use @mrahman3177 #1568
- Incorporate community fix for higher specificity CSS selectors on Recommend @sgeleon #1553
Bug Fixes
Full Changelog: 3.13.4...3.13.5
3.13.4
What's Changed
Updates
- Add secure renderer to inline scripts to support latest security fix on Magento for CosmicSting vulnerabilities by @damcou in #1541
Bug Fixes
- Fixed Algolia merchandising product listing issue @damcou in #1517
- Fixed XSS vulnerability issue in InstantSearch search box by @cammonro in #1524
- Fixed lock timeout issue on indexing queue integration test by @damcou in #1528
- Community fix added - job queue dropping jobs from sandwiched full reindexes by @pikulsky in #1543
Full Changelog: 3.13.3...3.13.4
3.13.3
What's Changed
Updates
- Updated CSP whitelist #1507
- Updated code to show current version of AlgoliaSearch extension in Magento admin #1496
- Updated code to make compatible with PHP 7 #1500
- Updated code and merged community submitted PRs #1501
- Updated code for consistent auth tokens #1512
- Updated code for Autocomplete highlights #1505
Bug Fixes
- Fixed issues with Recommend items in mobile view #1508
- Fixed issue related to decompoundedAttributes admin config error #1513
- Fixed issue with Analytics Overview date format bug #1515
Full Changelog: 3.13.2...3.13.3