Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Latest commit

 

History

History
68 lines (37 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

68 lines (37 loc) · 1.68 KB

1.6.3

Fixed

  • Security patch - update dependencies

1.6.2

Added

  • Add method to stop the server (#502)[#502]
  • Document how to use Redis Sentinel (#437)[#437]
  • Add Apache proxt example tp docs (#361)[#361]
  • Expose user member user info in API. (#356)[#356]

Fixed

  • Fix crash when invalid referer is sent (#513)[#513]

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.