Releases: hiblaphp/event-loop
Releases · hiblaphp/event-loop
1.0.0-beta.2
- Refactor StreamManager error handling in stream_select on windows OS environment.
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2
1.0.0-beta.1
- Ready for beta release
1.0.0-alpha.7
Add forceShutdown call in reset method
1.0.0-alpha.6
- Fix uv loop segfault when creating new loop instead of using default loop during reset and force shutdown
1.0.0-alpha.5
- Fix stream select oversleeping missing timeout deadlines
1.0.0-alpha.4
- Improve CPU efficiency when the loop is idle removing occasional cpu spike when executing idle timer and curl request
1.0.0-alpha.3
- Improve curl cpu idle optimization
1.0.0-alpha.2
- Bump PHP minimum requirement to 8.4
1.0.0-alpha.1
- First alpha release for the Hibla Event Loop