From 950ed83258ca9f5f740626777b2ae120db704dc7 Mon Sep 17 00:00:00 2001 From: John Diamond Date: Tue, 1 Nov 2016 12:55:05 +0100 Subject: [PATCH] v2.0.0-rc.1 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a009b4cfc..29dc79e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [2.0.0-rc.1] - 2016-11-01 + +### Enhancements + +- Added heartbeats over WebSocket connection +- Presence has been added to query and subscribe to who is online with the cluster +- E2E tests refactored + +### Breaking Changes + +- Changed format of RPC request ACK messages to be more consistent with the rest of the specs +[#408](https://github.com/deepstreamIO/deepstream.io/issues/408) +- We now depend only on browser/node.js WebSockets, removing support for TCP and engine.io +- Support for webRTC has been removed +- Supports deepstream.io v2.0.0+ only + ## [1.1.1] - 2016-09-30 ### Bug Fixes diff --git a/package.json b/package.json index 07a4f6580..3036455ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deepstream.io-client-js", - "version": "1.1.1", + "version": "2.0.0-rc.1", "description": "the javascript client for deepstream.io", "main": "src/client.js", "directories": {