All Versions
141
Latest Version
Avg Release Cycle
33 days
Latest Release
-

Changelog History
Page 14

  • v0.8.0 Changes

    • ๐ŸŒฒ More verbosity to pm2.log
    • Fast Watch & Reload
    • ๐Ÿ†• New README.md
    • ๐Ÿ”€ --merge-logs option to merge logs for a group of process
    • ๐Ÿ”Š logs reload with SIGUSR2 or pm2 reloadLogs
    • return failure code when no process has been reloaded
    • โฌ†๏ธ Upgrade of outdated packages
    • ๐Ÿšš Silent (-s) flag remove all possible pm2 output to CLI
    • ๐Ÿ†• New display for list, more compact
    • pm2 describe <id> to get more details about a process
    • ๐Ÿ›  Fixed 0.10.x issue when stop/kill
    • Helper shown when -h
    • ๐Ÿ‘• Linter errors
    • ๐Ÿง Systemd support for Fedora / ArchLinux
    • ๐Ÿง #381 Add support for Amazon Linux startup script
    • ๐Ÿ›  Fixed rendering
    • Interaction possible with VitalSigns.io
    • ๐Ÿ‘ป Avoid exception when dump file is not present
  • v0.7.8 Changes

    • List processes with user right service pm2-init.sh status
  • v0.7.7 Changes

    • ๐Ÿ› Bug fixes, stability fixes
  • v0.7.2 Changes

    • harmony can be enabled Enabling harmony
    • can pass any options to node via PM2_NODE_OPTIONS, configurable via ~/.pm2/custom_options.sh
    • pid file written in ~/.pm2/pm2.pid
    • ๐Ÿ‘ startup script support for CentOS
    • --no-daemon option (Alex Kocharin)
    • json file now can be : started/stoped/restarted/deleted
    • ๐Ÿ‘ coffeescript support for new versions (Hao-kang Den)
    • accept JSON via pipe from standard input (Ville Walveranta)
    • adjusting logical when process got an uncaughtException (Ethanz)
  • v0.7.1 Changes

    • โ†” Integrates hardened reload, graceful reload and strengthened process management
  • v0.7.0 Changes

    • Reload works at 100%
    • ๐Ÿ”Š Logs are now separated by process id
    • Minimal listing with -m option
    • pid files are deleted once process exit
    • ping method to launch or knwo if pm2 is alive
    • โœ… more tests
    • ๐Ÿ‘ coffeescript is supported in cluster mode
    • clean exit
    • clean process stopping
    • speed process management enhanced
    • async used instead of recuresive loops
    • โœ… broad test for node 0.11.10 0.11.9 0.11.8 0.11.7 0.11.5 0.10.24 0.10.23 0.10.22 0.10.21 0.10.20 0.10.19 0.10.18 0.10.17 0.10.16 0.10.15 0.10.14 0.10.13 0.10.12 0.10.11 0.8
  • v0.6.8 Changes

    • Homogeneize JSON #186
    • Auto intepreter selection (you can do pm2 start app.php)
  • v0.5.6 Changes

    • ๐Ÿ‘ Coffeescript support
    • โšก๏ธ Updating dependencies - axon - commander
    • ๐Ÿšš Log feature enhanced - duplicates removed - name or id can be passed to pm2 logs xxx
  • v0.5.5 Changes

    • โœ… Ability to set a name to a launched script + tests
      • with the --name option when launching file
      • with the "name" parameter for JSON files
    • โœ… Ability to restart a script by name + tests
    • โฌ†๏ธ Upgrade node-usage to 0.3.8 - fix monitoring feedback for MacOSx
    • require.main now require the right file (activate it by modifying MODIFY_REQUIRE in constants.js)
    • CentOS startup script with pm2 startup centos
    • 0 downtime reload
  • v0.5.4 Changes

    • โœ‚ Remove unused variable in startup script
    • Add options min_uptime max_restarts when configuring an app with JSON
    • โœ‚ Remove pid file on process exit
    • Command stopAll -> stop all | restartAll -> restart all (backward compatible with older versions)