Update dependency react/event-loop to v1.4.0 - autoclosed #45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.1->1.4.0Release Notes
reactphp/event-loop (react/event-loop)
v1.4.0Compare Source
Feature: Improve performance of
Loopby avoiding unneeded method calls.(#266 by @clue)
Feature: Support checking
EINTRconstant fromext-pcntlwithoutext-sockets.(#265 by @clue)
Minor documentation improvements.
(#254 by @nhedger)
Improve test suite, run tests on PHP 8.2 and report failed assertions.
(#258 by @WyriHaximus, #264 by @clue and #251, #261 and #262 by @SimonFrings)
v1.3.0Compare Source
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 @dbu and #249 by @clue)
Improve test suite and test against PHP 8.1.
(#238 by @WyriHaximus and #242 by @clue)
v1.2.0Compare Source
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 the
LoopInterfaceas static methods andwill automatically execute the loop at the end of the program:
The explicit loop instructions are still valid and may still be useful in some applications,
especially for a transition period towards the more concise style.
The
Loop::get()method can be used to get the currently active event loop instance.Minor documentation improvements and mark legacy extensions as deprecated.
(#234 by @SimonFrings, #214 by @WyriHaximus and #233 and #235 by @nhedger)
Improve test suite, use GitHub actions for continuous integration (CI),
update PHPUnit config and run tests on PHP 8.
(#212 and #215 by @SimonFrings and #230 by @clue)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.