Skip to content

Commit 490d4a5

Browse files
committed
MAGE-962 Update change log
1 parent d2815f0 commit 490d4a5

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,19 @@ GA release
1414
- Introduced new admin groups to InstantSearch for improved UX
1515
- Virtual replicas can now be configured granularly by attribute or store
1616
- Added new sorting admin option via source model
17-
- Added derived virtual replica enablement to `ConfigHelper` based on `ArraySerialized`
18-
- Intro’d simplified data structures to avoid array diff mismatches
17+
- Added derived virtual replica enablement to `ConfigHelper` based on `ArraySerialized`
18+
- Intro’d simplified data structures to avoid array diff mismatches
1919
- Intro’d new `ReplicaManager` abstraction to map Magento sorting to Algolia replica configuration
2020
- Removed dependencies in backend models to handle replica config updates in Algolia addressing stale data
21-
- Added `ReplicaState` registry for tracking changes to sorting configuration to minimize number of replica build operations
21+
- Added `ReplicaState` registry for tracking changes to sorting configuration to minimize number of replica build operations
2222
- Added logic to preserve replicas created outside of Magento such as Merchandising Studio "sorting strategies"
23-
- Added handling for customer group pricing
24-
- Added error handling for replica limits
23+
- Added handling for customer group pricing
24+
- Added handling for virtual / standard replica toggling
25+
- Added store scoped state management
26+
- Added error handling for replica limits
2527
- Added Looking Similar recommendations
2628
- Added data patches to migrate old configurations
29+
- Added CLI utilities for replica migration and troubleshooting
2730
- Introduced PHP 8 constructor property promotion on affected classes
2831
- Added stronger typing to affected classes and methods
2932
- Updated `ConfigHelper` to use new paths
@@ -37,11 +40,13 @@ GA release
3740

3841
### Breaking changes
3942

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

4245
- 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)
4346
- Restructured web asset files to comply with [Magento recommendations](https://developer.adobe.com/commerce/php/development/build/component-file-structure/) Thanks @sgeleon!
4447
- Previous replica configurations may be invalid. Be sure to run `bin/magento setup:upgrade` in a controlled staging environment prior to deploying.
48+
- Dropped support for Magento 2.3
49+
- PHP 8.1+ required
4550

4651
## 3.14.0-beta.2
4752

0 commit comments

Comments
 (0)