Releases: walkor/workerman
Releases · walkor/workerman
v4.1.16
v4.0.47
- HTTP protocol access to WebSocket returns a 400 error.
Full Changelog: v4.0.44...v4.0.47
v4.1.15
- Fix command
php start.php connections
- Other optimizations
Full Changelog: v4.1.14...v4.1.15
v3.5.35
Session path check
Full Changelog: v3.5.34...v3.5.35
v4.1.14
- Support sapi micro
Full Changelog: v4.1.13...v4.1.14
v4.1.13
v4.0.46
- Fix variable name error
Full Changelog: v4.0.45...v4.0.46
v4.1.12
- Fix event-loop exit when use event on windows
Full Changelog: v4.1.11...v4.1.12
v5.0.0-beta.7
What's Changed
- Start the socket server in beforeAll by @Chance-fyi in #919
- Feature test of http server by @Chance-fyi in #920
- Fix 400 Bad Request by @joanhey in #922
- Use phpunit.xml.dist and add tests dir in .gitattributes by @joanhey in #925
- Add static analysis tool PHPStan by @Chance-fyi in #927
- Add PHP 8.3 nightly to tests by @joanhey in #928
- Rename phpstan.neon to .dist by @joanhey in #929
- Functional test of websocket services by @Chance-fyi in #931
- Small changes by @joanhey in #932
- Disable fail-fast in GH actions by @joanhey in #935
- Add $_FILES['full_path'] by @joanhey in #936
- Use Stringable by @joanhey in #938
- Fix event-loop exit on windows
New Contributors
- @Chance-fyi made their first contribution in #919
Full Changelog: v5.0.0-beta.6...v5.0.0-beta.7
v4.1.11
What's Changed
- Unserialize detection for Request and Session
- fix by #923 discuss by @webrobot1 in #941
- Http chunk optimizations
- Other optimizations
New Contributors
- @webrobot1 made their first contribution in #941
Full Changelog: v4.1.10...v4.1.11