Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@spryker-release-bot spryker-release-bot released this 02 Apr 08:47
· 1 commit to master since this release
0b1c960

Included commits: 2.1.0...2.2.0

Improvements

  • Added the support of the Akeneo HTTP client, required in the latest version of the akeneo/api-php-client library.
  • Impacted AkeneoPimService::getFactory() with these changes.
  • Impacted AkeneoPimService::getAllProducts() with these changes.
  • Impacted AkeneoPimService::getAllCategories() with these changes.
  • Impacted AkeneoPimService::getAllAttributes() with these changes.
  • Impacted AkeneoPimService::getAllAttributeOptions() with these changes.
  • Impacted AkeneoPimService::getAllAttributeGroups() with these changes.
  • Impacted AkeneoPimService::getAllChannels() with these changes.
  • Impacted AkeneoPimService::getAllCurrencies() with these changes.
  • Impacted AkeneoPimService::getAllLocales() with these changes.
  • Impacted AkeneoPimService::getAllFamilies() with these changes.
  • Impacted AkeneoPimService::getAllFamilyVariants() with these changes.
  • Impacted AkeneoPimService::getAllMeasureFamilies() with these changes.
  • Impacted AkeneoPimService::getAllAssociationTypes() with these changes.
  • Impacted AkeneoPimService::getAllProductMediaFiles() with these changes.
  • Impacted AkeneoPimService::getAllProductModels() with these changes.
  • Impacted AkeneoPimService::getAttribute() with these changes.
  • Impacted AkeneoPimService::getAttributeGroup() with these changes.
  • Impacted AkeneoPimService::getAttributeOption() with these changes.
  • Impacted AkeneoPimService::getCategory() with these changes.
  • Impacted AkeneoPimService::getChannel() with these changes.
  • Impacted AkeneoPimService::getCurrency() with these changes.
  • Impacted AkeneoPimService::getLocale() with these changes.
  • Impacted AkeneoPimService::getFamily() with these changes.
  • Impacted AkeneoPimService::getFamilyVariant() with these changes.
  • Impacted AkeneoPimService::getMeasureFamily() with these changes.
  • Impacted AkeneoPimService::getProduct() with these changes.
  • Impacted AkeneoPimService::getProductMediaFile() with these changes.
  • Impacted AkeneoPimService::getProductModel() with these changes.
  • Impacted AkeneoPimService::getAttributesListPerPage() with these changes.
  • Impacted AkeneoPimService::getAttributeGroupsListPerPage() with these changes.
  • Impacted AkeneoPimService::getAttributeOptionsListPerPage() with these changes.
  • Impacted AkeneoPimService::getCategoriesListPerPage() with these changes.
  • Impacted AkeneoPimService::getChannelsListPerPage() with these changes.
  • Impacted AkeneoPimService::getCurrenciesListPerPage() with these changes.
  • Impacted AkeneoPimService::getLocalesListPerPage() with these changes.
  • Impacted AkeneoPimService::getFamiliesListPerPage() with these changes.
  • Impacted AkeneoPimService::getFamilyVariantsListPerPage() with these changes.
  • Impacted AkeneoPimService::getMeasureFamilyListPerPage() with these changes.
  • Impacted AkeneoPimService::getProductsListPerPage() with these changes.
  • Impacted AkeneoPimService::getProductMediaFilesListPerPage() with these changes.
  • Impacted AkeneoPimService::getProductModelsListPerPage() with these changes.

Adjustments

  • Increase the PHP version support to 8.1.
  • Added Guzzle module to dependencies.
  • Added support to allow for new akeneo/api-php-client major versions.
  • Removed a third-party library guzzlehttp/guzzle from dependencies.

Fixes

  • Added a missed third-party library php-http/httplug to dependencies supporting 1 and 2 versions.
  • Added a missed third-party library php-http/promise to dependencies supporting 1 version.
  • Added a missed third-party library psr/http-message to dependencies supporting 1 and 2 versions.
  • Added a missed third-party library psr/http-client to dependencies supporting 1 version.