Skip to content

Commit

Permalink
Some migration notes for next release (#12969)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jan 12, 2025
1 parent 0a5caf9 commit e42c213
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
- `internal-application-logging` --> `internal-application-logger`
- `javalin-5` -> `javalin-5.0`
- `pulsar-2.8.0` -> `pulsar-2.8`
- In preparation for stabilizing HTTP library instrumentation soon:
- `setCaptured*Headers(List)` methods in `*TelemetryBuilder` classes were changed to
`setCaptured*Headers(Collection)`
([#12901](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12901))
- `setKnownMethods(Set)` methods in `*TelemetryBuilder` classes were changed to
`setKnownMethods(Collection)`
([#12902](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12902))

## Version 2.11.0 (2024-12-23)

Expand Down Expand Up @@ -97,7 +104,6 @@ In preparation for stabilizing HTTP library instrumentation soon:
([#12883](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12883))
- Add close to fix CWE-404
([#12908](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12908))
>>>>>>> upstream/main

## Version 2.10.0 (2024-11-13)

Expand Down

0 comments on commit e42c213

Please sign in to comment.