Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps react/http from 1.2.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)

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)

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.2.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.2.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 06:16
@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 1.2.0 milestone Apr 12, 2021
@WyriHaximus WyriHaximus merged commit acd992a into master Apr 12, 2021
@dependabot dependabot bot deleted the dependabot/composer/react/http-1.3.0 branch April 12, 2021 21:28
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.

2 participants