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

Bump php-http/client-common from 2.5.0 to 2.6.0 #186

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps php-http/client-common from 2.5.0 to 2.6.0.

Release notes

Sourced from php-http/client-common's releases.

2.6.0

  • [RedirectPlugin] Redirection of non GET/HEAD requests with a body now removes the body on follow-up requests, if the HTTP method changes. To do this, the plugin needs to find a PSR-7 stream implementation. If none is found, you can explicitly pass a PSR-17 StreamFactoryInterface in the stream_factory option. To keep sending the body in all cases, set the stream_factory option to null explicitly.

2.5.1

  • [RedirectPlugin] Fixed handling of redirection to different domain with default port
  • [RedirectPlugin] Fixed false positive circular detection in RedirectPlugin in cases when target location does not contain path
Changelog

Sourced from php-http/client-common's changelog.

2.6.0 - 2022-09-29

  • [RedirectPlugin] Redirection of non GET/HEAD requests with a body now removes the body on follow-up requests, if the HTTP method changes. To do this, the plugin needs to find a PSR-7 stream implementation. If none is found, you can explicitly pass a PSR-17 StreamFactoryInterface in the stream_factory option. To keep sending the body in all cases, set the stream_factory option to null explicitly.

2.5.1 - 2022-09-29

Fixed

  • [RedirectPlugin] Fixed handling of redirection to different domain with default port
  • [RedirectPlugin] Fixed false positive circular detection in RedirectPlugin in cases when target location does not contain path
Commits
  • 45db684 Merge pull request #222 from php-http/fix/remove-request-body-on-redirect
  • a48935c remove body on redirection
  • 92b7425 prepare release
  • 4a962c6 Merge pull request #221 from php-http/fix-redirect-host
  • 509e513 add php-cs-fixer step to build
  • 262bc0a redirection to different domain must not keep previous port
  • 76730e3 Merge pull request #218 from ostrolucky/fix-redirect-plugin-path-handling
  • c06f154 RedirectPlugin: Default to empty path when Location doesn't specify any
  • a2dd39f Merge pull request #220 from php-http/fix-build
  • 36d48c0 allow flex plugin in composer configuration
  • See full diff in compare view

Dependabot compatibility score

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)

Bumps [php-http/client-common](https://github.com/php-http/client-common) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/php-http/client-common/releases)
- [Changelog](https://github.com/php-http/client-common/blob/master/CHANGELOG.md)
- [Commits](php-http/client-common@2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: php-http/client-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2023
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.

None yet

0 participants