File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.0.0-rc.1] - 2016-11-01
2+
3+ ### Enhancements
4+
5+ - Added heartbeats over WebSocket connection
6+ - Presence has been added to query and subscribe to who is online with the cluster
7+ - E2E tests refactored
8+
9+ ### Breaking Changes
10+
11+ - Changed format of RPC request ACK messages to be more consistent with the rest of the specs
12+ [ #408 ] ( https://github.com/deepstreamIO/deepstream.io/issues/408 )
13+ - We now depend only on browser/node.js WebSockets, removing support for TCP and engine.io
14+ - Support for webRTC has been removed
15+ - Supports deepstream.io v2.0.0+ only
16+
117## [ 1.1.1] - 2016-09-30
218
319### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " deepstream.io-client-js" ,
3- "version" : " 1.1 .1" ,
3+ "version" : " 2.0.0-rc .1" ,
44 "description" : " the javascript client for deepstream.io" ,
55 "main" : " src/client.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments