supervisor v3.1.3 Release Notes

Release Date: 2014-10-28 // over 9 years ago
    • 🛠 Fixed an XML-RPC bug where the ElementTree-based parser handled strings like <value><string>hello</string></value> but not strings like <value>hello</value>, which are valid in the XML-RPC spec. This fixes compatibility with the Apache XML-RPC client for Java and possibly other clients.