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
2.0.0-beta.1
Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.
Please check this PR for more details and roadmap: #447
- Added (experimental) Websocket-to-Redis interaction to sync channels with connections across multiple
websockets:serve
instances. (#140). The Redis replication for horizontal scaling need an additional broadcaster driver called 'websockets' that can be configured like the pusher one. You can use it for the horizontal replication instead of 'pusher' - Restructured the config file (#446)
- Removed Laravel 5.8 from supported Laravel versions (#452)
- App Providers changed their name to App Managers to avoid any misunderstandings with Laravel App Providers (#451)
1.6.0
1.5.2
1.5.1
1.5.0
- The Statistics Logger handler can now be extended (#115, #440, #442)
- Docs now reflect the new Pusher JS SDK v6's
forceTLS: true
setting that caused errors for some users that used the non-SSL config (#435) - Fixed: dashboard not interacting with the API if sits on another domain than the current APP_URL (#434)
1.4.1
1.4.0
- add support for Laravel 7