Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 1.73 KB

Changelog since 1.5.4

v1.5.5

  • 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

v1.5.4

  • 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)

v1.5.3

  • 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)