diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3a5b5515..456cce394c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased: +#### Breaking Changes + +- Methods and classes deprecated in 0.14.x have been removed. + +## Version 0.14.1 - 2021-01-14 + ### General - Several more modules have been updated to have `-alpha` appended on their versions: @@ -60,6 +66,8 @@ The `build()` method still exists, but no longer sets the instance on the `Globa asynchronously for shutdown to complete. - The `sampling.probability` sampling attribute previously generated by the `TraceIdRatioBasedSampler` is no longer generated, as it was not conformant with the specifications. +- The `SpanData` inner classes have been moved to the top level, so `SpanData.Link` -> `LinkData`, `SpanData.Event` -> `EventData` +and `SpanData.Status` -> `StatusData`. #### Deprecations @@ -71,6 +79,7 @@ module. The existing ones will be removed in the next release. 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. +- The `StatusData.isUnset()` and `StatusData.isOk()` methods have been deprecated. They will be removed in the next release. #### Enhancements