Releases: swoole/swoole-src
Releases Β· swoole/swoole-src
swoole-1.7.3-beta
- Fixed serv->connect_count error
swoole-1.7.3-alpha
- Fixed pipe_worker zero
- Fixed serv->connect_count wrong
swoole-1.7.2-stable
- Fixed udp sendto error
- Fixed heartbeat no close connection
- Added swoole_process module
- Added swoole_server::task large package
- Added swoole_server task worker use message queue
- Added messge queue ipc move to swoole_server::set
swoole-1.7.2-alpha
- Fixed error occurred in the Mac timer clock signal
- Fixed UDP restart and shutdown the server failure, no clear thread signal
- Fixed UDP asynchronous client error, check callback not pass
- Fixed asynchronous TCP clients cannot close
- Message queue from the macro definition to setting configuration
- Package length check feature ok
- STDOUT redirect to the log_file
- The task_worker process pool can use the message queue IPC
swoole-1.7.1-stable
- Added listen unix socket
- Added listen ipv6 tcp/udp
swoole-1.6.14-stable
- Fixed memory error
- Disable multi-thread
- Fixed eof_check segment fail
swoole-1.7.1-beta
- Fixed some bug
- Check close fd is not timer_fd
- TCP_DEFER_ACCEPT option
- socket LINGER option
- Fixed eof_check memory error
swoole-1.7.1-alpha
- Added swoole_event_set
- Added swoole_client out_buffer
- Added socket linger option
- Fixed the close flush out_buffer bug
- Using php_error_docref
- Fixed swoole_async_dns_lookup warning
swoole-1.6.13-stable-LTS
Fixed event_del error
swoole-1.7.0-stable
- Added connection out_buffer
- Added async file read/write
- Added async dns lookup
- Added long tcp connection
- Added client timer
- Added swoole_server->sendfile
- Added signalfd usage
- Fixed some bugs