SemaphoreSMS / semaphore-client

A composer compatible library for accessing the Semaphore SMS API
MIT License
1 stars 9 forks source link

Bump guzzlehttp/guzzle from 6.0.2 to 6.2.1 #8

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps guzzlehttp/guzzle from 6.0.2 to 6.2.1.

Release notes

Sourced from guzzlehttp/guzzle's releases.

6.2.1 release

  • Addressing HTTP_PROXY security vulnerability, CVE-2016-5385: https://httpoxy.org/. Please update to this version of Guzzle in order to mitigate the vulnerability when sending Guzzle requests inside of a CGI application.
  • Fixing timeout bug with StreamHandler
  • Only read up to Content-Length in PHP StreamHandler to avoid timeouts when a server does not honor Connection: close.
  • Ignore URI fragment when sending requests.

Version 6.2.0

6.1.1

6.1.0

No release notes provided.

Changelog

Sourced from guzzlehttp/guzzle's changelog.

6.2.1 - 2016-07-18

  • Address HTTP_PROXY security vulnerability, CVE-2016-5385: https://httpoxy.org/
  • Fixing timeout bug with StreamHandler: guzzle/guzzle#1488
  • Only read up to Content-Length in PHP StreamHandler to avoid timeouts when a server does not honor Connection: close.
  • Ignore URI fragment when sending requests.

6.2.0 - 2016-03-21

6.1.1 - 2015-11-22

6.1.0 - 2015-09-08

  • Feature: Added the on_stats request option to provide access to transfer statistics for requests. guzzle/guzzle#1202
  • Feature: Added the ability to persist session cookies in CookieJars. guzzle/guzzle#1195

... (truncated)

Commits
  • 3f808fb 6.2.1 release
  • 9d521b2 Addressing HTTP_PROXY security vulnerability, CVE-2016-5385
  • 10a49d5 Merge pull request #1510 from guzzle/stream-read-content-length
  • 5b3279a Do not drain on HEAD requests
  • 90a08e8 Merge pull request #1511 from cheprasov/equal-to-identical
  • 80af242 Merge pull request #1513 from javiereguiluz/patch-1
  • 71960d8 Merge pull request #1514 from Tobion/ignore-fragment
  • 4908639 ignore URI fragment when dereferencing
  • c554a22 Fixed a PHP namespace
  • a6ed049 Only read up to Content-Length in stream wrapper
  • 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](https://github.com/SemaphoreSMS/semaphore-client/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #9.