- Add
--wait
/-w
option toinvoker list
to stream updates instead of printing once & exiting (codemancers#239) - Make
Host
header check case-insensitive (codemancers#241)
- Enable Manjaro Linux support
- Fix setup on Ubuntu w/ systemd-resolved (codemancers#233)
- Ensure same color is re-used for next started process, which is helpful to maintain consistency when using
reload
command (codemancers#230) - Add
install
as an alias ofsetup
command (codemancers#232) - Change default process sleep duration to 0 (codemancers#231)
- Add
restart
as an alias ofreload
command (codemancers#229) - Remove facter dependency (codemancers#236)
- Relax dotenv dependency version restriction (codemancers#237)
- Relax thor dependency version restriction (codemancers#238)
- Change default tld from .dev to .test (codemancers#208)
- Fix high cpu usage when process managed by Invoker crashes and Invoker doesn't read from its socket.(codemancers#198)
- Allow users to specify custom ssl certificate and key (codemancers#199)
- Remove rainbow dependency and migrate to colorize
- Add support for running Invoker build in SELinux environments (codemancers#188)
- Add an option to print process listing in raw format. This enables us to see complete process list (codemancers#193)
- Fix colors in console output (codemancers#192)
- Add a new option to optionally disable colors in log when starting invoker (#196)
- Handle TERM and INT signals when stopping invoker. (#196)
- Always capture STDOUT/STDERR of process to invoker's log file, if invoker is daemonized. (codemancers#186)
- Add a command for filtering all logs for a process. (codemancers#186)
- Prefer Procfile.dev to Procfile (codemancers#183)
- Downgrade Rainbow version to prevent compilation errors in certain environments (codemancers#180)
- Non existant PWD environment variable may cause errors while starting a process (codemancers#179)
- Implement support for specifying process ordering. This allows user to be explicit about order in which Invoker should start processes from ini file (codemancers#174)
- Return correct version of Invoker in HTTP header (codemancers#173)