This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
Releases: beyondcode/laravel-websockets
Releases · beyondcode/laravel-websockets
1.11.1
1.11.0
2.0.0-beta.33
1.10.0
2.0.0-beta.32
2.0.0-beta.31
2.0.0-beta.30
Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.
Please check this PR for more details and roadmap: #447
- Reverted deprecation of Laravel 6.x and PHP 7.2
2.0.0-beta.28
2.0.0-beta.27
2.0.0-beta.26
Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.
Please check this PR for more details and roadmap: #447
- Dispatching events on actions. Previously they were thought they caused blocking I/O, but a separate queue driver for async Redis is available from
-beta.25
for listeners, if needed (#556) - Added missing DashboardLogger calls (a2dd552, 6a04f9c)
- Fixing typos (#560, #563)
- Removed deprecated
buzz-react
(#582)