This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Releases: swooletw/laravel-swoole
Releases · swooletw/laravel-swoole
v2.7.0
v2.6.69
v2.6.68
Enhancement
- Add support for Laravel 8.0. (#433)
Fixes
- Fix class name of
Dumper.php
for consistency. (#427) - Reset websocket's connection after trying to emit to a non-existing room (#421)
- Fix response status in
AccessOutput.php
(#385) - Fix
handle_static_files
path in config (#411) - Fix Content-Type when static file w/o extension name (#409)
- Fix
swoole_set_process_name
not found error on cygwin platform
v2.6.67
v2.6.66
v2.6.65
v2.6.64
v2.6.63
v2.6.62
v2.6.61
Enhancement
- Refactor pid manger. (thanks to @lilianjin )
Fixes
- Fix typo in configuring server process type.
- Fix initialization for websocket room.
Delete
storage/swoole.pid
file if you encounter an error after upgrading to this version.