Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 9eeeb82

Browse files
author
tkostuch
committed
update changelog
1 parent 9e9d044 commit 9eeeb82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- The `response_format` query parameter to the `/api/catalog` endpoint. Currently there is just one additional format supported: `response_format=compact`. When used, the response format got optimized by: a) remapping the results, removing the `_source` from the `hits.hits`; b) compressing the JSON fields names according to the `config.products.fieldsToCompact`; c) removing the JSON fields from the `product.configurable_children` when their values === parent product values; overall response size reduced over -70% - @pkarw
1313
- The support for `SearchQuery` instead of the ElasticSearch DSL as for the input to `/api/catalog` - using `storefront-query-builder` package - @pkarw - https://github.com/DivanteLtd/vue-storefront/issues/2167
1414

15+
### Fixed
16+
- add es7 support for map url module and fixed default index for es config - @gibkigonzo
17+
1518
## [1.11.0] - 2019.12.20
1619

1720
### Fixed

0 commit comments

Comments
 (0)