Laravel Echo Server Versions Save

Socket.io server for Laravel Echo

1.6.2

4 years ago

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/tlaverdure/laravel-echo-server/pull/513]

1.6.0

4 years ago

Add support for Redis prefixing (https://github.com/tlaverdure/laravel-echo-server/pull/464).

Note: Requires Laravel Framework 6.5.2+ to work properly.

Usage:

{
   "databaseConfig": {
     "redis": {
       "keyPrefix": "laravel_database_"
      }
  }
}

1.5.0

5 years ago

This release introduces a stop command to kill the running server.

1.4.0

5 years ago

1.3.2

6 years ago

Allow CORS configuration of the HTTP API.

1.3.1

6 years ago

New

Bug Fixes

1.3

6 years ago

Added support for wildcard and multiple domains in the authHost option.