Add migration notes to change log (#5446)

This commit is contained in:
Trask Stalnaker 2022-02-27 10:52:30 -08:00 committed by GitHub
parent e89a9f2ea1
commit 11881f4fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -9,6 +9,16 @@
## Version 1.11.0 - 2022-02-11 ## Version 1.11.0 - 2022-02-11
### Migration notes
- The previous release (1.10.0) deprecated the entire `io.opentelemetry.instrumentation.api.tracer`
package in the `instrumentation-api` artifact, and the package was removed in this release.
- The javaagent `-slim` artifact has been dropped in this release, because the exporters are much
smaller now and there is no longer a significant size difference between the `-slim` and default
artifacts.
- The `opentelemetry-aws-lambda-1.0` has been split into two artifacts
`opentelemetry-aws-lambda-core-1.0` and `opentelemetry-aws-lambda-events-2.2`.
### 🌟 New javaagent instrumentation ### 🌟 New javaagent instrumentation
- Spring RMI instrumentation ([#5033](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5033)) - Spring RMI instrumentation ([#5033](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5033))
@ -135,6 +145,13 @@
## Version 1.10.0 - 2022-01-15 ## Version 1.10.0 - 2022-01-15
### Migration notes
- The `opentelemetry-log4j-2.13.2` artifact has been renamed to `opentelemetry-context-data-2.16-autoconfigure`
- The `opentelemetry-logback-1.0` artifact has been renamed to `opentelemetry-logback-mdc-1.0`
- The `opentelemetry-ratpack-1.4` artifact has been renamed to `opentelemetry-ratpack-1.7`
and only supports Ratpack 1.7 and above now
### 🌟 New javaagent instrumentation ### 🌟 New javaagent instrumentation
- Logback appender instrumentation to send logs through the OpenTelemetry logging pipeline - Logback appender instrumentation to send logs through the OpenTelemetry logging pipeline