Skip to content

Tags: laravel/reverb

Tags

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.x] PHP 8.5 Compatibility (#353)

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Decode the client event data if it is a valid json string (#352)

* Decode event data if it is a valid json string

* Handle non data field case

* Update Server.php

---------

Co-authored-by: Vu Nguyen <vu@manifera.com>
Co-authored-by: Taylor Otwell <taylor@laravel.com>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove re-subscription logic in scaling mode (#346)

This logic was originally introduced in #251 due to the use of createLazyClient().
Since it was replaced with createClient() in #281, it is no longer needed.

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix encoding of data field in presence channel events to match Pusher…

… protocol (#337)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
match any value (#328)

v1.4.8

Toggle v1.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow to send client event without data (#315)

Co-authored-by: VitalSiulzhyn <chijovka@gmail.com>

v1.4.7

Toggle v1.4.7's commit message
Fix code styling

v1.4.6

Toggle v1.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Supports Laravel 12 (#304)

* Supports Laravel 12

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check if channel variable isn't null when passed as a filter on chann…

…els() method in ArrayChannelManager (#292)

Co-authored-by: Joe Dixon <hello@joedixon.co.uk>

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bugfix for PR 275 - omit socket-id if null (#280)

* Omit the socket_id key from the payload, unless a socket_id exists

* Update EventDispatcher.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>