Skip to content

0.8.0

Choose a tag to compare

@yasserf yasserf released this 17 Feb 12:47
· 1557 commits to master since this release

Features:

  • Support data in login response #97

    The permission handler can now return data with successful auths and any object instead of the error message.

  • Allowing passing in of http server as deepstream config #96

    deepstream can now take an existing httpServer via the httpServer config instead of creating a new one on start.

  • Disable tcp or webServer on deepstream #94

    You can now disable the tcp server or webserver from running by using the tcpServerEnabled and webServerEnabled flags.

Packages:

  • Upgraded engine.io to 1.6.8