- [BC] Drop support of application poller in favor of fiber-based event-loop
ApplicationPollerInterface
interface no longer availableApplication::$poller
property no longer available- Added support of revolt/event-loop
- [BC]
Application::$api
is now private. It seems that providing access to the kernel was not the best idea) - [CPU Info] Fixed virtual threads (cores) count detection on Linux
- [CPU Info] Added CPU interfaces
- [CPU Info] Added
Application::$cpu
property with CPU Info API - [OS Info] Added OS interfaces
- [OS Info] Added
Application::$os
property with OS Info API - [Network API] Added WebView Network API (information about the internet availability and its status)
- Added some runtime (and Saucer FFI) tests
- Added support of PHP 8.5 (master)
Full Changelog: 0.15.0...0.16.0