Changelog entries, Dec 8 edition. (#2230)

* add an entry for the Link.getContext deprecation

* Add entries for the removed extension modules.
This commit is contained in:
John Watson 2020-12-08 16:30:00 -08:00 committed by GitHub
parent bcd5720c49
commit 546296d158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -32,6 +32,21 @@ enabling it in high-throughput environments that do not need this strict verific
- The API has been broken into separate modules, in preparation for the 1.0 release of the tracing API.
If you depend on the `opentelemetry-api` module, you should get the rest of the API modules as transitive dependencies.
### SDK
#### Miscellaneous
- The `SpanData.Link.getContext()` method has been deprecated in favor of a new `SpanData.Link.getSpanContext()`.
The deprecated method will be removed in the next release of the SDK.
### Extensions
#### Breaking Changes
- The deprecated `opentelemetry-extension-runtime-metrics` module has been removed. The functionality is available in the
opentelemetry-java-instrumentation project under a different module name.
- The deprecated `trace-utils` module has been removed.
-----
## Version 0.12.0 - 2020-12-04