Skip to content

Commit 950ed83

Browse files
committed
v2.0.0-rc.1
1 parent 9330530 commit 950ed83

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)