Releases: walkor/workerman
workerman-3.5.7-stable
Some optimizations.
workerman-v3.5.6-stable
Compatible with ReactPHP EventLoop
workerman-3.5.5-stable
Add swoole event-loop, thanks @ares333
Improve the HTTP Session management, thanks @LuckyCyborg .
Add Summary for Status , thanks @linkec .
Add Custom 404 page and Custom Headers for WebServer, thanks @linkec .
Add checking for Sec-WebSocket-Accept header field, thanks @tianhe1986
More detailed help, thanks @ishland
Add AsyncUdpConnection .
Add header control in onWebSocketConnect.
Support nonblocking ssl handshake for AsyncTcpConnection.
workerman-3.5.4-stable
Update composer.json, ext-pcntl ext-posix are not required for windows.
workerman-3.5.3-stable
Support windows.
workerman-3.5.2-stable
Status command support QPS statistics(php start.php status -d
).
Add unlisten
pauseAccept
resumeAccept
method for Worker.
Add graceful reload/stop (for example php start.php reload -g
)
Adding support subprotocol for websocket.
Fix unix domain socket file permission. #213 .
Fix SSL Reconnect issue .
Fix ping of websocket for workerman as client side. #217
Other optimizations.
Thanks for @farwish @ares333 @vponomarev @codekissyoung @vponomarev awesome pull requests.
workerman-3.5.1-stable
Fix protocol error for udp
workerman-3.5.0-stable
Support connections status
workerman-3.4.7-stable
Add timer statistics in status command.
workerman-3.4.6-stable
Fix memory leak when use StreamSelectLoop for ReactPHP.
Some optimizations.