Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Bump php-http/message from 1.6.0 to 1.11.1 #23

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

Conversation

dependabot-preview[bot]
Copy link

Bumps php-http/message from 1.6.0 to 1.11.1.

Release notes

Sourced from php-http/message's releases.

1.11.1

  • Support GuzzleHttp/Psr7 version 2.0 in the (deprecated) GuzzleUriFactory.

1.11.0

  • Migrated from zendframework/zend-diactoros to laminas/laminas-diactoros. Users are encouraged to update their dependencies by simply replacing the Zend package with the Laminas package. Due to the laminas-zendframework-brige, BC changes are not expected and legacy code does not need to be refactored (though it is recommended and simple).

  • The diactoros factories of php-http/message will return objects from the Laminas\Diactoros\ namespace, if the respective classes are available via autoloading, but continue to return objects from Zend\Diactoros\ namespace otherwise.

  • Allow to specify the hashing algorithm for WSSE authentication.

1.10.0

  • Added PHP8 support

1.9.1

  • Improved detection of binary stream to not consider newlines, carriage return or tabs as binary.

1.9.0

  • Omitted binary body in FullHttpMessageFormatter and CurlCommandFormatter. [binary stream omitted] will be shown instead.

Added

  • New Header authentication method for arbitrary header authentication.

1.8.0

Changed

  • Raised minimum PHP version to 7.1

Fixed

  • Fatal error on CurlCommandFormatter when body is larger than escapeshellarg allowed length.
  • Do not read stream in message formatter if stream is not seekable.

1.7.2

Fixed

  • FilteredStream uses @trigger_error instead of throwing exceptions to not break careless users. You still need to fix your stream code to respect isSeekable. Seeking does not work as expected, and we will add exceptions in version 2.

1.7.1

Fixed

  • FilteredStream is not actually seekable

... (truncated)

Changelog

Sourced from php-http/message's changelog.

[1.11.1] - 2021-05-24

  • Support GuzzleHttp/Psr7 version 2.0 in the (deprecated) GuzzleUriFactory.

[1.11.0] - 2020-02-01

  • Migrated from zendframework/zend-diactoros to laminas/laminas-diactoros. Users are encouraged to update their dependencies by simply replacing the Zend package with the Laminas package. Due to the laminas-zendframework-brige, BC changes are not expected and legacy code does not need to be refactored (though it is recommended and simple).

  • The diactoros factories of php-http/message will return objects from the Laminas\Diactoros\ namespace, if the respective classes are available via autoloading, but continue to return objects from Zend\Diactoros\ namespace otherwise.

  • Allow to specify the hashing algorithm for WSSE authentication.

[1.10.0] - 2020-11-11

  • Added support for PHP 8.0.

[1.9.1] - 2020-10-13

  • Improved detection of binary stream to not consider newlines, carriage return or tabs as binary.

[1.9.0] - 2020-08-17

  • Omitted binary body in FullHttpMessageFormatter and CurlCommandFormatter. [binary stream omitted] will be shown instead.

Added

  • New Header authentication method for arbitrary header authentication.

[1.8.0] - 2019-08-05

Changed

  • Raised minimum PHP version to 7.1

Fixed

  • Fatal error on CurlCommandFormatter when body is larger than escapeshellarg allowed length.
  • Do not read stream in message formatter if stream is not seekable.

[1.7.2] - 2018-10-30

Fixed

  • FilteredStream uses @trigger_error instead of throwing exceptions to not

... (truncated)

Commits
  • 887734d Merge pull request #139 from php-http/guzzle-psr7-2
  • 11dd897 fix code rot in ci setup
  • 9b8d8f7 support guzzle psr7 version 2
  • fb0dbce prepare release
  • 659f876 Allow to specify hashing algorithm for WSSE
  • c6f875f final class has no use for protected property or method, make them private
  • d23ac28 add license badge to readme
  • 2fd638e Merge pull request #137 from php-http/link-workflow
  • 613250d Update README.md
  • 6e2c574 migrated to laminas/laminas-diactoros (#125) (#134)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [php-http/message](https://github.com/php-http/message) from 1.6.0 to 1.11.1.
- [Release notes](https://github.com/php-http/message/releases)
- [Changelog](https://github.com/php-http/message/blob/master/CHANGELOG.md)
- [Commits](php-http/message@1.6.0...1.11.1)

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