0.5.2
- Fix
AttributeError
within handlers usingserialize=True
when callinglogger.exception()
outside of the context of an exception (#296). - Fix error while logging an exception containing a non-picklable
value
to a handler withenqueue=True
(#298). - Add support for async callable classes (with
__call__
method) used as sinks (#294, thanks @jessekrubin).