From 06b995dff05788a3e5d31b47411ded19c84a6abf Mon Sep 17 00:00:00 2001 From: John Watson Date: Tue, 6 Apr 2021 09:00:51 -0700 Subject: [PATCH] CHANGELLOG updates for April 5, 2021 (#3111) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2926e008c0f..aa2337964c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - We now use our own internal `@GuardedBy` annotation for errorprone so there won't be an accidental transitive dependency on a 3rd-party jar. +- The `TraceStateBuilder` now will not crash when an empty value is provided. #### Enhancements @@ -33,6 +34,7 @@ See `io.opentelemetry.opentracingshim.OpenTracingPropagators` for details. when the timeout happens. Nor will `whenComplete` actions be executed in that case. - The `SimpleSpanProcessor` now keeps track of pending export calls and will wait for them to complete via a CompletableResultCode when `forceFlush()` is called. Similiarly, this is also done on `shutdown()`. +- The Jaeger Thrift exporter now correctly populates the parent span id into the exporter span. #### Enhancements