Skip to content

Tags: MelTheDev/laravel-websockets

Tags

1.3.0

 Make it possible to customise the port the dashboard connects to (be…

…yondcode#124)

* Make it possible to customise the port the dashboard connects to.

* Fixed so both wsPort and wssPort are changed.

* Changed env port name and added path

* Fixed typo in wsPath

* Moved port into dashboard section in config

* Changed env name to LARAVEL_WEBSOCKETS_PORT

1.2.0

update react dns to v1.1 (beyondcode#227)

The resolverinterface (used in beyondcode#223)  was newly introduced in reach/dns 1.1. This PR to avoid that people who are on react/dns 1.0 get issues.

1.1.1

Fix content length bug

1.1.0

Merge branch 'master' of github.com:beyondcode/laravel-websockets

1.0.4

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix signature validation (beyondcode#38)

* Add failing test

* Fix signature validation

* Fix tests to generate correct signatures

*  StyleCI fix

* Ignore route params when validating the signature

* Fix tests to add route params next to signature

* StyleCI fixes

1.0.3

Fix Invalid Signature issue and enable event creator to be sent from …

…any app (beyondcode#39)

* Add the ability to configure middleware.

Fixes beyondcode#22

* Fix StyleCI Error.

* Include X-App-ID

* Reconstruct the PusherBroadcaster

* fix styleci

* change from overwriting constructor to new Broadcaster

* optional  inside dashboard gate

* remove comment

* fix for styleci

* Fix typo

* Removed unused $config['options']

1.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request beyondcode#33 from irazasyed/fix-namespace

Fix Namespace

1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request beyondcode#14 from LKaemmerling/master

Add optional server variable

1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply fixes from StyleCI (beyondcode#3)