Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps react/event-loop from 0.4.3 to 0.5.3.

Release notes

Sourced from react/event-loop's releases.

v0.5.3

  • Improve performance by importing global functions.
    (#167 by Ocramius)

  • Improve test suite by simplifying test bootstrap by using dev autoloader.
    (#169 by lcobucci)

  • Minor internal changes to improved backward compatibility with PHP 5.3.
    (#166 by Donatello-za)

v0.5.2

  • Feature: Improve memory consumption and runtime performance for StreamSelectLoop timers.
    (#164 by clue)

  • Improve test suite by removing I/O dependency at StreamSelectLoopTest to fix Mac OS X tests.
    (#161 by nawarian)

v0.5.1

v0.5.0

A major feature release with a significant documentation overhaul and long overdue API cleanup!

This update involves a number of BC breaks due to dropped support for deprecated
functionality. We've tried hard to avoid BC breaks where possible and minimize
impact otherwise. We expect that most consumers of this package will actually
not be affected by any BC breaks, see below for more details.

We realize that the changes listed below may seem overwhelming, but we've tried
to be very clear about any possible BC breaks. Don't worry: In fact, all ReactPHP
components are already compatible and support both this new release as well as
providing backwards compatibility with the last release.

  • Feature / BC break: Add support for signal handling via new
    LoopInterface::addSignal() and LoopInterface::removeSignal() methods.
    (#104 by WyriHaximus and #111 and #150 by clue)

    $loop->addSignal(SIGINT, function () {
        echo 'CTRL-C';
    });
  • Feature: Significant documentation updates for LoopInterface and Factory.
    (#100, #119, #126, #127, #159 and #160 by clue, #113 by WyriHaximus and #81 and #91 by jsor)

  • Feature: Add examples to ease getting started
    (#99, #100 and #125 by clue, #59 by WyriHaximus and #143 by jsor)

  • Feature: Documentation for advanced timer concepts, such as monotonic time source vs wall-clock time

... (truncated)
Changelog

Sourced from react/event-loop's changelog.

0.5.3 (2018-07-09)

  • Improve performance by importing global functions.
    (#167 by Ocramius)

  • Improve test suite by simplifying test bootstrap by using dev autoloader.
    (#169 by lcobucci)

  • Minor internal changes to improved backward compatibility with PHP 5.3.
    (#166 by Donatello-za)

0.5.2 (2018-04-24)

  • Feature: Improve memory consumption and runtime performance for StreamSelectLoop timers.
    (#164 by clue)

  • Improve test suite by removing I/O dependency at StreamSelectLoopTest to fix Mac OS X tests.
    (#161 by nawarian)

0.5.1 (2018-04-09)

0.5.0 (2018-04-05)

A major feature release with a significant documentation overhaul and long overdue API cleanup!

This update involves a number of BC breaks due to dropped support for deprecated
functionality. We've tried hard to avoid BC breaks where possible and minimize
impact otherwise. We expect that most consumers of this package will actually
not be affected by any BC breaks, see below for more details.

We realize that the changes listed below may seem overwhelming, but we've tried
to be very clear about any possible BC breaks. Don't worry: In fact, all ReactPHP
components are already compatible and support both this new release as well as
providing backwards compatibility with the last release.

  • Feature / BC break: Add support for signal handling via new
    LoopInterface::addSignal() and LoopInterface::removeSignal() methods.
    (#104 by WyriHaximus and #111 and #150 by clue)

    $loop->addSignal(SIGINT, function () {
        echo 'CTRL-C';
    });
  • Feature: Significant documentation updates for LoopInterface and Factory.
    (#100, #119, #126, #127, #159 and #160 by clue, #113 by WyriHaximus and #81 and #91 by jsor)

... (truncated)
Commits
  • 228178a Prepare v0.5.3 release
  • fc1d78e Merge pull request #167 from Ocramius/feature/imported-global-functions
  • b2a3488 Merge pull request #169 from lcobucci/add-dev-namespace-to-autoloader
  • 4f2108e Simplify test bootstrap by using dev autoloader
  • 88d35a6 Replaced constant references with fully qualified constant references
  • b048bd7 Using a real Timer instance, since pre-historic PHPUnit versions are being ...
  • 75bead6 Importing global functions - micro-optimisation, but relevant for this high-t...
  • 427853c Found zeh bug: spl_objet_hash() was used instead of spl_object_hash()
  • 707a875 Merge pull request #166 from Donatello-za/issue-165
  • 603dc40 Issue #165: Improved backward compatibility with PHP 5.3
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @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 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.4.3 to 0.5.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.4.3...v0.5.3)

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

Superseded by #11.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/react/event-loop-0.5.3 branch July 12, 2018 07:28
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