File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 9
9
- ` internal-application-logging ` --> ` internal-application-logger `
10
10
- ` javalin-5 ` -> ` javalin-5.0 `
11
11
- ` 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 ) )
12
19
13
20
## Version 2.11.0 (2024-12-23)
14
21
@@ -97,7 +104,6 @@ In preparation for stabilizing HTTP library instrumentation soon:
97
104
([ #12883 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12883 ) )
98
105
- Add close to fix CWE-404
99
106
([ #12908 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12908 ) )
100
- >>>>>>> upstream/main
101
107
102
108
## Version 2.10.0 (2024-11-13)
103
109
You can’t perform that action at this time.
0 commit comments