Skip to content

Commit e42c213

Browse files
authored
Some migration notes for next release (#12969)
1 parent 0a5caf9 commit e42c213

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
- `internal-application-logging` --> `internal-application-logger`
1010
- `javalin-5` -> `javalin-5.0`
1111
- `pulsar-2.8.0` -> `pulsar-2.8`
12+
- In preparation for stabilizing HTTP library instrumentation soon:
13+
- `setCaptured*Headers(List)` methods in `*TelemetryBuilder` classes were changed to
14+
`setCaptured*Headers(Collection)`
15+
([#12901](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12901))
16+
- `setKnownMethods(Set)` methods in `*TelemetryBuilder` classes were changed to
17+
`setKnownMethods(Collection)`
18+
([#12902](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12902))
1219

1320
## Version 2.11.0 (2024-12-23)
1421

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

102108
## Version 2.10.0 (2024-11-13)
103109

0 commit comments

Comments
 (0)