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

Update akeneo/api-php-client requirement from ^9.0 to ^10.0 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2022

Updates the requirements on akeneo/api-php-client to permit the latest version.

Release notes

Sourced from akeneo/api-php-client's releases.

Tripel

Changelog

Sourced from akeneo/api-php-client's changelog.

5.0.0

BC Breaks

Use PSR-7, PSR-17 and PSR-18 instead of HttpPlug.

  • Change the type of the first parameter of Akeneo\Pim\ApiClientAkeneoPimClientBuilder::setHttpClient from Http\Client\HttpClient to Psr\Http\Client\ClientInterface
  • Change the type of the first parameter of Akeneo\Pim\ApiClientAkeneoPimClientBuilder::setRequestFactory from Http\Message\RequestFactory to Psr\Http\Message\RequestFactoryInterface
  • Change the type of the first parameter of Akeneo\Pim\ApiClientAkeneoPimClientBuilder::setStreamFactory from Http\Message\StreamFactory to Psr\Http\Message\StreamFactoryInterface

Factory implementations are necessary as dependency. For example, with Guzzle:

$ php composer.phar require akeneo/api-php-client php-http/guzzle6-adapter:^2.0 http-interop/http-factory-guzzle:^1.0

4.0.2 (2019-06-13)

  • Add support for PHP 7.1. This is done for some connectors thar are still using it.

Be careful, this PHP version is EOL in december 2020.

4.0.0 (2019-02-15)

BC Breaks

Drop support for PHP 5.6, PHP 7.0 and PHP 7.1

Change the response type from StreamInterface to Response for \Akeneo\Pim\ApiClient\Api\MediaFileApiInterface::download

It allows to get the filename from the response, and also the Mime type.

3.0.0 (2018-06-26)

2.0.1 (2018-05-03)

Improvements

  • API-592: Handle error when the response is a redirection

2.0.0 (2018-02-15)

Improvements

  • API-487: Isolate files manipulation in a dedicated service
  • API-562: upsert a list of attribute options
  • API-543: Create a new media file and associate it to a product model

BC Breaks

... (truncated)

Commits
  • 8619fbd Merge pull request #248 from akeneo/API-1835-bis
  • 0f1f12e refact(API-1835): Clean some PHP doc
  • 6596c77 feat(API-1835): Add ProductDraftUuidApi
  • 7587cd0 refact(API-1835): Rename directory ProductUUID -> ProductUuid
  • fb4deb7 API-1835: Support products-uuid endpoints
  • 11c590f Merge pull request #247 from akeneo/API-1880-php-client-increase-default-pagi...
  • dcb7de0 feat(API-1880): Increase default pagination limit to 100 (maximum supported b...
  • 03788e7 Merge pull request #244 from akeneo/API-1878-php-client-allow-6-0-for-symfony...
  • 52314bf fix(API-1878): Change symfony/options-resolver dependency to "^5.4|^6.0"
  • d9ad1db Merge pull request #243 from akeneo/API-1875-php-client-explicitly-add-symfon...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [akeneo/api-php-client](https://github.com/akeneo/api-php-client) to permit the latest version.
- [Release notes](https://github.com/akeneo/api-php-client/releases)
- [Changelog](https://github.com/akeneo/api-php-client/blob/master/CHANGELOG.md)
- [Commits](akeneo/api-php-client@v9.0.0...v10.0.0)

---
updated-dependencies:
- dependency-name: akeneo/api-php-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants