Skip to content

Commit

Permalink
pm2@4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Oct 8, 2019
1 parent ecfcf5d commit 8f954d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

## 4.0.0

### beta 1

- feat: make pm2 fully standalone with node embedded
- feat: startup, npm, node system adaptation for standalone installs
- feat: system information worker - retrieve:
Expand All @@ -12,15 +10,18 @@
- memory usage
- intelligent display of information (e.g. display disks > 80% cpu usage)
- feat: listing of docker container on host machine with independent pm2 list
- feat: upgrade of Chokidar to 3.x - Massive CPU & RAM consumption improvements for watch feature
- r&d: manage container like pm2 processes
- feat: intelligent display of high loaded processes in an independent pm2 list
- feat: #4224 --ignore-watch now accepts globs (@vaskevich)
- feat: pm2 save --force allow to force save of empty process list
- fix: pm2 monit dashboard without leaks
- fix: pm2 register fixed
- refactor/fix: pm2 listing systems refactoring
- chore: remove old legacy code for < 8 Node.js versions
- chore: make the repo lighter
- chore: better display when pm2-runtime is linked to on-premise
- chore: pm2 CLI refactoring #4391

## 3.5.0

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": true,
"version": "4.0.0-beta-9",
"version": "4.0.0",
"engines": {
"embed": "12.4.0",
"node": ">=8.0.0"
Expand Down Expand Up @@ -165,7 +165,7 @@
"async": "^3.1.0",
"blessed": "0.1.81",
"chalk": "2.4.2",
"chokidar": "^3.1.0",
"chokidar": "^3.2.0",
"cli-table-redemption": "1.0.1",
"commander": "2.15.1",
"cron": "1.7.1",
Expand All @@ -188,7 +188,7 @@
"shelljs": "0.8.3",
"source-map-support": "0.5.12",
"sprintf-js": "1.1.2",
"systeminformation": "^4.14.4",
"systeminformation": "^4.14.11",
"vizion": "~2.0.2",
"yamljs": "0.3.0"
},
Expand Down

0 comments on commit 8f954d0

Please sign in to comment.