Skip to content

Commit

Permalink
CHANGELLOG updates for April 5, 2021 (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwatson authored Apr 6, 2021
1 parent a110376 commit 06b995d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 06b995d

Please sign in to comment.