Skip to content

v4.6.0

Compare
Choose a tag to compare
@huanghantao huanghantao released this 06 Jan 02:54
· 965 commits to master since this release
dd7a536

Backward compatibility Break

  • Removed the maximum limit of session id, never repeat (#3879) (@matyhtf)
  • Disabled unsafe function when use Coroutine, including pcntl_fork/pcntl_wait/pcntl_waitpid/pcntl_sigtimedwait (#3880) (@matyhtf)
  • Enabled coroutine hook by default (#3903) (@matyhtf)

Remove

Deprecated

  • Marked the Event::rshutdown() as deprecated, please use Coroutine::run instead (#3881) (@matyhtf)

New APIs

Enhancement

Fixed

Kernel