• v0.9.2 a4efbca55b

    Clarify diagnostic log messages; simplify describe_callback fallback

    LeoVasanko released this 2026-09-16 02:55:10 +00:00 | 1 commits to main since this release

    Unnamed callables (partials, callable instances) are described by type
    name only: docstrings are shown only for named callables, avoiding
    misleading class docstrings in failure messages.

    Diagnostic messages revised for clarity when mixed with application
    logs; logger.exception() messages no longer repeat the exception text,
    which the traceback already shows.

    Downloads