Skip to content

Tags: laravel/reverb

Tags

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 <[email protected]>

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 <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>

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 <[email protected]>

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 <[email protected]>

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Test against php 8.4 (#267)

* Test against php 8.4

* Test against php 8.4

* Do not test laravel 10 against php 8.4

v1.4.2

Toggle v1.4.2's commit message
Fix code styling