Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2020

Bumps react-parallel/event-loop from 1.0.1 to 1.2.0.

Release notes

Sourced from react-parallel/event-loop's releases.

1.2.0

Introduces a scaling timer inside the event loop bridge. Making it use less CPU by scaling between 100 and 1000 checks for new events per second.

1.2.0

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 2

PHP 🐘,Source 🔮,enhancement

Feature 🏗,PHP 🐘,Source 🔮

Dependencies 📦,PHP 🐘

Dependencies 📦,JSON 👨‍💼,PHP 🐘

1.1.0

Metrics

Added support for metrics through wyrihaximus/metrics:

use React�ventLoop\Factory;
use ReactParallel�ventLoop�ventLoopBridge;
use ReactParallel�ventLoop\Metrics;
use WyriHaximus\Metrics\Configuration;
use WyriHaximus\Metrics\InMemory\Registry;
$loop = Factory::create();
$eventLoopBridge = (new EventLoopBridge($loop))->withMetrics(Metrics::create(new Registry(Configuration::create())));

1.1.0

... (truncated)

Commits
  • d50e899 Merge pull request #11 from reactphp-parallel/tweak-scaling-range
  • 4ad1eda Tweak scaling range
  • eb446e8 Merge pull request #10 from reactphp-parallel/scale-depending-on-demand
  • 59d0351 Scale depending on demand
  • d67c05c Merge pull request #9 from reactphp-parallel/dependabot/composer/reactivex/rx...
  • 7c7a4a0 Bump reactivex/rxphp from 2.0.7 to 2.0.8
  • a288fae Merge pull request #8 from reactphp-parallel/dependabot/composer/wyrihaximus/...
  • 26e7f1f Bump wyrihaximus/metrics from 1.0.1 to 1.0.2
  • e0f37bb Merge pull request #7 from reactphp-parallel/dependabot/composer/wyrihaximus/...
  • 3e9945c Bump wyrihaximus/constants from 1.5.0 to 1.6.0
  • 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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [react-parallel/event-loop](https://github.com/reactphp-parallel/event-loop) from 1.0.1 to 1.2.0.
- [Release notes](https://github.com/reactphp-parallel/event-loop/releases)
- [Commits](reactphp-parallel/event-loop@1.0.1...1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from WyriHaximus as a code owner December 21, 2020 07:01
@dependabot dependabot bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Dec 21, 2020
@github-actions github-actions bot modified the milestone: 1.1.0 Dec 21, 2020
@WyriHaximus
Copy link
Contributor

@dependabot ignore this minor version

@dependabot dependabot bot closed this Jan 10, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2021

OK, I won't notify you about version 1.2.x again, unless you re-open this PR or update to a 1.2.x release yourself.

@dependabot dependabot bot deleted the dependabot/composer/react-parallel/event-loop-1.2.0 branch January 10, 2021 09:46
@WyriHaximus WyriHaximus restored the dependabot/composer/react-parallel/event-loop-1.2.0 branch January 10, 2021 10:50
@WyriHaximus WyriHaximus reopened this Jan 10, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2021

Looks like react-parallel/event-loop is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 10, 2021
@dependabot dependabot bot deleted the dependabot/composer/react-parallel/event-loop-1.2.0 branch January 10, 2021 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants