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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,22 @@
42
42
### Breaking Changes
43
43
-`ProductHelper::setSettings()` is now taking `IndexOptions` objects as two first parameters instead of index names (strings).
44
44
45
+
## 3.15.1
46
+
47
+
### Features
48
+
- Algolia's [Query Categorization feature](https://www.algolia.com/doc/integration/magento-2/how-it-works/query-categorization) is now compatible with the extension.
49
+
50
+
### Updates
51
+
- Updated integration tests to use `AlgoliaConnector`
52
+
- Updated `ReplicaManager` service to handle multi stores properly with a `$storeId` parameter.
53
+
- Pinned PHP Client version to 4.18.3
54
+
55
+
### Bug Fixes
56
+
- Fixed `RebuildReplicasPatch` bug where replica detach logic wasn't properly applied in some cases.
57
+
- Fixed a bug where credentials errors weren't gracefully handled on the SKU reindexing form
58
+
- Fixed a bug where the `q` parameter wasn't properly handled in case it was missing on the catalogsearch page. (thanks @PromInc)
59
+
- Fixed Recommend model validation when configuration is saved in the Magento admin.
60
+
45
61
## 3.15.0
46
62
47
63
### Features
@@ -54,6 +70,7 @@
54
70
- Added a feature to enable automatic price indexing within the Advanced section of the configuration (This feature should help alleviate issues where missing pricing records prevent Algolia from being able to index products. See [documentation](https://www.algolia.com/doc/integration/magento-2/troubleshooting/data-indexes-queues/#price-index-dependencies) for further details.)
55
71
- Reorganization of the test folders
56
72
- Added unit and integration tests for full page cache (FPC)
73
+
- Added new CLI command for synonyms deduplication
57
74
58
75
### Updates
59
76
- Tests: Added possibility to run tests with multiple applications IDs.
0 commit comments