Releases: Unitech/pm2
2.10.4
2.10.3
2.10.2
2.10.1
2.10.0
Bug Fixes
- add livescript in default modules
(a315eeb6) - replace dash with underscore
(203df768) - make sure not pm2 is running
(bd798fd7) - auto-exit edge case fix + pm2 no daemon mode + log in raw by default + less logs
(704ae518) - impact v8 flag in fork mode also
(41bf6ef7) - fixup! #2182 Get rid of annoying popups in Windows 10
(3a85b59d)
Hot Fixes
Features
-
add dependencies section into ecosystem.json file.
(828a30d0) -
--deep-monitoring available from pm2-runtime
(99e62e3b) -
add deep_metrics to deep_monitoring flag
(4d1bea5e) -
add flag to enable deep-monitoring
(c5418688) -
allow pm2 to install a set of module as one single command and add deep-monitoring.
(9dddc80d) -
pm2 pid <app_name> command
(6687d499) -
allow pm2 to install and enable event-loop-inspector data collecting
(e6b0c474) -
ignore signal when running in --no-daemon
(b9c01c99) -
upgrade pmx to git development branch
(21be05a0) -
allow pm2 to enable v8 data collecting from pmx
(aa180fa8) -
allow pm2 to install gc-stats
(15634168) -
feat add changelog generation support
(14f53fc0) -
pm2
Documentation
- add documentation on new pm2 install command
(c90c453f) - add sendDataToProcessId into typescript definitions
(4a2e8d2d)
Refactor
- delete all "if" condition when installing new module, create an object with all modules and a generic installation process
(1b92a9c4) - deep pm2-runtime refactor #3408 #3257 #3266
(c13b2364) - no more interactive spinner for connection to KM + change pm2 log format + remove some logs
(d1916f40)
Chore
- pmx to 1.6.3-rc2
(41815e0b) - switch pmx to development
(748019d1) - 2.10.0-beta
(0d2b7172) - upgrade pmx to 1.6.3-next
(5a1b4343) - upgrade pmx dep
(4bbeec3d) - switch to published pmx(@next)
(859d18fb) - remove --exit from mocha.opts
(36bf03e1) - remove unused files
(65d233e5)
Branchs merged
- Merge branch 'development' of ssh://github.com/deltasource/pm2 into hotfix/scoped-package-support
(94ea9d9e) - Merge branch 'master' into development
(46606903) - Merge branch 'development' of github.com:Unitech/pm2 into v8_option
(757562f7) - Merge branch 'development' of github.com:Unitech/pm2 into gc-stats
(3ed1a747) - Merge branch 'master' into development
(ee7651e4)
Pull requests merged
- Merge pull request #3466 from natcl/development
(c6d7ace8) - Merge pull request #3464 from andyfleming/patch-1
(dd9ebb60) - Merge pull request #3459 from rmonnier/master
(46948a98) - Merge pull request #3458 from Unitech/pm2_install_command
(f3b35726) - Merge pull request #3453 from deltasource/hotfix/scoped-package-support
(974f9bf0) - Merge pull request #3448 from Unitech/deep_monitoring_flag
(331bc741) - Merge pull request #3447 from Unitech/deep-monitoring
(719d328e) - Merge pull request #3443 from Unitech/event-loop-inspector
(77a35274) - Merge pull request #3442 from Unitech/event-loop-inspector
(dad98e6e) - Merge pull request #3424 from Unitech/sendDataToProcessId_def
(95e85eef) - Merge pull request #3438 from Unitech/v8_option
(e46b15dc) - Merge pull request #3437 from Unitech/gc-stats
(1a6771aa) - Merge pull request #3400 from toddwong/windowsHide2
(f65e8794) - Merge pull request #3421 from Unitech/generate_changelog
(b0690618) - Merge pull request #3419 from Rohja/fix-build-number-deb-rpm
(b4343de2)
2.9.3
2.9.2
- #3364 30% faster CLI
- 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 <field_name:order>)
- #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.2-beta
2.9.2-next
2.9.1
Fix startup script, anyone having used pm2 startup
on the 2.9.0 version (published 10hours ago) must run:
$ npm install pm2 -g
$ pm2 update
$ pm2 unstartup
$ pm2 startup
# Command to copy/paste
bug introduced via PR 0abcfc8#diff-cd58f2bfb244d0982b2a0bf4730733bcR294