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
Update src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md
Co-authored-by: Mikel Blanchard <[email protected]>
  • Loading branch information
rajkumar-rangaraj and CodeBlanch authored Jan 31, 2025
commit 401a5444a8d06b2f24c78b172f59be3d083b39b6
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ Notes](../../RELEASENOTES.md).
exports are correctly marked as successful.
([#6099](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6099))

* Fixed an issue where `Status.Description` exceeding 127 bytes resulted in
incorrect length encoding, leading to serialization errors. The length
encoding now correctly handles descriptions longer than 127 bytes, ensuring
accurate serialization and preventing related failures.
([#](https://github.com/open-telemetry/opentelemetry-dotnet/pull/))
* Fixed an issues causing trace exports to fail when
`Activity.StatusDescription` exceeds 127 bytes.
([#6119](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6119))

## 1.11.1

Expand Down
Loading