Skip to content

Commit aca2821

Browse files
committed
Update change log for upcoming release
1 parent 234d619 commit aca2821

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,40 @@
88
replaced by the stable `io.opentelemetry.instrumentation.api.semconv.util.SpanNames`
99
- In preparation for stabilizing HTTP library instrumentation, the classes and methods
1010
that were deprecated in the prior two releases have now been removed
11+
([#13135](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13135),
12+
[#13150](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13150))
13+
- Deprecated Dubbo instrumentation methods were removed
14+
([#13076](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13076))
15+
16+
### 📈 Enhancements
17+
18+
- Add Lettuce metrics
19+
([#13032](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13032))
20+
- Stabilize io.opentelemetry.instrumentation.api.semconv.util.SpanNames
21+
([#12487](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12487))
22+
- Implement ExtendedTextMapGetter in http server instrumentations
23+
([#13053](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13053))
24+
- Implement ExtendedTextMapGetter in kafka-clients instrumentation
25+
([#13068](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13068))
26+
- Scrub system property secrets from process resource attribute values
27+
([#13225](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13225))
28+
29+
### 🛠️ Bug fixes
30+
31+
- Fix akka shutdown hanging
32+
([#13073](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13073))
33+
- Fix MalformedInputException on z/OS
34+
([#13042](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13042))
35+
- Fix scope leak in aws sdk instrumentation
36+
([#13129](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13129))
37+
- Fix MapConverter does not get initialized when `OTEL_SDK_DISABLED` is set to true
38+
([#13224](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13224))
39+
- Fix logback appender on android
40+
([#13234](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13234))
41+
- Fix Ktor 3 CallLogging and StatusPages don't have Trace IDs
42+
([#13239](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13239))
43+
- Fix Micrometer-bridge breaking Spring Actuator metrics
44+
([#13083](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13083))
1145

1246
## Version 2.12.0 (2025-01-17)
1347

0 commit comments

Comments
 (0)