Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2021

Bumps react-parallel/infinite-pool from 2.0.0 to 2.1.2.

Release notes

Sourced from react-parallel/infinite-pool's releases.

2.1.2

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Dependencies 📦,JSON 👨‍💼,PHP 🐘,bug

2.1.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Dependencies 📦,JSON 👨‍💼,PHP 🐘,bug

2.1.0

Metrics

This release adds supports for metrics through wyrihaximus/metrics:

use React�ventLoop\Factory;
use ReactParallel�ventLoop�ventLoopBridge;
use ReactParallel�ventLoop\Metrics as EventLoopMetrics;
use ReactParallel\Pool\Infinite\Infinite;
use ReactParallel\Pool\Infinite\Metrics;
use WyriHaximus\Metrics\Configuration;
use WyriHaximus\Metrics\InMemory\Registry;
$loop = Factory::create();
$registry = new Registry(Configuration::create());
$eventLoopBridge = (new EventLoopBridge($loop))->withMetrics(EventLoopMetrics::create($registry));
$finite = (new Infinite($loop, $eventLoopBridge, 1.3))->withMetrics(Metrics::create($registry));

2.1.0

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

... (truncated)

Commits
  • fb2b923 Merge pull request #12 from reactphp-parallel/pool-tests-is-a-dev-requirement
  • f9093cb Moved pool tests to require-dev where it should be
  • d456cec Merge pull request #11 from reactphp-parallel/test-utilities-is-a-dev-require...
  • 5dcecba Moved test utilities to require-dev where it should be
  • 2e8e0e4 Merge pull request #9 from reactphp-parallel/add-metrics
  • 845f6fb Add Metrics
  • 16a3087 Merge pull request #10 from reactphp-parallel/fix-examples
  • 1b83894 Fix examples
  • a1e421f Merge pull request #6 from reactphp-parallel/upgrade-to-test-utilities-v3
  • a15ae0f Upgrade to test utilities v3
  • 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)

@dependabot dependabot bot requested a review from WyriHaximus as a code owner January 10, 2021 09:48
@dependabot dependabot bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Jan 10, 2021
@github-actions github-actions bot modified the milestone: 1.1.0 Jan 10, 2021
Bumps [react-parallel/infinite-pool](https://github.com/reactphp-parallel/infinite-pool) from 2.0.0 to 2.1.2.
- [Release notes](https://github.com/reactphp-parallel/infinite-pool/releases)
- [Commits](reactphp-parallel/infinite-pool@2.0.0...2.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/react-parallel/infinite-pool-2.1.2 branch from bf4806c to 8f046d8 Compare January 10, 2021 10:37
@WyriHaximus WyriHaximus merged commit 0f7153e into master Jan 10, 2021
@WyriHaximus WyriHaximus deleted the dependabot/composer/react-parallel/infinite-pool-2.1.2 branch January 10, 2021 10:42
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