From 9ab0f59349d23c7ddb57e2692ddfa13370b17eb2 Mon Sep 17 00:00:00 2001 From: owent Date: Wed, 10 May 2023 11:21:22 +0800 Subject: [PATCH] Add break changelog for proto_grpc Signed-off-by: owent --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cad801bec5..d7c7f88120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,11 +19,22 @@ Increment the: [#2123](https://github.com/open-telemetry/opentelemetry-cpp/pull/2123) * [BUILD] Build break with old curl, macro CURL_VERSION_BITS unknown [#2102](https://github.com/open-telemetry/opentelemetry-cpp/pull/2102) -* [BUILD] Allow build shared opentelemetry_proto on non-Windows platform. +* [BUILD] Add opentelemetry_proto_grpc and allow build shared opentelemetry_proto + and opentelemetry_proto_grpc on non-Windows platform. [#2097](https://github.com/open-telemetry/opentelemetry-cpp/pull/2097) * [API] Add user facing Logging API and Benchmarks [#2094](https://github.com/open-telemetry/opentelemetry-cpp/pull/2094) +Breaking changes: + +* Add opentelemetry_proto_grpc and move gRPC sources into it. + [#2097](https://github.com/open-telemetry/opentelemetry-cpp/pull/2097) + * There will be no breaking changes for users who only use OTLP exporters and + do not directly use opentelemetry-cpp::proto. However, it is important to + note that `opentelemetry-cpp::proto` no longer contains generated gRPC codes + , and all components that depend on these gRPC codes should also link to + `opentelemetry-cpp::proto_grpc`. + Deprecations: * The Jaeger Exporter is deprecated, see [DEPRECATED](./DEPRECATED.md) for details.