Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CC-33265: Update of the Akeneo HTTP client library to support all latest versions. #24

Merged

Conversation

abitskil
Copy link
Contributor

@abitskil abitskil commented Mar 21, 2024

v- Developer(s): @abitskil

Release Table

Module Release Type Constraint Updates
AkeneoPim minor

Module AkeneoPim

Change log

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.

@abitskil abitskil changed the title CC-33265: Update of the Akeneo HTTP client library to support all latest versions. CC-33265: Update of the Akeneo HTTP client library to support all latest versions. Mar 21, 2024
@spryker-release-bot spryker-release-bot merged commit 0b1c960 into master Apr 2, 2024
5 checks passed
@spryker-release-bot spryker-release-bot deleted the bugfix/cc-33265-akeneo-dependency-update branch April 2, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants