Skip to content

Bump react/event-loop from 0.3.0 to 0.4.3 #26

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/event-loop from 0.3.0 to 0.4.3.

Release notes

Sourced from react/event-loop's releases.

v0.4.3

This is a bug fix and improvement release:

  • Bug fix: Bugfix in the usage sample code #57 (dandelionred)
  • Improvement: Remove branch-alias definition #53 (WyriHaximus)
  • Improvement: StreamSelectLoop: Use fresh time so Timers added during stream events are accurate #51 (andrewminerd)
  • Improvement: Avoid deprecation warnings in test suite due to deprecation of getMock() in PHPUnit #68 (martinschroeder)
  • Improvement: Add PHPUnit 4.8 to require-dev #69 (shaunbramley)
  • Improvement: Increase test timeouts for HHVM and unify timeout handling #70 (clue)
  • Improvement: Travis improvements (backported from #74) #75 (clue)
  • Improvement: Test suite now uses socket pairs instead of memory streams #66 (martinschroeder)
  • Improvement: StreamSelectLoop: Test suite uses signal constant names in data provider #67 (martinschroeder)
  • Improvement: ExtEventLoop: No longer suppress all errors #65 (mamciek)
  • Improvement: Readme cleanup #89 (jsor)
  • Improvement: Restructure and improve README #90 (jsor)
  • Bug fix: StreamSelectLoop: Fix erroneous zero-time sleep (backport to 0.4) #94 (jsor)

v0.4.2

  • Bug fix: No longer error when signals sent to StreamSelectLoop
  • Support HHVM and PHP7 (ondrejmirtes, cebe)
  • Feature: Added support for EventConfig for ExtEventLoop (steverhoades)
  • Bug fix: Fixed an issue loading loop extension libs via autoloader (czarpino)

v0.4.1

  • Bug fix: null timeout in StreamSelectLoop causing 100% CPU usage (clue)
  • Bug fix: v0.3.4 changes merged for v0.4.1

v0.4.0

  • Feature: Added EventLoopInterface::nextTick(), implemented in all event loops (jmalloc)
  • Feature: Added EventLoopInterface::futureTick(), implemented in all event loops (jmalloc)
  • Feature: Added ExtEventLoop implementation using pecl/event (jmalloc)
  • BC break: Bump minimum PHP version to PHP 5.4, remove 5.3 specific hacks
  • BC break: New method: EventLoopInterface::nextTick()
  • BC break: New method: EventLoopInterface::futureTick()
  • Dependency: Autoloading and filesystem structure now PSR-4 instead of PSR-0

v0.3.5

This is a compatibility release that eases upgrading to the v0.4 release branch.
You should consider upgrading to the v0.4 release branch.

  • Feature: Cap min timer interval at 1µs, thus improving compatibility with v0.4
    (#47 by clue)

v0.3.4

  • Bug fix: Changed StreamSelectLoop to use non-blocking behavior on tick() (astephens25)

v0.3.3

  • Bug fix: No error on removing non-existent streams (clue)
  • Bug fix: Do not silently remove feof listeners in LibEvLoop
Changelog

Sourced from react/event-loop's changelog.

0.4.3 (2017-04-27)

  • Bug fix: Bugfix in the usage sample code #57 (dandelionred)
  • Improvement: Remove branch-alias definition #53 (WyriHaximus)
  • Improvement: StreamSelectLoop: Use fresh time so Timers added during stream events are accurate #51 (andrewminerd)
  • Improvement: Avoid deprecation warnings in test suite due to deprecation of getMock() in PHPUnit #68 (martinschroeder)
  • Improvement: Add PHPUnit 4.8 to require-dev #69 (shaunbramley)
  • Improvement: Increase test timeouts for HHVM and unify timeout handling #70 (clue)
  • Improvement: Travis improvements (backported from #74) #75 (clue)
  • Improvement: Test suite now uses socket pairs instead of memory streams #66 (martinschroeder)
  • Improvement: StreamSelectLoop: Test suite uses signal constant names in data provider #67 (martinschroeder)
  • Improvement: ExtEventLoop: No longer suppress all errors #65 (mamciek)
  • Improvement: Readme cleanup #89 (jsor)
  • Improvement: Restructure and improve README #90 (jsor)
  • Bug fix: StreamSelectLoop: Fix erroneous zero-time sleep (backport to 0.4) #94 (jsor)

0.4.2 (2016-03-07)

  • Bug fix: No longer error when signals sent to StreamSelectLoop
  • Support HHVM and PHP7 (ondrejmirtes, cebe)
  • Feature: Added support for EventConfig for ExtEventLoop (steverhoades)
  • Bug fix: Fixed an issue loading loop extension libs via autoloader (czarpino)

0.4.1 (2014-04-13)

  • Bug fix: null timeout in StreamSelectLoop causing 100% CPU usage (clue)
  • Bug fix: v0.3.4 changes merged for v0.4.1

0.4.0 (2014-02-02)

  • Feature: Added EventLoopInterface::nextTick(), implemented in all event loops (jmalloc)
  • Feature: Added EventLoopInterface::futureTick(), implemented in all event loops (jmalloc)
  • Feature: Added ExtEventLoop implementation using pecl/event (jmalloc)
  • BC break: Bump minimum PHP version to PHP 5.4, remove 5.3 specific hacks
  • BC break: New method: EventLoopInterface::nextTick()
  • BC break: New method: EventLoopInterface::futureTick()
  • Dependency: Autoloading and filesystem structure now PSR-4 instead of PSR-0

0.3.5 (2016-12-28)

This is a compatibility release that eases upgrading to the v0.4 release branch.
You should consider upgrading to the v0.4 release branch.

  • Feature: Cap min timer interval at 1µs, thus improving compatibility with v0.4
    (#47 by clue)

0.3.4 (2014-03-30)

  • Bug fix: Changed StreamSelectLoop to use non-blocking behavior on tick() (astephens25)
... (truncated)
Commits
  • 8bde034 Added 0.4.3 to changelog
  • 47fe726 Merge pull request #94 from jsor-labs/backport-93
  • 7d5fb96 Add StreamSelectLoop timeout rounding.
  • c29941d Add StreamSelectLoop test for timer with small interval.
  • 9504651 Merge pull request #90 from jsor-labs/0.4-readme-improvements
  • 3e0b3f1 Move general description back to top and use short introduction for usage
  • 03f6d8f Restructure and improve README
  • ae8fe72 Merge pull request #89 from jsor-labs/0.4-add-pr85
  • 6e821cb Use svg travis badge
  • 820875a Fix code indention and add some linebreaks
  • 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/event-loop](https://github.com/reactphp/event-loop) from 0.3.0 to 0.4.3.
- [Release notes](https://github.com/reactphp/event-loop/releases)
- [Changelog](https://github.com/reactphp/event-loop/blob/master/CHANGELOG.md)
- [Commits](reactphp/event-loop@v0.3.0...v0.4.3)

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

Looks like react/event-loop is no longer updatable, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/react/event-loop-0.4.3 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