Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 7, 2022

Bumps guzzlehttp/guzzle from 5.0.3 to 5.3.1.

Release notes

Sourced from guzzlehttp/guzzle's releases.

5.3.0

No release notes provided.

5.2.0

No release notes provided.

5.1.0

  • Pool class no longer uses recursion when a request is intercepted.
  • The size of a Pool can now be dynamically adjusted using a callback. See #943.
  • Setting a request option to null when creating a request with a client will ensure that the option is not set. This allows you to overwrite default request options on a per-request basis. See #937.
  • Added the ability to limit which protocols are allowed for redirects by specifying a protocols array in the allow_redirects request option.
  • Nested futures due to retries are now resolved when waiting for synchronous responses. See #947.
  • "0" is now an allowed URI path. See #935.
  • Query no longer typehints on the $query argument in the constructor, allowing for strings and arrays.
  • Exceptions thrown in the end event are now correctly wrapped with Guzzle specific exceptions if necessary.
Changelog

Sourced from guzzlehttp/guzzle's changelog.

5.3.1 - 2016-07-18

5.3.0 - 2015-05-19

  • Mock now supports save_to
  • Marked AbstractRequestEvent::getTransaction() as public.
  • Fixed a bug in which multiple headers using different casing would overwrite previous headers in the associative array.
  • Added Utils::getDefaultHandler()
  • Marked GuzzleHttp\Client::getDefaultUserAgent as deprecated.
  • URL scheme is now always lowercased.

5.2.0 - 2015-01-27

  • Added AppliesHeadersInterface to make applying headers to a request based on the body more generic and not specific to PostBodyInterface.
  • Reduced the number of stack frames needed to send requests.
  • Nested futures are now resolved in the client rather than the RequestFsm
  • Finishing state transitions is now handled in the RequestFsm rather than the RingBridge.
  • Added a guard in the Pool class to not use recursion for request retries.

5.1.0 - 2014-12-19

  • Pool class no longer uses recursion when a request is intercepted.
  • The size of a Pool can now be dynamically adjusted using a callback. See guzzle/guzzle#943.
  • Setting a request option to null when creating a request with a client will ensure that the option is not set. This allows you to overwrite default request options on a per-request basis. See guzzle/guzzle#937.
  • Added the ability to limit which protocols are allowed for redirects by specifying a protocols array in the allow_redirects request option.
  • Nested futures due to retries are now resolved when waiting for synchronous responses. See guzzle/guzzle#947.
  • "0" is now an allowed URI path. See guzzle/guzzle#935.
  • Query no longer typehints on the $query argument in the constructor, allowing for strings and arrays.
  • Exceptions thrown in the end event are now correctly wrapped with Guzzle specific exceptions if necessary.
Commits
  • 70f1fa5 5.3.1 release
  • 4afc968 Merge pull request #1393 from xabbuh/patch-1
  • fcae91f don't use eventName as parameter and variable
  • cb8d0f2 Merge pull request #1347 from bdunogier/patch-1
  • c5bf7f5 Update events.rst: removed duplicated "the"
  • 27658fa Fixing bad merge that replaced base_url
  • fd6447e Merge pull request #1317 from katzien/patch-1
  • 8013813 Update clients.rst - base_url should be base_uri
  • 8e6f573 Use case insensitive POST check. Closes #1179
  • fd86157 Merge pull request #1110 from soukiii/5.3
  • Additional commits viewable 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 5.0.3 to 5.3.1.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/5.3.1/CHANGELOG.md)
- [Commits](guzzle/guzzle@5.0.3...5.3.1)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 7, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 25, 2022

Superseded by #4.

@dependabot dependabot bot closed this May 25, 2022
@dependabot dependabot bot deleted the dependabot/composer/sites/all/modules/opcache/guzzlehttp/guzzle-5.3.1 branch May 25, 2022 18:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants