deepstream.io

deepstream.io server

MIT License

Downloads
542
Stars
7.1K
Committers
39

Bot releases are hidden (Show)

deepstream.io - v1.0.0-rc.5

Published by yasserf over 8 years ago

deepstream.io - 1.0.0 Release Candidate 4

Published by timaschew over 8 years ago

Fixes:

  • support .yaml file extension for config files
  • fix require path for ascii logo in binary package
  • throw an error instead of do process.exit on plugin initialization errors #243
  • fix passing lib-dir option in detach mode

Improvements:

  • add message alias when using install subcommand for a connector #261
deepstream.io - 0.9.0 - has and snapshot

Published by WolframHempel over 8 years ago

Features

  • ds.record.has( 'recordName', ( error, hasRecord ) => { }) allows to check if a record exists without creating it
  • ds.record.snapshot('recordName', (error, snapshot) => {}) allows for one of requests of record data

Bug fixes

  • #105 maxMessageSize option prevents message buffer overflow

Upgrades

  • Upgraded tests to use jasmine directly, instead of node-jasmine
deepstream.io - Fix for event emitter leak for frequent un/resubscribe

Published by WolframHempel over 8 years ago

Fixes

Fixes #99 Subscription Registry unsubscribe does not remove close listener

deepstream.io -

Published by yasserf over 8 years ago

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
deepstream.io - Dependency updates and Fixes

Published by WolframHempel almost 9 years ago

Fixed bugs:

  • RPC functions routed through another deepstream server do not run second time around #59
  • Reply with specific acks for Listen and Unlisten actions #53
  • Server accepts new clients after calling stop #44

Packages:

  • Updates engine.io to 1.6.4
  • Updates minimist to 1.2.0
deepstream.io -

Published by yasserf almost 9 years ago

Feature

  • webRTC support added! #7
  • Added a check to see if the user wants to add an CA (Certificate authority) file ) #33
deepstream.io -

Published by yasserf almost 9 years ago

Bug Fix

  • Bug in record deletion #25
  • Race condition under heavy load #30
  • RpcResponse.error() missing #14
deepstream.io -

Published by yasserf almost 9 years ago

Feature

  • deepstream now supports transformations for outgoing data
deepstream.io -

Published by yasserf almost 9 years ago

Bug Fix

  • Added fix for max listener warning for providers in RPC
deepstream.io -

Published by yasserf almost 9 years ago

Feature

  • Events now support listen() and unlisten() API #41
deepstream.io -

Published by yasserf almost 9 years ago

Implemented enhancements:

  • Select records to automatically store within database #46
deepstream.io - version 0.2.6

Published by deepstreamIO almost 10 years ago

deepstream.io - version 0.2.5

Published by deepstreamIO almost 10 years ago

deepstream.io - version 0.2.2

Published by deepstreamIO almost 10 years ago

deepstream.io - version 0.2.1

Published by deepstreamIO almost 10 years ago