Skip to content

Commit

Permalink
Migration notes for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 24, 2024
1 parent e5a9d1c commit 5a58be1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Unreleased

### Migration notes

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)

### Migration notes
Expand Down

0 comments on commit 5a58be1

Please sign in to comment.