Skip to content

Commit 0165bef

Browse files
authored
Merge pull request #1578 from algolia/feature/MAGE-962
Feature/mage 962 - RC2 updates
2 parents b0cf10e + 296c284 commit 0165bef

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Algolia Search & Discovery extension for Magento 2
22
==================================================
33

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

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

0 commit comments

Comments
 (0)