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.14.1
1.14.0
1.13.2
What's Changed
- Make TriggerEventController accept both 'channel' and 'channels'. by @madpilot78 in #1046
New Contributors
- @madpilot78 made their first contribution in #1046
Full Changelog: 1.13.1...1.13.2
1.13.1
What's Changed
- [1.x] fix PHP 8.1 deprecation notice by @afilippov1985 in #918
- [1.x] Update pusher/pusher-php-server versions by @joecampo in #955
New Contributors
- @afilippov1985 made their first contribution in #918
Full Changelog: 1.13.0...1.13.1
1.13.0
What's Changed
- Fix missing
wssPort
for SSL example by @stayallive in #776 - patch: Content-Length header on connection and error responses by @Zortrox in #866
- [1.x] Fix call to deprecated JsonResponse::create() by @joecampo in #947
- Laravel 9 support by @diegotibi in #948
New Contributors
Full Changelog: 1.12.0...1.13.0
2.0.0-beta.37
- Laravel 9 support
2.0.0-beta.36
- Fixed custom websocket handlers definitions (#735)
2.0.0-beta.35
- Laravel Octane additional fixes (#733)