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

Releases: tlaverdure/laravel-echo-server

1.6.2

02 May 20:29
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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

Docs and Config updates

13 Sep 16:17
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Allow CORS configuration of the HTTP API.

1.3.1

23 Aug 15:43
Compare
Choose a tag to compare

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
Choose a tag to compare

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