structlog v15.0.0 Release Notes

Release Date: 2015-01-23 // over 9 years ago
  • ๐Ÿ”„ Changes: ^

    • ๐ŸŒฒ Add structlog.stdlib.add_log_level and structlog.stdlib.add_logger_name processors. #44 <https://github.com/hynek/structlog/pull/44>_
    • โž• Add structlog.stdlib.BoundLogger.log. #42 <https://github.com/hynek/structlog/pull/42>_
    • Pass positional arguments to stdlib wrapped loggers that use string formatting. #19 <https://github.com/hynek/structlog/pull/19>_
    • structlog is now dually licensed under the Apache License, Version 2 <https://choosealicense.com/licenses/apache/>_ and the MIT <https://choosealicense.com/licenses/mit/>_ license. Therefore it is now legal to use structlog with GPLv2 <https://choosealicense.com/licenses/gpl-2.0/>-licensed projects. #28 <https://github.com/hynek/structlog/pull/28>
    • โž• Add structlog.stdlib.BoundLogger.exception. #22 <https://github.com/hynek/structlog/pull/22>_