You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,19 @@ GA release
14
14
- Introduced new admin groups to InstantSearch for improved UX
15
15
- Virtual replicas can now be configured granularly by attribute or store
16
16
- 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
19
19
- Intro’d new `ReplicaManager` abstraction to map Magento sorting to Algolia replica configuration
20
20
- 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
22
22
- 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
25
27
- Added Looking Similar recommendations
26
28
- Added data patches to migrate old configurations
29
+
- Added CLI utilities for replica migration and troubleshooting
27
30
- Introduced PHP 8 constructor property promotion on affected classes
28
31
- Added stronger typing to affected classes and methods
29
32
- Updated `ConfigHelper` to use new paths
@@ -37,11 +40,13 @@ GA release
37
40
38
41
### Breaking changes
39
42
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:
41
44
42
45
- 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)
43
46
- Restructured web asset files to comply with [Magento recommendations](https://developer.adobe.com/commerce/php/development/build/component-file-structure/) Thanks @sgeleon!
44
47
- Previous replica configurations may be invalid. Be sure to run `bin/magento setup:upgrade` in a controlled staging environment prior to deploying.
0 commit comments