structlog v18.2.0 Release Notes

Release Date: 2018-09-05 // over 5 years ago
  • Backward-incompatible changes:

    none

    ๐Ÿ—„ Deprecations: ^

    none

    ๐Ÿ”„ Changes: ^

    • ๐ŸŒฒ Added structlog.stdlib.add_log_level_number() processor that adds the level number to the event dictionary. Can be used to simplify log filtering. #151 <https://github.com/hynek/structlog/pull/151>_
    • 0๏ธโƒฃ structlog.processors.JSONRenderer now allows for overwriting the default argument of its serializer. #77 <https://github.com/hynek/structlog/pull/77>, #163 <https://github.com/hynek/structlog/pull/163>
    • โž• Added try_unbind() that works like unbind() but doesn't raise a KeyError if one of the keys is missing. #171 <https://github.com/hynek/structlog/pull/171>_