Skip to content

v4.5.2

Compare
Choose a tag to compare
@twose twose released this 28 May 11:51
· 1359 commits to master since this release

Enhancement

  • Support Server->set(['log_rotation' => SWOOLE_LOG_ROTATION_DAILY]) to generate log file by date (#3311) (@matyhtf)
  • Support swoole_async_set(['wait_signal' => true]), reactor will not exit if there is signal listener (#3314) (@matyhtf)
  • Support Server->sendfile to send empty file (#3318) (@twose)
  • Improve worker idle warning (#3328) (@huanghantao)
  • Improve configuration parser about Host (for HTTPS proxy) (#3343) (@twose)
  • SSL use ecdh auto (#3316) (@matyhtf)
  • SSL quiet shutdown when client close (#3342) (@huanghantao)

Fixed

Kernel