Skip to content

Commit f94404a

Browse files
committed
Update changelog
1 parent c90b56b commit f94404a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

opentelemetry-exporter-gcp-logging/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
## Unreleased
44

5-
Added support for when `bytes` or `list['bytes']` is in `LogRecord.body` and
6-
body is of type Mapping. Update opentelemetry-api/sdk dependencies to 1.3.
5+
- Added support for when a `Mapping[str, bytes]` or `Mapping[str, List[bytes]]` is in `LogRecord.body`.
6+
- Added support for when a `Mapping[str, List[Mapping]]` is in `LogRecord.body`.
7+
- Do not call `logging.warning` when `LogRecord.body` is of None type, instead leave `LogEntry.payload` empty.
8+
- Update opentelemetry-api/sdk dependencies to 1.3.
79

810
## Version 1.9.0a0
911

0 commit comments

Comments
 (0)