Releases: elastic/ecs-logging-python
Releases · elastic/ecs-logging-python
2.2.0
What's Changed
Features
- Rewrite type annotations (#119)
- Make it possible override the JSON serializer in
StructlogFormatter
(#114)
Bugfixes
- Don't de-dot
ecs.version
(#118) - Use
fromtimestamp
instead of deprecatedutcfromtimestamp
(#105) - Remove unused imports and fix an undefined name (#101)
New Contributors
- @MrSnapperVibes made their first contribution in #101
- @dependabot made their first contribution in #104
- @ericdevries made their first contribution in #105
- @reakaleek made their first contribution in #109
- @xrmx made their first contribution in #111
- @lcawl made their first contribution in #110
- @mj0nez made their first contribution in #114
Full Changelog: 2.1.0...2.2.0
2.1.0
Features
- Add support for
service.environment
from APM log correlation (#96)
Bugfixes
- Fix stack trace handling in StructLog for ECS compliance (#97)
New Contributors
- @ndoornekamp made their first contribution in #97
Full Changelog: 2.0.2...2.1.0
2.0.2
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
0.6.0
0.5.0
- Updated supported ECS version to 1.6.0 (#24)
- Added support for
LogRecord.stack_info
(#23) - Fixed normalizing of items in
list
that aren't of typedict
(#22, contributed by @camerondavison)