Releases: laravel/reverb
Releases · laravel/reverb
v1.4.6
- [1.x] Add Message Payload Validation and Improve Channel Data Handling by @MahdiBagheri71 in #303
- Supports Laravel 12 by @crynobone in #304
v1.4.5
- [1.x] Fix tests by @joedixon in #293
- [1.x] Check if channel variable isn't null when passed as a filter on channels() method in ArrayChannelManager by @kirills-morozovs in #292
v1.4.4
- [1.x] Allow publishing to others only when using Redis by @larswolff in #275
- Herd is available for Windows, this update enables certificate checki… by @iaidan in #277
- Bugfix for PR 275 - omit socket-id if null by @larswolff in #280
v1.4.3
- Test against php 8.4 by @sergiy-petrov in #267
v1.4.2
v1.4.1
- [1.x] Re-subscribes to the scaling channel when the underlying connection is lost by @ashiquzzaman33 in #251
v1.4.0
- [1.x] Implements API signature verification by @joedixon in #252
- [1.x] Supports Laravel Prompts 0.3 by @crynobone in #255
v1.3.1
- [1.x] Supports
laravel/prompts
v0.2 by @crynobone in #249
v1.3.0
v1.2.0
- Dispatch an event when channel created or removed. by @kirills-morozovs in #242