Skip to content

21.1.0

Compare
Choose a tag to compare
@hynek hynek released this 18 Feb 16:17
· 766 commits to main since this release
21.1.0

Backward-incompatible changes:

none

Deprecations:

none

Changes:

  • structlog.threadlocal.wrap_dict() now has a correct type annotation. #290
  • Fix isolation in structlog.contextvars. #302
  • The default configuration and loggers are pickleable again. #301
  • structlog.dev.ConsoleRenderer will now look for a logger_name key if no logger key is set. #295