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

Releases: beyondcode/laravel-websockets

2.0.0-beta.1

14 Aug 17:55
38b2e4d
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

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

13 Aug 16:56
Compare
Choose a tag to compare
  • Missing user_info in presence channels does not throw errors anymore (#457)
  • Schema no longer breaks the package:discover command if no database driver is found (#454, 65ae998)
  • Added websockets:restart command to restart the server on-demand (#284)

1.5.2

13 Aug 12:22
Compare
Choose a tag to compare
  • Fixed the dashboard called links (8383054)

1.5.1

13 Aug 11:40
Compare
Choose a tag to compare
  • Fixed the default logger instance class (679a8d0)

1.5.0

13 Aug 09:19
79ef005
Compare
Choose a tag to compare
  • 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

01 Apr 10:06
d7b9963
Compare
Choose a tag to compare
  • Fix compatibility with laravel/passport (#332)

1.4.0

04 Mar 10:11
Compare
Choose a tag to compare
  • add support for Laravel 7

1.3.0

04 Sep 06:52
Compare
Choose a tag to compare
  • Added support for Laravel 6
  • Added "Maximum connection limit exceeded" message in dashboard
  • Added ability to customize the dashboard port
  • Added custom Ignition solution

1.2.0

11 Aug 13:04
Compare
Choose a tag to compare
  • Added support for Pusher PHP Server 4.x
  • Fixes issue with react/dns 1.0
  • Fixes an issue in connection counting
  • Add the ability to limit the maximum concurrent connections per application

1.1.1

27 Feb 14:46
Compare
Choose a tag to compare
Fix content length bug