Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rennokki rennokki released this 14 Aug 17:55
· 387 commits to 2.x since this release
38b2e4d

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)