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 react/http from 1.0.0 to 1.3.0 #21

Merged
merged 1 commit into from
Apr 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2021

Bumps react/http from 1.0.0 to 1.3.0.

Release notes

Sourced from react/http's releases.

v1.3.0

  • Feature: Support persistent connections (Connection: keep-alive). (#405 by @​clue)

    This shows a noticeable performance improvement especially when benchmarking using persistent connections (which is the default pretty much everywhere). Together with other changes in this release, this improves benchmarking performance by around 100%.

  • Feature: Require Host request header for HTTP/1.1 requests. (#404 by @​clue)

  • Minor documentation improvements. (#398 by @​fritz-gerneth and #399 and #400 by @​pavog)

  • Improve test suite, use GitHub actions for continuous integration (CI). (#402 by @​SimonFrings)

v1.2.0

  • Feature: Keep request body in memory also after consuming request body. (#395 by @​clue)

    This means consumers can now always access the complete request body as detailed in the documentation. This allows building custom parsers and more advanced processing models without having to mess with the default parsers.

v1.1.0

  • Feature: Support upcoming PHP 8 release, update to reactphp/socket v1.6 and adjust type checks for invalid chunk headers. (#391 by @​clue)

  • Feature: Consistently resolve base URL according to HTTP specs. (#379 by @​clue)

  • Feature / Fix: Expose Transfer-Encoding: chunked response header and fix chunked responses for HEAD requests. (#381 by @​clue)

  • Internal refactoring to remove unneeded MessageFactory and Response classes. (#380 and #389 by @​clue)

  • Minor documentation improvements and improve test suite, update to support PHPUnit 9.3. (#385 by @​clue and #393 by @​SimonFrings)

Changelog

Sourced from react/http's changelog.

1.3.0 (2021-04-11)

  • Feature: Support persistent connections (Connection: keep-alive). (#405 by @​clue)

    This shows a noticeable performance improvement especially when benchmarking using persistent connections (which is the default pretty much everywhere). Together with other changes in this release, this improves benchmarking performance by around 100%.

  • Feature: Require Host request header for HTTP/1.1 requests. (#404 by @​clue)

  • Minor documentation improvements. (#398 by @​fritz-gerneth and #399 and #400 by @​pavog)

  • Improve test suite, use GitHub actions for continuous integration (CI). (#402 by @​SimonFrings)

1.2.0 (2020-12-04)

  • Feature: Keep request body in memory also after consuming request body. (#395 by @​clue)

    This means consumers can now always access the complete request body as detailed in the documentation. This allows building custom parsers and more advanced processing models without having to mess with the default parsers.

1.1.0 (2020-09-11)

  • Feature: Support upcoming PHP 8 release, update to reactphp/socket v1.6 and adjust type checks for invalid chunk headers. (#391 by @​clue)

  • Feature: Consistently resolve base URL according to HTTP specs. (#379 by @​clue)

  • Feature / Fix: Expose Transfer-Encoding: chunked response header and fix chunked responses for HEAD requests. (#381 by @​clue)

  • Internal refactoring to remove unneeded MessageFactory and Response classes. (#380 and #389 by @​clue)

  • Minor documentation improvements and improve test suite, update to support PHPUnit 9.3. (#385 by @​clue and #393 by @​SimonFrings)

Commits
  • bc53727 Prepare v1.3.0 release
  • c22fde6 Merge pull request #404 from clue-labs/require-host
  • c919cb7 Merge pull request #405 from clue-labs/keepalive
  • 84fbe78 Improve benchmarking instructions and dangling memory references
  • 7aa08f0 Support persistent connections (Connection: keep-alive)
  • 6bcbe54 Require Host request header for HTTP/1.1 requests
  • 5944a08 Merge pull request #398 from funct/update-readme
  • f76e147 Fix broken anchor link in README
  • 2a9fc79 Merge pull request #402 from SimonFrings/ci
  • aaca1b3 Set Xdebug's stack limit to 256 for legacy PHP
  • 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)

Bumps [react/http](https://github.com/reactphp/http) from 1.0.0 to 1.3.0.
- [Release notes](https://github.com/reactphp/http/releases)
- [Changelog](https://github.com/reactphp/http/blob/master/CHANGELOG.md)
- [Commits](reactphp/http@v1.0.0...v1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from WyriHaximus as a code owner April 12, 2021 05:57
@dependabot dependabot bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Apr 12, 2021
@WyriHaximus WyriHaximus added this to the 2.1.0 milestone Apr 12, 2021
@WyriHaximus WyriHaximus merged commit ad7b180 into master Apr 12, 2021
@dependabot dependabot bot deleted the dependabot/composer/react/http-1.3.0 branch April 12, 2021 21:27
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 PHP 🐘 Hypertext Pre Processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant