Skip to content

Commit 5a58be1

Browse files
committed
Migration notes for next release
1 parent e5a9d1c commit 5a58be1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Unreleased
44

5+
### Migration notes
6+
7+
In preparation for stabilizing HTTP library instrumentation soon:
8+
9+
- `setCaptured*Headers(List)` methods in `*TelemetryBuilder` classes were changed to
10+
`setCaptured*Headers(Collection)`
11+
([#12901](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12901))
12+
- `setKnownMethods(Set)` methods in `*TelemetryBuilder` classes were changed to
13+
`setKnownMethods(Collection)`
14+
([#12902](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12902))
15+
516
## Version 2.11.0 (2024-12-23)
617

718
### Migration notes

0 commit comments

Comments
 (0)