Update the changelog to reflect the latest (#2527)

This commit is contained in:
John Watson 2021-01-14 16:17:24 -08:00 committed by GitHub
parent c3574c47de
commit e256cac3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

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