supervisor v3.0 Release Notes

Release Date: 2013-07-30 // over 10 years ago
    • ๐Ÿ“œ Parsing the config file will now fail with an error message if a process or group name contains characters that are not compatible with the eventlistener protocol.

    • ๐Ÿ›  Fixed a bug where the tail -f command in supervisorctl would fail if the combined length of the username and password was over 56 characters.

    • Reading the config file now gives a separate error message when the config file exists but can't be read. Previously, any error reading the file would be reported as "could not find config file". Patch by Jens Rantil.

    • ๐Ÿ›  Fixed an XML-RPC bug where array elements after the first would be ignored when using the ElementTree-based XML parser. Patch by Zev Benjamin.

    • ๐Ÿ›  Fixed the usage message output by supervisorctl to show the correct default config file path. Patch by Alek Storm.