File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments