Skip to content

Commit

Permalink
7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-ez committed Mar 8, 2023
1 parent e2f33b5 commit db85716
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [7.0.4] - 2023.03.08

### Feature

- deepstream cluster CLI enabled in order to run a cluster of deepstream servers on each available processor core
- combine monitoring: now deepstream accepts an array of monitoring plugins in order to have separate plugins when it comes to monitoring messages, server activity and other custom functionality that might be required. For example you can run the included log monitoring, and an audit plugin that could save to another system/server which users are writing to which records by listening to incoming messages. This allows to create inmediate database replication strategies and so forth.

## [7.0.3] - 2023.03.02

### Fix
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepstream/server",
"version": "7.0.3",
"version": "7.0.4",
"description": "a scalable server for realtime webapps",
"main": "./dist/src/deepstream.io.js",
"bin": {
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@deepstream/protobuf": "^1.0.8",
"@deepstream/types": "^2.3.0",
"@deepstream/types": "^2.3.2",
"ajv": "^6.12.6",
"better-ajv-errors": "^0.8.2",
"body-parser": "^1.19.0",
Expand Down

0 comments on commit db85716

Please sign in to comment.