Loguru v0.5.2 Release Notes

Release Date: 2020-09-06 // over 3 years ago
    • 🛠 Fix AttributeError within handlers using serialize=True when calling logger.exception() outside of the context of an exception (#296 <https://github.com/Delgan/loguru/issues/296>_).
    • 🛠 Fix error while logging an exception containing a non-picklable value to a handler with enqueue=True (#298 <https://github.com/Delgan/loguru/issues/298>_).
    • Add support for async callable classes (with __call__ method) used as sinks (#294 <https://github.com/Delgan/loguru/pull/294>, thanks @jessekrubin <https://github.com/jessekrubin>).