Skip to content

v4.2.9

Compare
Choose a tag to compare
@twose twose released this 26 Nov 06:21
· 5044 commits to master since this release
  • Add Coroutine defer feature
  • Fixed max_connection can not be bigger than 10k bug (#2134)
  • Fixed prepare bug after query 'CALL' (#2132)
  • Fixed sendfile EAGAIN bug in MacOS (60023b7)
  • Improve onReceive/onPacket callback check
  • Use fast call info cache always
  • Remove cidmap, cid will never be reused again
  • Fixed socket construct failed core dump
  • Fixed process wait bug
  • Fixed swServer_signal_handler (#2145)
  • Fixed typo on Swoole\MsgQueue::destroy
  • Fixed http2 huge headers bug
  • Fixed hiredis error msg buffer overflow (#2149)