Skip to content

v4.3.2-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@twose twose released this 08 Apr 09:54
· 3356 commits to master since this release

Enhancement

  • Dynamically ipc_size, greatly improving IPC performance in Process mode (48c1b2b) (3e85511) (@matyhtf)
  • Improve Runtime::enableCoroutine API, support passing in flag directly as the first parameter (464ad65) (7d4be65) (@twose)
  • SSL connection will automatically configure the ssl_host_name (563e677) (@twose)
  • Some NOTICE level information will be changed to INFO level, such as server restart information, etc (d87d63a) (@twose)
  • Add constants fordispatch_func return value: SWOOLE_DISPATCH_RESULT_DISCARD_PACKET, SWOOLE_DISPATCH_RESULT_USERFUNC_FALLBACK (#2451) (@windrunner414)
  • swoole_strerror support parse system error code and swoole error code automatically (d89c565) (#2458) (@twose) (@mabu233)
  • Built-in Socket related constants, and it would not conflict with Socket extensions (1e1b1d1) (@twose)

Fixed