All Versions
141
Latest Version
Avg Release Cycle
33 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v4.0.0-rc1
October 08, 2019 -
v4.0.0-beta Changes
July 29, 20192019-06-17
-
v3.5.1 Changes
May 23, 2019โฌ๏ธ Drop external optionalDependency GKT from tgz.pm2.io
-
v3.5.0 Changes
April 08, 2019- feat: #4220 #2941 #4196 improve pm2 serve for SPA - autoredirect requests to index.html if --spa
- feat: on pm2 show , display metric unit and divergent environment variables
- feat: #4157 tweak systemd script to auto restart PM2 in case of crash failure
- ๐ fix: #4212 on pm2 show, avoid crash when versioning comment is not present
- ๐ fix: #4171 fix pm2 list when small screen
- ๐ fix: #4197 fix pm2 unstartup for macOS
- ๐ fix: #2764 in pm2 monit, only display log of selected application
- ๐ fix: #2793 pm2 monit, rolling log buffer, avoid crash and performance issues
- ๐ fix: #4060 do not emit online when application is errored
- ๐ chore: remove nssocket in dependencies
-
v3.4.1 Changes
March 26, 2019- ๐ fix: allow pm2 register / pm2 monitor
- ๐ fix: restore trace indicator
-
v3.4.0 Changes
- ๐ use @pm2/io version 4
- disable @pm2/io for node.js v4 and v5
โ /!\ Warning, built-in custom metrics are not supported anymore on Node 4 and 5
๐ New builtin metrics when starting a Node.js application:
- Heap Size
- Heap Usage
- ๐ Used Heap Size
- Active Requests
- Active handles
- ๐ค Event loop latency
- ๐ค Event loop latency p95
- HTTP queries per minutes
- ๐ค HTTP Mean Latency
- ๐ค HTTP P95 Latency
-
v3.3.1 Changes
- โ add pm2 profile:cpu [timeout]
- โ add pm2 profile:mem [timeout]
-
v3.3.0 Changes
- โฌ๏ธ Upgrade pmx to 3
-
v3.2.9 Changes
- #4128 fix: force detached process
-
v3.2.6-8 Changes
- โช rollback: node bin path handling adaptation