Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Bump guzzlehttp/guzzle from 4.1.7 to 5.3.4 #13

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 25, 2022

Bumps guzzlehttp/guzzle from 4.1.7 to 5.3.4.

Release notes

Sourced from guzzlehttp/guzzle's releases.

5.3.3

No release notes provided.

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.

5.0.3

This change updates query strings so that they are treated as un-encoded values by default where the value represents an un-encoded value to send over the wire. A Query object then encodes the value before sending over the wire. This means that even value query string values (e.g., ":") are url encoded. This makes the Query class match PHP's http_build_query function. However, if you want to send requests over the wire using valid query string characters that do not need to be encoded, then you can provide a string to Url::setQuery() and pass true as the second argument to specify that the query string is a raw string that should not be parsed or encoded (unless a call to getQuery() is subsequently made, forcing the query-string to be converted into a Query object).

5.0.2

  • Added a trailing \r\n to multipart/form-data payloads. See #871
  • Added a GuzzleHttp\Pool::send() convenience method to match the docs.
  • Status codes are now returned as integers. See #881
  • No longer overwriting an existing application/x-www-form-urlencoded header when sending POST requests, allowing for customized headers. See #877

... (truncated)

Changelog

Sourced from guzzlehttp/guzzle's changelog.

5.3.4 - 2019-10-30

  • Fix: Prevent concurrent writes in FileCookieJar

5.3.3 - 2018-07-31

  • Fix bug parsing 0 epoch expiry times
  • Fix PHP 7.3 compatibility

5.3.2 - 2018-01-15

  • Improve tests
  • Fix react promise dependency
  • Fix PHP 7 compatibility

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.

... (truncated)

Commits

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 4.1.7 to 5.3.4.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/5.3.4/CHANGELOG.md)
- [Commits](guzzle/guzzle@4.1.7...5.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 25, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants