Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

62 lines (34 loc) · 1.62 KB

1.6.2

Added

Fixed

1.6.1

  • Update dependencies for security reasons.

1.6.0

Add support for Redis prefixing.

1.5.0

Add stop command

1.3.7

Allow variables in .env file to set options in the server configuration.

Updates

  • Auth Host: LARAVEL_ECHO_SERVER_AUTH_HOST Note: This option will fall back to the LARAVEL_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

1.3.3

Return a better error when member data is not present when joining presence channels.

1.3.2

Added CORS support to the HTTP API.

1.2.9

Updated to socket.io v2

1.2.0

Upgrade Guide

  • 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 named referrers. Then follow the instructions to generate an app id and key. The referrers section has been replaced with clients.