Supervisor v3.3.4 Release Notes

Release Date: 2018-02-15 // about 6 years ago
    • ๐Ÿ›  Fixed a bug where rereading the configuration would not detect changes to eventlisteners. Patch by Michael Ihde.

    • ๐Ÿ›  Fixed a bug where the warning Supervisord is running as root and it is searching for its config file may have been incorrectly shown by supervisorctl if its executable name was changed.

    • ๐Ÿ›  Fixed a bug where supervisord would continue starting up if the [supervisord] section of the config file specified user= but setuid() to that user failed. It will now exit immediately if it cannot drop privileges.

    • ๐Ÿ›  Fixed a bug in the web interface where redirect URLs did not have a slash between the host and query string, which caused issues when proxying with Nginx. Patch by Luke Weber.

    • When supervisord successfully drops privileges during startup, it is now logged at the INFO level instead of CRIT.

    • The HTTP server now returns a Content-Type header specifying UTF-8 encoding. This may fix display issues in some browsers. Patch by Katenkka.