structlog v15.2.0 Release Notes

Release Date: 2015-06-10 // almost 9 years ago
  • ๐Ÿ”„ Changes: ^

    • ๐Ÿ‘ Allow empty lists of processors. This is a valid use case since #26 <https://github.com/hynek/structlog/issues/26>_ has been merged. Before, supplying an empty list resulted in the defaults being used.
    • ๐ŸŒฒ Prevent Twisted's log.err from quoting strings rendered by structlog.twisted.JSONRenderer.
    • ๐Ÿ‘ Better support of logging.Logger.exception within structlog. #52 <https://github.com/hynek/structlog/pull/52>_
    • โž• Add option to specify target key in structlog.processors.TimeStamper processor. #51 <https://github.com/hynek/structlog/pull/51>_