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

Releases: deepstreamIO/deepstream.io-client-java

v2.2.2

24 Jul 08:17
Compare
Choose a tag to compare

[2.2.2] - 2017.07.24

Fixes

  • Close all ExecutorService's on DeepstreamClient.close()

Maintenance Release

17 Feb 15:33
Compare
Choose a tag to compare

[2.0.1] - 2017.02.17

Fixes

  • Factory: fix incorrect cast of keyset to arraylist (#64)
  • List: fix ListEntryChanged listener not called

2.0.0 compatibility

16 Feb 17:19
Compare
Choose a tag to compare

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

0.8

07 Sep 12:00
Compare
Choose a tag to compare
0.8
Fixing typo