- Added a plugin system
- Added a "singleton" option for watchers
- Fixed circus-top screen flickering
- Removed threads from circus.stats in favor of zmq periodic callbacks
- Enhanced the documentation
- Circus client now have a send_message api
- The flapping feature is now a plugin
- Every command line tool have a --version option
- Added a statsd plugin (sends the events from circus to statsd)
- The web UI now uses websockets (via socketio) to get the stats
- The web UI now uses sessions for "flash messages" in the web ui
- Fixed a race condition that prevented the controller to cleanly reap finished processes.
- Now check_flapping can be controlled in the configuration. And activated/deactivated per watcher.
- Fixed the regression on the uid handling
- allows optional args property to add_watcher command.
- added circushttpd, circus-top and circusd-stats
- allowing Arbiter.add_watcher() to set all Watcher option
- make sure the redirectors are re-created on restarts
- fix: make sure watcher' defaults aren't overrided
- added a StdoutStream class.
- added the streaming feature
- now displaying coverage in the Sphinx doc
- fixed the way the processes are killed (no more SIGQUIT)
- the configuration has been factored out
- setproctitle support
- Removed the show name. replaced by watcher.
- Added support for setting process rlimit.
- Added support for include dirs in the config file.
- Fixed a couple of leaking file descriptors.
- Fixed a core dump in the flapping
- Doc improvments
- Make sure circusd errors properly when another circusd is running on the same socket.
- get_arbiter now accepts several watchers.
- Fixed the cmd vs args vs executable in the process init.
- Fixed --start on circusctl add
- initial release