This repository was archived by the owner on May 28, 2023. It is now read-only.
Vue Storefront API 1.12.0
Added
- Add url module - @gibkigonzo (#3942)
- The
response_formatquery parameter to the/api/catalogendpoint. 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_sourcefrom thehits.hits; b) compressing the JSON fields names according to theconfig.products.fieldsToCompact; c) removing the JSON fields from theproduct.configurable_childrenwhen their values === parent product values; overall response size reduced over -70% - @pkarw - The support for
SearchQueryinstead of the ElasticSearch DSL as for the input to/api/catalog- usingstorefront-query-builderpackage - @pkarw - vuestorefront/vue-storefront#2167 - Create attribute service that allows to fetch attributes with specific options - used for products aggregates - @gibkigonzo (vuestorefront/vue-storefront#4001, vuestorefront/mage2vuestorefront#99)
- Add ElasticSearch client support for HTTP authentication - @cewald (#397)
- Endpoint for reset password with reset token. Only for Magento 2 - @Fifciu
- Varnish Cache with autoinvalidation by Cache tags as addon - @Fifciu
- Add
resetPasswordUsingResetTokentomagento1platform - @cewald (#415) - Update to
storefront-query-builderversion1.0.0- @cewald (#429) - Add
composeErrorin './magento2/o2m.js' - @flancer64 (#422) - Explicit data extraction from 'Error' objects - @flancer64 (#424)
- Merge scripts: db7 => db, elastic7=>elastic and add support for es7 in yarn mage2vs import - @gibkigonzo (#436)
Fixed
- add es7 support for map url module and fixed default index for es config - @gibkigonzo
- Add correct paths for production build - @cewald (#407)
- Fix MSI default stock id value
- Add outputFormatter to response from cache - @gibkigonzo (#428)
- disable showing stack for invalid requests - @gibkigonzo (#431)
- Improve
_outputFormatteron cache catalog-response to prevent exception - @cewald (#432) - use ts for compiling additional scripts - @gibkigonzo (#437)
- Bugfix for wrong JSON scheme url's and hostname resolution for
magento1platform - @cewald (#443) - check if headers has been already sent in image middleware - @gibkigonzo (#434)
- Missing packages in Docker Makefile (make, python and g++) - @ProxiBlue (#448)
- change path in ecosystem for o2m - @gibkigonzo (#434)
- udpate typings for query params - @gibkigonzo (#446)