From 78ef0f04a5a735cebb71bd115abefa1eeec9fc5b Mon Sep 17 00:00:00 2001 From: John Watson Date: Wed, 13 Jan 2021 09:07:51 -0800 Subject: [PATCH] CHANGELOG updates for Jan 12, 2021 (#2483) * add line for StringUtils deprecation * add TraceProtoUtils deprecation entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c18c56c44a..6d3a5b5515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,8 @@ will be removed in the next release. module. The existing ones will be removed in the next release. - The methods with the term "deadline" has been deprecated in the configuration of the grpc-based exporters (OTLP and Jaeger) in favor of the word "timeout". The deadline-named methods will be removed in the next release. +- The `StringUtils` class in the `opentelemetry-extension-trace-propagators` extension module has been deprecated +and will be made non-public in the next release. #### Enhancements @@ -93,6 +95,8 @@ of the builders in the project. #### Deprecations - The `AwsXrayIdGenerator` constructor has been deprecated in favor of using a simple `getInstance()` singleton, since it has no state. +- The `TraceProtoUtils` class in the `opentelemetry-sdk-extension-otproto` module has been deprecated and +will be removed in the next release. #### Bugfixes