Procodile v1.0.11 Release Notes

Release Date: 2017-03-20 // about 7 years ago
    • ๐Ÿ‘Œ Improved support for rbenv.
    • ๐Ÿ‘Œ Support for defining multiple applications in the global configuration file. If multiple apps are defined globally, you will be prompted to choose an application (or use the current pwd) when you run procodile without a --root or --procfile option.
    • ๐Ÿšฆ Deprecate the USR2 signal. It didn't work and didn't do anything useful. A relic from when procodile didn't have a control server.
    • ๐Ÿ‘Œ Improvements to the way a procfile/app root is found when running procodile.
    • ๐Ÿ‘ Allow ports to be allocated to processes using --ports with the `start command.
    • ๐Ÿ‘Œ Support for UDP port allocation
    • โž• Adds procodile log command for viewing log files.
    • ๐Ÿ›  Fixes bug that meant the supervisor didn't stop when there were no processes running and --stop-when-none was defined.
    • ๐Ÿ‘Œ Improved error handling when procodile itself has issues