structlog v21.1.0 Release Notes

Release Date: 2021-02-18 // about 3 years ago
  • Backward-incompatible changes:

    none

    ๐Ÿ—„ Deprecations: ^

    none

    ๐Ÿ”„ Changes: ^

    • structlog.threadlocal.wrap_dict() now has a correct type annotation. #290 <https://github.com/hynek/structlog/pull/290>_
    • ๐Ÿ›  Fix isolation in structlog.contextvars. #302 <https://github.com/hynek/structlog/pull/302>_
    • ๐Ÿ”ง The default configuration and loggers are pickleable again. #301 <https://github.com/hynek/structlog/pull/301>_
    • structlog.dev.ConsoleRenderer will now look for a logger_name key if no logger key is set. #295 <https://github.com/hynek/structlog/pull/295>_