Skip to content

Bump react/http-client from 0.3.2 to 0.4.17 #24

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 9, 2019

Bumps react/http-client from 0.3.2 to 0.4.17.

Release notes

Sourced from react/http-client's releases.

v0.4.17

  • Improvement: Add PHPUnit to require-dev #75 jsor
  • Fix: Fix chunk header to be case-insensitive and allow leading zeros for end chunk #77 mdrost

v0.4.16

v0.4.15

  • Improvement: Add examples #69 clue
  • Fix: Ensure checking for 0 length chunk, when we should check for it #71 WyriHaximus

v0.4.14

  • Fix: Ensure the first bit of body directly after the headers is emitted into the stream #68 WyriHaximus

v0.4.13

  • Fix: Ensure Request emits initial Response data as string #66 mmelvin0

v0.4.12

  • Fix: Changed $stream from DuplexStreamInterface to ReadableStreamInterface in Response constructor #63 WyriHaximus

v0.4.11

v0.4.10

  • Improvement: Update react/socket-client dependency to all supported versions clue

v0.4.9

  • Improvement: PHP 7 memory leak, related to PHP bug 71737 jmalloc
  • Improvement: Clean up all listeners when closing request weichenlin

v0.4.8

  • Improvement: Avoid hiding exceptions thrown in HttpClient\Request error handlers arnaud-lb

v0.4.7

  • Improvement: Set protocol version on request creation WyriHaximus

v0.4.6

  • Improvement: Support explicitly using HTTP/1.1 protocol version clue

v0.4.5

  • Improvement: Replaced the abandoned guzzle/parser with guzzlehttp/psr7 WyriHaximus

v0.4.4

  • Improvement: Emit drain event when the request is ready to receive more data by arnaud-lb

v0.4.3

  • Improvement: Added support for using auth informations from URL by arnaud-lb

v0.4.2

  • Improvement: Pass Response object on with data emit by dpovshed
... (truncated)
Changelog

Sourced from react/http-client's changelog.

0.4.17 (2017-03-20)

  • Improvement: Add PHPUnit to require-dev #75 jsor
  • Fix: Fix chunk header to be case-insensitive and allow leading zeros for end chunk #77 mdrost

0.4.16 (2017-03-01)

0.4.15 (2016-12-02)

  • Improvement: Add examples #69 clue
  • Fix: Ensure checking for 0 length chunk, when we should check for it #71 WyriHaximus

0.4.14 (2016-10-28)

  • Fix: Ensure the first bit of body directly after the headers is emitted into the stream #68 WyriHaximus

0.4.13 (2016-10-13)

  • Fix: Ensure Request emits initial Response data as string #66 mmelvin0

0.4.12 (2016-10-06)

  • Fix: Changed $stream from DuplexStreamInterface to ReadableStreamInterface in Response constructor #63 WyriHaximus

0.4.11 (2016-09-15)

0.4.10 (2016-03-21)

  • Improvement: Update react/socket-client dependency to all supported versions clue

0.4.9 (2016-03-08)

  • Improvement: PHP 7 memory leak, related to PHP bug 71737 jmalloc
  • Improvement: Clean up all listeners when closing request weichenlin

0.4.8 (2015-10-05)

  • Improvement: Avoid hiding exceptions thrown in HttpClient\Request error handlers arnaud-lb

0.4.7 (2015-09-24)

  • Improvement: Set protocol version on request creation WyriHaximus

0.4.6 (2015-09-20)

  • Improvement: Support explicitly using HTTP/1.1 protocol version clue
... (truncated)
Commits
  • 75ee8a1 Added v0.4.17 to the changelog
  • dd9919b Merge pull request #77 from mdrost/issue-76
  • 71e7eb2 Allow terminating chunk to has variable number of zeros
  • 9a89475 Allow chunk size to be encoded with uppercase hexadecimal digits
  • d70adc7 Merge pull request #75 from jsor-labs/phpunit-require-dev
  • b80578d Add PHPUnit to require-dev
  • 307d8f9 Added v0.4.16 to changelog
  • 3a90b2a Merge pull request #73 from maciejmrozinski/chunk_size_leading_zeros
  • 3c9ab0a Move tests to valid ones
  • 7e904b7 Add end chunk zero check
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/react/http-client-0.4.17 branch from 60b4a0d to 661bfc6 Compare January 9, 2019 10:33
Bumps [react/http-client](https://github.com/reactphp/http-client) from 0.3.2 to 0.4.17.
- [Release notes](https://github.com/reactphp/http-client/releases)
- [Changelog](https://github.com/reactphp/http-client/blob/master/CHANGELOG.md)
- [Commits](reactphp/http-client@v0.3.2...v0.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/react/http-client-0.4.17 branch from 661bfc6 to 6089a86 Compare January 10, 2019 07:11
@dependabot-preview
Copy link
Contributor Author

Looks like react/http-client is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/react/http-client-0.4.17 branch January 13, 2019 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant