github swoole/swoole-src v4.8.0

latest releases: v5.1.4, v6.0.0-alpha, v5.1.3...
2 years ago

Backward compatibility Break

  • In base mode, the onStart callback is always called back when the first worker process (worker ID is 0) starts, before onWorkerStart callback. The coroutine API can always be used in the onStart callback, and onStart is called back again when worker-0 restarts with a fatal error (#4389) (@matyhtf)
    • In versions prior to 4.8.0, onStart is called back in worker-0 when there is only one worker process, and called back in the Manager process when there are multiple worker processes.

New APIs

New feature

Enhancement

Fixed

Don't miss a new swoole-src release

NewReleases is sending notifications on new releases.