Releases: walkor/workerman
Releases · walkor/workerman
v5.1.10
What's Changed
- fix(http): sync context sid/session after sessionRegenerateId() by @xiaoguo0426 in #1135
- Simplify encode and decode function in WS using match expression by @joanhey in #1134
- Update phpstan and guzzle in composer by @joanhey in #1098
New Contributors
- @xiaoguo0426 made their first contribution in #1135
Full Changelog: v5.1.9...v5.1.10
v5.1.9
- Support
connection->end()(gracefully close the connection) - Stricter HTTP protocol checks
Full Changelog: v5.1.8...v5.1.9
v5.1.8
- Fix the swow issue on Windows
Full Changelog: v5.1.7...v5.1.8
v5.1.7
v5.1.6
- Fix "Workerman\Coroutine\Coroutine" not found
Full Changelog: v5.1.5...v5.1.6
v5.1.5
v5.1.4
What's Changed
- Support redis pool for RedisSessionHandler.php
- Ensure onWorkerStart executes first.
- refactor: Replace dynamic MIME type loading with static array by @tourze in #1107
- Separate mime types by @joanhey in #1108
- Change switch() for match() by @joanhey in #1110
- 修复swow协程的错误 by @lvluoyue in #1113
- [fix] worker with id 0 looses pid by @mastir in #1115
- Implemented max log file size with truncation. by @akotulu in #1105
- 修复 Windows 环境下 socket 绑定失败问题(Swow1.6.0) by @lvluoyue in #1117
- Support request Range by @krissss in #1119
- fix custom protocols in Worker::$logFile by @mastir in #1122
- add igbinary serializer handler support by @cunheise in #1121
New Contributors
- @mastir made their first contribution in #1115
- @krissss made their first contribution in #1119
- @cunheise made their first contribution in #1121
Full Changelog: v5.1.3...v5.1.4
v5.1.3
v5.1.2
What's Changed
- Fix timer inaccuracy issue for Select event
- Improved onWebSocketClose with response message. by @akotulu in #1100
- feature/improve_ws_attribute by @chaz6chez in #1102
- Fix typo change Jit for JIT [ci skip] by @joanhey in #1103
Full Changelog: v5.1.1...v5.1.2
v5.1.1
What's Changed
- Fix the issue of request attribute occasionally being corrupted under coroutine.
- Fix mime application/wasm
- Add issue template by @fuzqing in #1092
- Remove gc_collect_cycles() and gc_mem_caches() from writeStatisticsToStatusFile() by @seyedmr in #1096
New Contributors
Full Changelog: v5.1.0...v5.1.1