Tags: elastic/ecs-logging-python
Tags
2.2.0 - Rewrite type annotations ([#119](#119)) - Don't de-dot `ecs.version` ([#118](#118)) - Make it possible override the JSON serializer in `StructlogFormatter` ([#114](#114)) - Use `fromtimestamp` instead of deprecated `utcfromtimestamp` ([#105](#105)) - Remove unused imports and fix an undefined name ([#101](#101))
v1.1.0 * Remove python 3.5 support ([#69](#69)) * Fix an issue where APM fields would override user-provided fields even when APM wasn't installed ([#67](#67)) * Removed `event.dataset` field handling to match [`elastic-apm` v6.6.0](https://github.com/elastic/apm-agent-python/releases/tag/v6.6.0) ([#69](#69))
Version 1.0.1 * Fixed an issue in `StructlogFormatter` caused by a conflict with `event` (used for the log `message`) and `event.dataset` (a field provided by the `elasticapm` integration) ([#46](#46)) * Add default/fallback handling for json.dumps ([#47](#47)) * Fixed an issue in `StdLibFormatter` when `exc_info=False` ([#42](#42))
PreviousNext