Slimta v3.2 Release Notes

Release Date: 2016-05-16 // almost 8 years ago
  • ➕ Added

    • 📜 The [parseline][5] function is now exposed and documented.
    • 🌲 The slimta.logging.log_exception function may now be replaced with custom functions, for special error handling scenarios.

    🔄 Changed

    • ✅ Unit tests are now run with py.test instead of nosetests.
    • 🌲 Exception log lines will now include up to 10,000 characters of the traceback string.
    • Socket errors are no longer logged as unhandled errors and do not include a traceback.
    • socket.gaierror failures are now caught and ignored during PTR lookup.

    🛠 Fixed

    • Correctly set an empty greenlet pool in EdgeServer constructor.
    • Corrected a potential duplicate relay scenario in Queue.
    • Reply encoding and decoding now works correctly in Python 2.x.
    • 🛠 Fixed httplib imports in Python 3.3.