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