- Security patch - update dependencies
- Add method to stop the server (#502)[tlaverdure#502]
- Document how to use Redis Sentinel (#437)[tlaverdure#437]
- Add Apache proxt example tp docs (#361)[tlaverdure#361]
- Expose user member user info in API. (#356)[tlaverdure#356]
- Fix crash when invalid referer is sent (#513)[tlaverdure#513]
- Update dependencies for security reasons.
Add support for Redis prefixing.
Add stop
command
Allow variables in .env file to set options in the server configuration.
-
Auth Host:
LARAVEL_ECHO_SERVER_AUTH_HOST
Note: This option will fall back to theLARAVEL_ECHO_SERVER_HOST
option as the default if that is set in the .env file. -
Host:
LARAVEL_ECHO_SERVER_HOST
-
Port:
LARAVEL_ECHO_SERVER_PORT
-
Debug:
LARAVEL_ECHO_SERVER_DEBUG
Return a better error when member data is not present when joining presence channels.
Added CORS support to the HTTP API.
Updated to socket.io v2
- Re-install laravel-echo-server globally using the command.
npm install -g laravel-echo-server
- In your
laravel-echo-server.json
file, remove the section namedreferrers
. Then follow the instructions to generate an app id and key. Thereferrers
section has been replaced withclients
.