structlog v19.1.0 Release Notes

Release Date: 2019-02-02 // about 5 years ago
  • Backward-incompatible changes:

    • As announced in 18.1.0, pip install -e .[dev] now installs all development dependencies. Sorry for the inconveniences this undoubtedly will cause!

    ๐Ÿ—„ Deprecations: ^

    none

    ๐Ÿ”„ Changes: ^

    • ๐Ÿ–จ structlog.ReturnLogger and structlog.PrintLogger now have a fatal() log method. #181 <https://github.com/hynek/structlog/issues/181>_
    • ๐Ÿ‘ป Under certain (rather unclear) circumstances, the frame extraction could throw an SystemError: error return without exception set. A workaround has been added. #174 <https://github.com/hynek/structlog/issues/174>_
    • ๐ŸŒฒ structlog now tolerates passing through dict\ s to stdlib logging. #187 <https://github.com/hynek/structlog/issues/187>, #188 <https://github.com/hynek/structlog/pull/188>, #189 <https://github.com/hynek/structlog/pull/189>_