- new intermediary release. See https://github.com/benoitc/gaffer/compare/0.4.4...0.5.0 for a detailled changelog.
0.4.4
--------------------------
- improve Events dispatching - add support for multiple channel in a process - add ping handler for monitoring - some fixes in the http api - fix ``stop_processes`` function
0.4.3
--------------------------
- process os environment now inherits from the gafferd environment - fix autorestart feature: now handled asynchronously which allows us to still handle "stop command when a process fails"
0.4.2
--------------------------
- fix os_env option
0.4.0
--------------------------
- add environent variables support in the gafferd setting file. - add a plugin system to easily extend :doc:`gafferd` using HTML sites or gaffer applications in Python
0.3.1
--------------------------
- add environment variables substitution in the process command line and arguments.