Skip to content

Commit

Permalink
Merge pull request #1578 from algolia/feature/MAGE-962
Browse files Browse the repository at this point in the history
Feature/mage 962 - RC2 updates
  • Loading branch information
cammonro authored Aug 2, 2024
2 parents b0cf10e + 296c284 commit 0165bef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ GA release
- Introduced new admin groups to InstantSearch for improved UX
- Virtual replicas can now be configured granularly by attribute or store
- 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
- 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 `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"
- Added handling for customer group pricing
- Added error handling for replica limits
- Added handling for customer group pricing
- Added handling for virtual / standard replica toggling
- Added store scoped state management
- Added error handling for replica limits
- Added Looking Similar recommendations
- Added data patches to migrate old configurations
- Added CLI utilities for replica migration and troubleshooting
- Introduced PHP 8 constructor property promotion on affected classes
- Added stronger typing to affected classes and methods
- Updated `ConfigHelper` to use new paths
Expand All @@ -37,11 +40,13 @@ GA release

### Breaking changes

If you have customized your Algolia implementation, pay attention to these latest updates:
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](https://www.algolia.com/doc/guides/sending-and-managing-data/prepare-your-data/in-depth/what-is-in-a-record/#dates)
- Restructured web asset files to comply with [Magento recommendations](https://developer.adobe.com/commerce/php/development/build/component-file-structure/) Thanks @sgeleon!
- Previous replica configurations may be invalid. Be sure to run `bin/magento setup:upgrade` in a controlled staging environment prior to deploying.
- Dropped support for Magento 2.3
- PHP 8.1+ required

## 3.14.0-beta.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Algolia Search & Discovery extension for Magento 2
==================================================

![Latest version](https://img.shields.io/badge/latest-3.13.5-green)
![Latest version](https://img.shields.io/badge/latest-3.14.0-green)
![Magento 2](https://img.shields.io/badge/Magento-2.4.x-orange)

![PHP](https://img.shields.io/badge/PHP-8.1%2C8.2%2C8.3-blue)
Expand Down

0 comments on commit 0165bef

Please sign in to comment.