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/promise-stream from 1.1.1 to 1.2.0 #19

Merged
merged 1 commit into from Jul 4, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps react/promise-stream from 1.1.1 to 1.2.0.

Release notes

Sourced from react/promise-stream's releases.

v1.2.0

  • Feature: Support unwrapping object streams by buffering original write chunks in array.
    (#15 by @​clue)

  • Feature: Clean up unneeded references for unwrapped streams when closing.
    (#18 by @​clue)

  • Fix: Writing to closed unwrapped stream should return false (backpressure).
    (#17 by @​clue)

  • Improve test suite to support PHPUnit 7, PHP 7.3 and fix incomplete test
    and improve API documentation.
    (#16 and #19 by @​clue)

Changelog

Sourced from react/promise-stream's changelog.

1.2.0 (2019-07-03)

  • Feature: Support unwrapping object streams by buffering original write chunks in array.
    (#15 by @​clue)

  • Feature: Clean up unneeded references for unwrapped streams when closing.
    (#18 by @​clue)

  • Fix: Writing to closed unwrapped stream should return false (backpressure).
    (#17 by @​clue)

  • Improve test suite to support PHPUnit 7, PHP 7.3 and fix incomplete test
    and improve API documentation.
    (#16 and #19 by @​clue)

Commits
  • 6384d8b Prepare v1.2.0 release
  • a1edba4 Merge pull request #17 from clue-labs/unwrapped-write
  • b5cf8b2 Merge pull request #19 from clue-labs/docs
  • bcbab44 Merge pull request #18 from clue-labs/cleanup-refs
  • f6bc9f8 Improve API documentation
  • bb8527f Clean up unneeded references for unwrapped streams when closing
  • 3d3eed1 Writing to closed unwrapped stream should return false (backpressure)
  • 2d47cc2 Improve test suite to support PHPUnit 7, PHP 7.3 and fix incomple… (#16)
  • 302f2e1 Improve test suite to support PHPUnit 7, PHP 7.3 and fix incomplete test
  • de1ef83 Merge pull request #15 from clue-labs/write-chunks
  • 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 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 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). To ignore the version in this PR you can just close it
  • @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.

Bumps [react/promise-stream](https://github.com/reactphp/promise-stream) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/reactphp/promise-stream/releases)
- [Changelog](https://github.com/reactphp/promise-stream/blob/master/CHANGELOG.md)
- [Commits](reactphp/promise-stream@v1.1.1...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@WyriHaximus WyriHaximus merged commit b51340d into master Jul 4, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/react/promise-stream-1.2.0 branch July 4, 2019 06:12
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.

None yet

1 participant