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

2.0.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@rennokki rennokki released this 24 Aug 06:54
· 311 commits to 2.x since this release
793dc24

Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.

Please check this PR for more details and roadmap: #447

  • BeyondCode\LaravelWebSockets\Statistics\Logger\StatisticsLogger interface's methods now use $appId as accepting parameter instead (108a717)
  • BeyondCode\LaravelWebSockets\Statistics\Drivers\StatisticsDriver interface now accepts optionally Request parameter as null (714cc5b)
  • BeyondCode\LaravelWebSockets\Dashboard\Http\Controllers\DashboardApiController got changed with BeyondCode\LaravelWebSockets\Dashboard\Http\Controllers\ShowStatistics. If you are extending this controller, make sure to change the extended class properly.