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.3.3
v2.3.2
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
v2.3.0
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 maketo
,join
,delete
,add
available for single for multiple params.