Skip to content

0.5.2

Compare
Choose a tag to compare
@Delgan Delgan released this 06 Sep 19:18
· 317 commits to master since this release
  • Fix AttributeError within handlers using serialize=True when calling logger.exception() outside of the context of an exception (#296).
  • Fix error while logging an exception containing a non-picklable value to a handler with enqueue=True (#298).
  • Add support for async callable classes (with __call__ method) used as sinks (#294, thanks @jessekrubin).