Skip to content

0.14.0

Compare
Choose a tag to compare
@k4nar k4nar released this 12 Aug 14:09
· 224 commits to master since this release

This release fixes several bugs and add new options to Circus sockets and watchers.

  • Add stdin_socket option to the watcher - #975
  • Add a blocking option to Circus sockets - #973
  • Ignore errors when parsing the Pidfile - #866, #969
  • Fixes for papa sockets - #930, #968
  • Remove I/O operations on closed files - #979, #980
  • Accept empty ini sections - #970
  • Send SIGKILL to children recursively - #986
  • Improve tests stability - #984
  • Doc updates - #982, #983, #985