Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumar-rangaraj committed Dec 9, 2024
1 parent 68b7d6f commit 2ab1c8c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,23 @@ Notes](../../RELEASENOTES.md).
* `Grpc.Tools`

These changes were made to streamline dependencies and reduce the footprint of the exporter.

Check failure on line 17 in src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-md / run-markdownlint

Line length

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md:17:81 MD013/line-length Line length [Expected: 80; Actual: 94] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
([#6015](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6015))

* Switched from using the `Google.Protobuf` library for serialization to a
custom manual implementation of protobuf serialization.
([#6015](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6015))

* Fixed an issue where a `service.name` was added to the resource if it was
missing. The exporter now respects the resource data provided by the SDK
without modifications.
([#6015](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6015))

* Removed the peer service resolver, which was based on earlier experimental
semantic conventions that are not part of the stable specification. This
change ensures that the exporter no longer modifies or assumes the value of
peer service attributes, aligning it more closely with OpenTelemetry protocol
specifications
specifications.
([#6015](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6015))

## 1.10.0

Expand Down

0 comments on commit 2ab1c8c

Please sign in to comment.