Skip to content

Commit 64ad76f

Browse files
traskRashmiRam
authored andcommitted
Add migration notes to change log (open-telemetry#5446)
1 parent e06e559 commit 64ad76f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99

1010
## Version 1.11.0 - 2022-02-11
1111

12+
### Migration notes
13+
14+
- The previous release (1.10.0) deprecated the entire `io.opentelemetry.instrumentation.api.tracer`
15+
package in the `instrumentation-api` artifact, and the package was removed in this release.
16+
- The javaagent `-slim` artifact has been dropped in this release, because the exporters are much
17+
smaller now and there is no longer a significant size difference between the `-slim` and default
18+
artifacts.
19+
- The `opentelemetry-aws-lambda-1.0` has been split into two artifacts
20+
`opentelemetry-aws-lambda-core-1.0` and `opentelemetry-aws-lambda-events-2.2`.
21+
1222
### 🌟 New javaagent instrumentation
1323

1424
- Spring RMI instrumentation ([#5033](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5033))
@@ -135,6 +145,13 @@
135145

136146
## Version 1.10.0 - 2022-01-15
137147

148+
### Migration notes
149+
150+
- The `opentelemetry-log4j-2.13.2` artifact has been renamed to `opentelemetry-context-data-2.16-autoconfigure`
151+
- The `opentelemetry-logback-1.0` artifact has been renamed to `opentelemetry-logback-mdc-1.0`
152+
- The `opentelemetry-ratpack-1.4` artifact has been renamed to `opentelemetry-ratpack-1.7`
153+
and only supports Ratpack 1.7 and above now
154+
138155
### 🌟 New javaagent instrumentation
139156

140157
- Logback appender instrumentation to send logs through the OpenTelemetry logging pipeline

0 commit comments

Comments
 (0)