What's Changed * Allow displaying/hiding the structlog settings reporting by wimglenn in https://github.com/wimglenn/pytest-structlog/pull/37 * Dropped support for Python 3.7 **Full Changelog**: https://github.com/wimglenn/pytest-structlog/compare/v1.0...v1.1
1.0
Added configuration options `--structlog-keep`, `--structlog-evict`, and `--structlog-explicit`, for when the default plugin configuration is not adequate.
0.9
What's Changed * keep tb renderers. closes 32 by wimglenn in https://github.com/wimglenn/pytest-structlog/pull/33
What's Changed * Clear contextvars between tests by logi in https://github.com/wimglenn/pytest-structlog/pull/25 * Add factory method for log events to assert on for better readability by logi in https://github.com/wimglenn/pytest-structlog/pull/23 * Add typing annotations by palfrey in https://github.com/wimglenn/pytest-structlog/pull/27 * Python 3.7+ is required.
New Contributors * logi made their first contribution in https://github.com/wimglenn/pytest-structlog/pull/25 * palfrey made their first contribution in https://github.com/wimglenn/pytest-structlog/pull/27