Bump react/event-loop from 1.1.1 to 1.4.0
Type: Pull Request
State: Closed
Association: Contributor
Comments: 0
(about 3 years ago)
(about 1 year ago)
(about 1 year ago)
Dependencies 📦 PHP 🐘 JSON 👨💼
Bumps react/event-loop from 1.1.1 to 1.4.0.
Release notes
Sourced from react/event-loop's releases.
v1.4.0
Feature: Improve performance of
Loopby avoiding unneeded method calls. (#266 by@clue)Feature: Support checking
EINTRconstant fromext-pcntlwithoutext-sockets. (#265 by@clue)Improve test suite, run tests on PHP 8.2 and report failed assertions. (#258 by
@WyriHaximus, #264 by@clueand #251, #261 and #262 by@SimonFrings)v1.3.0
Feature: Improve default
StreamSelectLoopto report any warnings for invalid streams. (#245 by@clue)Feature: Improve performance of
StreamSelectLoopwhen no timers are scheduled. (#246 by@clue)Fix: Fix periodic timer with zero interval for
ExtEvLoopand legacyExtLibevLoop. (#243 by@lucasnetau)Minor documentation improvements, update PHP version references. (#240, #248 and #250 by
@SimonFrings, #241 by@dbuand #249 by@clue)Improve test suite and test against PHP 8.1. (#238 by
@WyriHaximusand #242 by@clue)v1.2.0
A major new feature release, see release announcement.
Feature: Introduce new concept of default loop with the new
Loopclass. (#226 by@WyriHaximus, #229, #231 and #232 by@clue)The
Loopclass exists as a convenient global accessor for the event loop. It provides all methods that exist on theLoopInterfaceas static methods and will automatically execute the loop at the end of the program:$timer = Loop::addPeriodicTimer(0.1, function () { echo 'Tick' . PHP_EOL; });Loop::addTimer(1.0, function () use ($timer) { Loop::cancelTimer($timer); echo 'Done' . PHP_EOL; });
... (truncated)
Changelog
Sourced from react/event-loop's changelog.
1.4.0 (2023-05-05)
Feature: Improve performance of
Loopby avoiding unneeded method calls. (#266 by@clue)Feature: Support checking
EINTRconstant fromext-pcntlwithoutext-sockets. (#265 by@clue)Improve test suite, run tests on PHP 8.2 and report failed assertions. (#258 by
@WyriHaximus, #264 by@clueand #251, #261 and #262 by@SimonFrings)1.3.0 (2022-03-17)
Feature: Improve default
StreamSelectLoopto report any warnings for invalid streams. (#245 by@clue)Feature: Improve performance of
StreamSelectLoopwhen no timers are scheduled. (#246 by@clue)Fix: Fix periodic timer with zero interval for
ExtEvLoopand legacyExtLibevLoop. (#243 by@lucasnetau)Minor documentation improvements, update PHP version references. (#240, #248 and #250 by
@SimonFrings, #241 by@dbuand #249 by@clue)Improve test suite and test against PHP 8.1. (#238 by
@WyriHaximusand #242 by@clue)1.2.0 (2021-07-11)
A major new feature release, see release announcement.
Feature: Introduce new concept of default loop with the new
Loopclass. (#226 by@WyriHaximus, #229, #231 and #232 by@clue)The
Loopclass exists as a convenient global accessor for the event loop. It provides all methods that exist on theLoopInterfaceas static methods and will automatically execute the loop at the end of the program:$timer = Loop::addPeriodicTimer(0.1, function () { echo 'Tick' . PHP_EOL; });Loop::addTimer(1.0, function () use ($timer) { Loop::cancelTimer($timer); echo 'Done' . PHP_EOL;
... (truncated)
Commits
6e7e587Prepare v1.4.0 release1e7460bMerge pull request #266 from clue-labs/perfa78ae0bMerge pull request #263 from WyriHaximus-labs/1.x-replace-google.com-with-rea...2f6d3cdImprove performance ofLoopby avoiding unneeded method callse72f139Replace 3rd party domains in examples with example.com21914ffMerge pull request #265 from clue-labs/eintr-pcntl05225dcSupport checkingEINTRconstant fromext-pcntlwithoutext-sockets747a470Merge pull request #264 from clue-labs/update-testsd1595b7Update test suite and report failed assertionseaff8feMerge pull request #258 from WyriHaximus-labs/1.x-test-on-8.2- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+40
-14
Package Dependencies
Technical Details
| ID: | 593797 |
| UUID: | 1341395195 |
| Node ID: | PR_kwDODkwTJ85P9BD7 |
| Host: | GitHub |
| Repository: | reactphp-parallel/pool-tests |
| Merge State: | Unknown |