File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.2.0 (2024-06-28)
4
+
5
+ - Rewrite type annotations ([ #119 ] ( https://github.com/elastic/ecs-logging-python/pull/119 ) )
6
+ - Don't de-dot ` ecs.version ` ([ #118 ] ( https://github.com/elastic/ecs-logging-python/pull/118 ) )
7
+ - Make it possible override the JSON serializer in ` StructlogFormatter ` ([ #114 ] ( https://github.com/elastic/ecs-logging-python/pull/114 ) )
8
+ - Use ` fromtimestamp ` instead of deprecated ` utcfromtimestamp ` ([ #105 ] ( https://github.com/elastic/ecs-logging-python/pull/105 ) )
9
+ - Remove unused imports and fix an undefined name ([ #101 ] ( https://github.com/elastic/ecs-logging-python/pull/101 ) )
10
+
3
11
## 2.1.0 (2023-08-16)
4
12
5
13
- Add support for ` service.environment ` from APM log correlation ([ #96 ] ( https://github.com/elastic/ecs-logging-python/pull/96 ) )
Original file line number Diff line number Diff line change 20
20
from ._stdlib import StdlibFormatter
21
21
from ._structlog import StructlogFormatter
22
22
23
- __version__ = "2.1 .0"
23
+ __version__ = "2.2 .0"
24
24
__all__ = [
25
25
"ECS_VERSION" ,
26
26
"StdlibFormatter" ,
You can’t perform that action at this time.
0 commit comments