Releases: tlaverdure/laravel-echo-server
Releases · tlaverdure/laravel-echo-server
1.6.2
02 May 20:29
Compare
Sorry, something went wrong.
No results found
Added
Add method to stop the server (#502 )
Document how to use Redis Sentinel (#437 )
Add Apache proxt example tp docs (#361 )
Expose user member user info in API. (#356 )
Fixed
Fix crash when invalid referer is sent (#513 )[https://github.com//pull/513 ]
Redis Prefixing
21 Nov 13:57
Compare
Sorry, something went wrong.
No results found
Add support for Redis prefixing (#464 ).
Note: Requires Laravel Framework 6.5.2+ to work properly.
Usage:
{
"databaseConfig": {
"redis": {
"keyPrefix": "laravel_database_"
}
}
}
Stop Command
04 Dec 16:40
Compare
Sorry, something went wrong.
No results found
This release introduces a stop command to kill the running server.
Docs and Config updates
13 Sep 16:17
Compare
Sorry, something went wrong.
No results found
Support enabling and disabling individual subscribers #333
Expose how to override the working directory #332
Example for pusher style config #325
Publish presence channel updates #279
Enable CORS for HTTP API
12 Oct 15:15
Compare
Sorry, something went wrong.
No results found
Allow CORS configuration of the HTTP API.
1.3.1
23 Aug 15:43
Compare
Sorry, something went wrong.
No results found
New
Added support for ssl certificate chain file #204
Added validation if the socket doesn't have the referer header #203
Allow for passphrase to be passed for SSL certificate
Bug Fixes
Fixed an error when a room is undefined #194
1.3.0
27 Jul 02:20
Compare
Sorry, something went wrong.
No results found
Added support for wildcard and multiple domains in the authHost option.