1.4.0 - 2019-10-09
- Support for managing services with numprocs > 1 which are started as a process group
- Support for services that are parts of a group section
1.3.2 - 2019-05-23
- Fix crash caused by bug when parsing events data
1.3.1 - 2019-05-22
- Exit the dependentstartup eventlistener process after all processes have been handled
1.3.0 - 2019-05-22
- Support for supervisor version 4 which now runs on python 3
- Add support for running as a module:
python3 -m supervisord_dependent_startup
- Add support for installing source distribution with pip and upload to pypi
1.2.0 - 2018-06-04
- Do not attempt to start a process that has reached the FATAL state
1.1.0 - 2018-03-07
- Support for environment variable expansion in service config files
1.0.0 - 2018-01-03
The plugin code is based on ordered-startup-supervisord
- Support for starting supervisor services after given services reaches certain states
- Unit tests
- Command line arguments parsing with argparse