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

Vue Storefront API 1.12.0

Compare
Choose a tag to compare
@gibkigonzo gibkigonzo released this 01 Jun 05:06
· 155 commits to master since this release
29d4ce5

Added

  • Add url module - @gibkigonzo (#3942)
  • 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
  • The support for SearchQuery instead of the ElasticSearch DSL as for the input to /api/catalog - using storefront-query-builder package - @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 resetPasswordUsingResetToken to magento1 platform - @cewald (#415)
  • Update to storefront-query-builder version 1.0.0 - @cewald (#429)
  • Add composeError in './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 _outputFormatter on 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 magento1 platform - @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)