Skip to content

Commit

Permalink
4.0.0-rc.15
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Jul 9, 2019
1 parent 99333c8 commit 0655fa2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [4.0.0-rc.15] - 2019.07.10

### Breaking Changes

- All subscribes are now bulk actions by default to minimize redundant codepaths. Because of this
you will need to run with client rc.27 and above

## [4.0.0-rc.14] - 2019.07.08

### Feat
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@deepstream/server",
"version": "4.0.0-rc.14",
"version": "4.0.0-rc.15",
"description": "a scalable server for realtime webapps",
"main": "./dist/src/deepstream.io.js",
"bin": {
Expand Down

0 comments on commit 0655fa2

Please sign in to comment.