We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a9d1c commit 5a58be1Copy full SHA for 5a58be1
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
## Unreleased
4
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
16
## Version 2.11.0 (2024-12-23)
17
18
### Migration notes
0 commit comments