Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated CHANGELOG
  • Loading branch information
matt-hensley committed Feb 24, 2025
commit cf958b58c43c0ff0778571a4adc08f85b3794cab
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Notes](../../RELEASENOTES.md).
`Activity.StatusDescription` exceeds 127 bytes.
([#6119](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6119))

* Fixed protobuf serialization handling of null values in OTLP exporter.
* Fixed incorrect log serialization of attributes with null values, causing
some backends to reject logs when using OTLP exporter to output protobuf.
([#6149](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6149))

## 1.11.1
Expand Down
Loading