Supervisor v4.1.0 Release Notes

Release Date: 2019-10-19 // over 4 years ago
    • ๐Ÿ›  Fixed a bug on Python 3 only where logging to syslog did not work and would log the exception TypeError: a bytes-like object is required, not 'str' to the main supervisord log file. Patch by Vinay Sajip and Josh Staley.

    • ๐Ÿ›  Fixed a Python 3.8 compatibility issue caused by the removal of cgi.escape(). Patch by Mattia Procopio.

    • ๐Ÿ“ฆ The meld3 package is no longer a dependency. A version of meld3 is now included within the supervisor package itself.