Skip to content

Bump react/stream from 0.3.1 to 0.4.6 #9

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

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Bumps react/stream from 0.3.1 to 0.4.6.

Release notes

Sourced from react/stream's releases.

v0.4.6

  • Feature: The Buffer can now be injected into the Stream (or be used standalone)
    (#62 by clue)
  • Fix: Forward close event only once for CompositeStream and ThroughStream
    (#60 by clue)
  • Fix: Consistent close event behavior for Buffer
    (#61 by clue)

v0.4.5

  • Feature: Support setting read buffer size to null (infinite)
    (#42 by clue)
  • Fix: Do not emit full-drain event if Buffer is closed during drain event
    (#55 by clue)
  • Vastly improved performance by factor of 10x to 20x.
    Raise default buffer sizes to 64 KiB and simplify and improve error handling
    and unneeded function calls.
    (#53, #55, #56 by clue)

v0.4.4

  • Bug fix: Emit error event and close Stream when accessing the underlying
    stream resource fails with a permanent error.
    (#52 and #40 by clue, #25 by lysenkobv)
  • Bug fix: Do not emit empty data event if nothing has been read (stream reached EOF)
    (#39 by clue)
  • Bug fix: Ignore empty writes to Buffer
    (#51 by clue)
  • Add benchmarking script to measure throughput in CI
    (#41 by clue)

v0.4.3

  • Bug fix: Read buffer to 0 fixes error with libevent and large quantity of I/O (mbonneau)
  • Bug fix: No double-write during drain call (arnaud-lb)
  • Bug fix: Support HHVM (clue)
  • Adjust compatibility to 5.3 (clue)

v0.4.2

  • Added DuplexStreamInterface
  • Stream sets stream resources to non-blocking
  • Fixed potential race condition in pipe

v0.4.1

  • Bug fix: v0.3.4 changes merged for v0.4.1

v0.4.0

  • BC break: Bump minimum PHP version to PHP 5.4, remove 5.3 specific hacks
  • BC break: Update to Evenement 2.0
  • Dependency: Autoloading and filesystem structure now PSR-4 instead of PSR-0

v0.3.4

  • Bug fix: [Stream] Fixed 100% CPU spike from non-empty write buffer on closed stream
... (truncated)
Changelog

Sourced from react/stream's changelog.

0.4.6 (2017-01-25)

  • Feature: The Buffer can now be injected into the Stream (or be used standalone)
    (#62 by clue)

  • Fix: Forward close event only once for CompositeStream and ThroughStream
    (#60 by clue)

  • Fix: Consistent close event behavior for Buffer
    (#61 by clue)

0.4.5 (2016-11-13)

  • Feature: Support setting read buffer size to null (infinite)
    (#42 by clue)

  • Fix: Do not emit full-drain event if Buffer is closed during drain event
    (#55 by clue)

  • Vastly improved performance by factor of 10x to 20x.
    Raise default buffer sizes to 64 KiB and simplify and improve error handling
    and unneeded function calls.
    (#53, #55, #56 by clue)

0.4.4 (2016-08-22)

  • Bug fix: Emit error event and close Stream when accessing the underlying
    stream resource fails with a permanent error.
    (#52 and #40 by clue, #25 by lysenkobv)

  • Bug fix: Do not emit empty data event if nothing has been read (stream reached EOF)
    (#39 by clue)

  • Bug fix: Ignore empty writes to Buffer
    (#51 by clue)

  • Add benchmarking script to measure throughput in CI
    (#41 by clue)

0.4.3 (2015-10-07)

  • Bug fix: Read buffer to 0 fixes error with libevent and large quantity of I/O (mbonneau)
  • Bug fix: No double-write during drain call (arnaud-lb)
  • Bug fix: Support HHVM (clue)
  • Adjust compatibility to 5.3 (clue)

0.4.2 (2014-09-09)

  • Added DuplexStreamInterface
  • Stream sets stream resources to non-blocking
... (truncated)
Commits
  • 44dc7f5 Prepare v0.4.6 release
  • 78ee694 Merge pull request #62 from clue-labs/inject-buffer
  • 23d51f0 Simplify interaction between Stream and Buffer
  • d5ade6b Inject Buffer into Stream
  • 12859f7 Merge pull request #61 from clue-labs/buffer-close
  • d2d25e1 Merge pull request #60 from clue-labs/composite-close
  • d475b9e Remove all listeners from Buffer when closing
  • 78c5b0f Remove stream from loop when closing buffer
  • 1e2c01f Close Buffer after emitting "error" event
  • 3b380bf Only emit "close" event once for Buffer
  • 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.

Bumps [react/stream](https://github.com/reactphp/stream) from 0.3.1 to 0.4.6.
- [Release notes](https://github.com/reactphp/stream/releases)
- [Changelog](https://github.com/reactphp/stream/blob/master/CHANGELOG.md)
- [Commits](reactphp/stream@v0.3.1...v0.4.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Looks like react/stream is no longer updatable, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/react/stream-0.4.6 branch January 9, 2019 10:33
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