Skip to content

Commit

Permalink
4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Aug 19, 2019
1 parent b2572b5 commit cf7b964
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 52 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
## [4.0.6] - 2019.08.19

### Feat

Allow SUBSCRIBE and READ without CREATE actions, for clients that are in read only mode

### Improvement

Adding declaration types (thank you @Vortex375!)

## [4.0.5] - 2019.08.09

### Improvement

Adding meta objects to logs and monitoring for easier tagging to monitoring solutions


## [4.0.4] - 2019.08.05

### Fix
Expand Down
70 changes: 26 additions & 44 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepstream/server",
"version": "4.0.5",
"version": "4.0.6",
"description": "a scalable server for realtime webapps",
"main": "./dist/src/deepstream.io.js",
"bin": {
Expand Down Expand Up @@ -51,19 +51,19 @@
"needle": "^2.4.0",
"source-map-support": "^0.5.13",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v15.11.0",
"ws": "^7.1.1"
"ws": "^7.1.2"
},
"devDependencies": {
"@deepstream/client": "^4.0.3",
"@deepstream/client": "^4.0.4",
"@types/adm-zip": "^0.4.32",
"@types/body-parser": "^1.17.0",
"@types/body-parser": "^1.17.1",
"@types/content-type": "^1.1.3",
"@types/cucumber": "^4.0.7",
"@types/js-yaml": "^3.12.1",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
"@types/needle": "^2.0.4",
"@types/node": "^12.7.1",
"@types/node": "^12.7.2",
"@types/sinon": "^7.0.13",
"@types/sinon-chai": "^3.2.3",
"@types/ws": "^6.0.2",
Expand All @@ -72,7 +72,7 @@
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"cucumber": "^5.1.0",
"husky": "^3.0.3",
"husky": "^3.0.4",
"istanbul": "^0.4.5",
"mocha": "^6.2.0",
"n0p3": "^1.0.2",
Expand All @@ -81,7 +81,7 @@
"proxyquire": "2.1.0",
"sinon": "^7.4.1",
"sinon-chai": "^3.3.0",
"ts-essentials": "^3.0.1",
"ts-essentials": "^3.0.2",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
Expand Down

0 comments on commit cf7b964

Please sign in to comment.