CC-33265: Update of the Akeneo HTTP client library to support all latest versions. #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v- Developer(s): @abitskil
Ticket: https://spryker.atlassian.net/browse/CC-33265
Release Group:https://release.spryker.com/release-groups/view/5356
merge: merge
Release Table
Module AkeneoPim
Change log
Improvements
akeneo/api-php-client
library.AkeneoPimService::getFactory()
with these changes.AkeneoPimService::getAllProducts()
with these changes.AkeneoPimService::getAllCategories()
with these changes.AkeneoPimService::getAllAttributes()
with these changes.AkeneoPimService::getAllAttributeOptions()
with these changes.AkeneoPimService::getAllAttributeGroups()
with these changes.AkeneoPimService::getAllChannels()
with these changes.AkeneoPimService::getAllCurrencies()
with these changes.AkeneoPimService::getAllLocales()
with these changes.AkeneoPimService::getAllFamilies()
with these changes.AkeneoPimService::getAllFamilyVariants()
with these changes.AkeneoPimService::getAllMeasureFamilies()
with these changes.AkeneoPimService::getAllAssociationTypes()
with these changes.AkeneoPimService::getAllProductMediaFiles()
with these changes.AkeneoPimService::getAllProductModels()
with these changes.AkeneoPimService::getAttribute()
with these changes.AkeneoPimService::getAttributeGroup()
with these changes.AkeneoPimService::getAttributeOption()
with these changes.AkeneoPimService::getCategory()
with these changes.AkeneoPimService::getChannel()
with these changes.AkeneoPimService::getCurrency()
with these changes.AkeneoPimService::getLocale()
with these changes.AkeneoPimService::getFamily()
with these changes.AkeneoPimService::getFamilyVariant()
with these changes.AkeneoPimService::getMeasureFamily()
with these changes.AkeneoPimService::getProduct()
with these changes.AkeneoPimService::getProductMediaFile()
with these changes.AkeneoPimService::getProductModel()
with these changes.AkeneoPimService::getAttributesListPerPage()
with these changes.AkeneoPimService::getAttributeGroupsListPerPage()
with these changes.AkeneoPimService::getAttributeOptionsListPerPage()
with these changes.AkeneoPimService::getCategoriesListPerPage()
with these changes.AkeneoPimService::getChannelsListPerPage()
with these changes.AkeneoPimService::getCurrenciesListPerPage()
with these changes.AkeneoPimService::getLocalesListPerPage()
with these changes.AkeneoPimService::getFamiliesListPerPage()
with these changes.AkeneoPimService::getFamilyVariantsListPerPage()
with these changes.AkeneoPimService::getMeasureFamilyListPerPage()
with these changes.AkeneoPimService::getProductsListPerPage()
with these changes.AkeneoPimService::getProductMediaFilesListPerPage()
with these changes.AkeneoPimService::getProductModelsListPerPage()
with these changes.Adjustments
PHP
version support to 8.1.Guzzle
module to dependencies.akeneo/api-php-client
major versions.guzzlehttp/guzzle
from dependencies.Fixes
php-http/httplug
to dependencies supporting 1 and 2 versions.php-http/promise
to dependencies supporting 1 version.psr/http-message
to dependencies supporting 1 and 2 versions.psr/http-client
to dependencies supporting 1 version.