All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Enable indexing of review ratings - @soyamore (#107)
- Updates magento2-rest-client dependecy from version 0.0.2 to 0.0.12 (#106)
- Bump lodash from 4.17.13 to 4.17.19 (#103)
- Elastic7 support - @pkarw (#96)
- Add product attributes_metadata - @andrzejewsky (#99)
- Added optional Redis Auth functionality. - @rain2o (#42)
- MSI support - @dimasch (#86)
- Import throwing an error when product's first category name was empty - @Loac-fr (#92)
- Typos in documentation - @kkdg, @adityasharma7 (#90, #91)
- New ENV variable
SEO_USE_URL_DISPATCHER
(default = true) added. When set, then theproduct.url_path
andcategory.url_path
are automatically populated for the UrlDispatche featu$
elasticsearch.apiVesion
with default = 5.6 added to the config
- Video data mapper @rain2go #75
- Setting
configurable_options.label
from the attribute meta descriptor. Note: When You modify any configurable attribute label in Magento You should reindex all products now - Configurable parent refresh sync - enabled in the
productsdelta
andproductsworker
modes and inproducts --sku=<singleSku>
. This mode is refreshing the configurable parent product for the simple child which requires update. Its' required to start theclis.js productsworker
(example call:test_product_worker.sh
) for processing these parent updates, - Example calls added:
test_product_delta.sh
- for delta indexer,test_product_worker.sh
for products worker,test_fullreindex_multiprocess.sh
for multi process/parallel updates,test_by_sky.sh
- for single SKU updates.
- Mongodb support has been removed
- old
package.json
andyarn.lock
fromsrc
directory
- This changelog file
- Slugify funtion properly parse regional characters changing them to latin
- yarn.lock file rebuild after some issues with merging
- Slugify funtion moved outside adapter and exposed as helper