Skip to content

Commit a4ef6e1

Browse files
authored
Update CHANGELOG and rev to v2.2.0 (#121)
1 parent bc21052 commit a4ef6e1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 2.1.0 (2023-08-16)
412

513
- Add support for `service.environment` from APM log correlation ([#96](https://github.com/elastic/ecs-logging-python/pull/96))

ecs_logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from ._stdlib import StdlibFormatter
2121
from ._structlog import StructlogFormatter
2222

23-
__version__ = "2.1.0"
23+
__version__ = "2.2.0"
2424
__all__ = [
2525
"ECS_VERSION",
2626
"StdlibFormatter",

0 commit comments

Comments
 (0)