Releases: swooletw/laravel-swoole
Releases · swooletw/laravel-swoole
v2.3.3
05 May 17:52
Compare
Sorry, something went wrong.
No results found
Fix
Fix content-type of .js and .css files.
Remove isRaw function to support Laravel 5.1 and 5.2.
v2.3.2
05 May 15:01
Compare
Sorry, something went wrong.
No results found
Fix
Remove events onShutdown.
Replace allPreserveCaseWithoutCookie with allPreserveCase to support Laravel 5.1 and 5.2.
Features
Check running environment before starting application.
Changes
Handle static resource before dispatching request to laravel.
Add some default swoole server configs.
v2.3.1
04 May 23:44
Compare
Sorry, something went wrong.
No results found
Hotfix
fix rebindKernelContainer function in Application #20
v2.3.0
04 May 15:33
Compare
Sorry, something went wrong.
No results found
Fix
Reset view's container in sandbox.
Inject request param on websocket's connect callback.
Improve callOnConnect function.
Features
Add close function for websocket.
Improve ob for debugging while handling request.
Apply sandbox to websocket pipeline.
Add websocket middleware for connect callback request.
Add user-related websocket functions.
Changes
Add cookie to pre-resolved list in sandbox.
Detele toAll, joinAll, deleteAll, addAll functions in websocket and make to, join, delete, add available for single for multiple params.
v2.2.1
29 Apr 07:19
Compare
Sorry, something went wrong.
No results found
Enable sandbox mode by default
v2.2.0
29 Apr 06:37
Compare
Sorry, something went wrong.
No results found
Support Socket.io protocol
Support Redis as room driver
Sandbox mode for easier usage
Fix several known issues
v2.1.1
15 Apr 13:42
Compare
Sorry, something went wrong.
No results found
remove encode of room name
check fd connection before push
v2.1.0
14 Apr 15:25
Compare
Sorry, something went wrong.
No results found
No longer supports php version under 7.1.
Add info command to see basic app summary.
Fixed repeated event listeners issue.
Support websocket and socket.io like usages.
Support customized swoole tables.
v2.0.6
24 Feb 15:31
Compare
Sorry, something went wrong.
No results found
Add infos command to show basic php and swoole miscs info
v2.0.5
03 Dec 12:55
Compare
Sorry, something went wrong.
No results found
Add .travis.yml for Travis CI.
Fire 'http.onRequest' event on request.
Add 'swoole.server' to app instance.
Add support for customizing providers to be reset in every request.
Fix tests.