diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9741565..929e87b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ +## 2.9.2 + +- #3364 30% faster CLI via v8-compile-cache + +- add process._getActiveRequests() and process._getActiveHandles() custom metrics +- #3402 #3360 fix bad username +- #3413 check dependencies before launching tests +- #3295 add sorting feature for process list (pm2 ls --sort ) +- #3404 if no gid specified - set gid to uid +- #3287 add typing for env +- #3374 separate stdout and stderr for pm2-docker/pm2-runtime +- #3366 improve building of rpm and deb packages +- #3375 sendLineToStdin/sendDataToProcessId fix +- #3365 fix report command for windows +- #3367 Display an error if the process is not found when running 'pm2 logs ' +- #3256 TypeError: Cannot read property 'destroy' of undefined +- User: append SUDO_USER if no uid has been set and SUDO_USER present +- User: check permission of agent +- KM: send outliers +- KM: infinite retry for km connection + ## 2.9.1 - #3356 hot fix on startup system diff --git a/package.json b/package.json index ae6795a82..c405a34b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pm2", "preferGlobal": true, - "version": "2.9.3", + "version": "2.9.2", "engines": { "node": ">=0.12" }, @@ -25,8 +25,8 @@ "email": "soyuka@gmail.com" }, { - "name" : "wallet77", - "email" : "wallet77@gmail.com" + "name": "wallet77", + "email": "wallet77@gmail.com" }, { "name": "vmarchaud", @@ -177,7 +177,7 @@ "pm2-axon-rpc": "0.5.0", "pm2-deploy": "^0.3.9", "pm2-multimeter": "^0.1.2", - "pmx": "1.5.*", + "pmx": "~1.5.*", "semver": "^5.3", "shelljs": "0.7.8", "source-map-support": "^0.5",