Releases: swooletw/laravel-swoole
Releases · swooletw/laravel-swoole
v2.7.0
22 Feb 14:42
Compare
Sorry, something went wrong.
No results found
Enhancement
Add Gzip support on response chunk. (#456 )
v2.6.69
21 Jan 03:35
Compare
Sorry, something went wrong.
No results found
Fixes
Fix LFI vulnerability. (#462 )
Replace FatalThrowableError with FatalError. (#417 )
v2.6.68
21 Sep 16:58
Compare
Sorry, something went wrong.
No results found
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
29 Mar 09:14
Compare
Sorry, something went wrong.
No results found
Enhancement
Add support for Laravel 7.0. (#386 )
Fixes
Fix a potential memory leak in sandbox. (#381 )
v2.6.66
01 Dec 09:29
Compare
Sorry, something went wrong.
No results found
Fixes
Fix cookie resetter in Laravel 6. (#352 )
v2.6.65
21 Oct 16:23
Compare
Sorry, something went wrong.
No results found
Enhancement
Add support for Laravel 6.0.
Fixes
Make date format compatible for hot reload in different operating systems.
v2.6.64
25 Aug 13:41
Compare
Sorry, something went wrong.
No results found
Fixes
Try to fix occasional non-array returned result in RedisRoom.
Enhancements
Support websocket emit in task workers.
v2.6.63
05 Jul 03:21
Compare
Sorry, something went wrong.
No results found
Fixes
Fix missing pids problem in isRunning function of start command
v2.6.62
04 Jul 15:16
Compare
Sorry, something went wrong.
No results found
Features
Add onHandShake callback for customizing handshake implementation in websocket
Enhancements
Fix potential package configuration mismatched in lumen
Make pid file compatible with older versions
v2.6.61
02 Jun 14:54
Compare
Sorry, something went wrong.
No results found
Enhancement
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.