File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGE LOG
2
2
3
+ ## 3.14.0-beta.2
4
+
5
+ ### Updates
6
+
7
+ - Introduced new admin groups to InstantSearch for improved UX
8
+ - Updated ` ConfigHelper ` to use new paths
9
+ - Added data patch to migrate old configurations
10
+ - Bugfix for query rule disable on facets with new admin groupings
11
+ - Added new sorting admin option via source model
12
+ - Added derived virtual replica enablement to ` ConfigHelper ` based on ` ArraySerialized `
13
+ - Intro’d simplified data structures to avoid array diff mismatches
14
+ - Intro’d new ` ReplicaManager ` abstraction to map Magento sorting to Algolia replica configuration
15
+ - Removed dependencies in backend models to handle replica config updates in Algolia addressing stale data
16
+ - Added ` ReplicaState ` registry for tracking changes to sorting configuration to minimize number of replica build operations
17
+ - Added logic to preserve replicas created outside of Magento such as Merchandising Studio "sorting strategies"
18
+ - Introduced PHP 8 constructor property promotion on affected classes
19
+ - Added stronger typing to affected classes and methods
20
+
21
+ ## 3.14.0-beta.1
22
+
23
+ ### Updates:
24
+
25
+ - New PHP API client (v4) under the hood for communicating with Algolia
26
+ - Authenticated user tokens now utilized for backend and frontend events to track entire customer journey
27
+ - Revenue data now sent with all events including application of Magento specific discounts such as catalog price rules and customer group pricing
28
+ - Support for event subtypes allowing the capture of conversion data for both "Add to cart" and "Place order" events
29
+ - Increased protection of PII in the event data
30
+
31
+ ### Bug fixes:
32
+ - Fixed issue with how Algolia extension handles end user consent for allowing cookies
33
+ - Improved handling of user tokens across insights events and corresponding queries
34
+
3
35
## 3.13.3
4
36
5
37
### Updates
You can’t perform that action at this time.
0 commit comments