Skip to content

Commit 03d0598

Browse files
committed
MAGE-1341 Merge changelog from main branch
2 parents ea735d7 + b6622e2 commit 03d0598

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,22 @@
4242
### Breaking Changes
4343
- `ProductHelper::setSettings()` is now taking `IndexOptions` objects as two first parameters instead of index names (strings).
4444

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+
4561
## 3.15.0
4662

4763
### Features
@@ -54,6 +70,7 @@
5470
- 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.)
5571
- Reorganization of the test folders
5672
- Added unit and integration tests for full page cache (FPC)
73+
- Added new CLI command for synonyms deduplication
5774

5875
### Updates
5976
- Tests: Added possibility to run tests with multiple applications IDs.

0 commit comments

Comments
 (0)