Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

2.0.0 compatibility

Choose a tag to compare

@AlexBHarley AlexBHarley released this 16 Feb 17:19
· 90 commits to master since this release

Compatibility with deepstream 2.0 as well as numerous small fixes and new features.

Features

  • Presence functionality. Now able to query for clients and subscribe to presence events. Documentation is here and PR #41.
  • Record write acknowledgement. Records are now able to be set with a write acknowledgement synchronously with any errors from storing the record in cache/storage #52

Enhancements

  • Support for secure web sockets #48
  • Improving API to be more inline with js client #50

Bug Fixes

  • Fixing redirection logic #48
  • Allowing client data from login #51
  • Client now uses null as undefined and can delete values when setting to null #44