|
8 | 8 | replaced by the stable `io.opentelemetry.instrumentation.api.semconv.util.SpanNames`
|
9 | 9 | - In preparation for stabilizing HTTP library instrumentation, the classes and methods
|
10 | 10 | 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 method was removed |
| 14 | + ([#13076](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13076)) |
| 15 | + |
| 16 | +### 🌟 New javaagent instrumentation |
| 17 | + |
| 18 | +- `jdk.httpserver` instrumentation |
| 19 | + ([#13243](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13243)) |
| 20 | + |
| 21 | +### 🌟 New library instrumentation |
| 22 | + |
| 23 | +- `jdk.httpserver` instrumentation |
| 24 | + ([#13243](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13243)) |
| 25 | + |
| 26 | +### 📈 Enhancements |
| 27 | + |
| 28 | +- Add database client metrics to Lettuce instrumentation |
| 29 | + ([#13032](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13032)) |
| 30 | +- Stabilize io.opentelemetry.instrumentation.api.semconv.util.SpanNames |
| 31 | + ([#12487](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12487)) |
| 32 | +- Implement ExtendedTextMapGetter in http server instrumentations |
| 33 | + ([#13053](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13053)) |
| 34 | +- Implement ExtendedTextMapGetter in kafka-clients instrumentation |
| 35 | + ([#13068](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13068)) |
| 36 | +- Scrub system property secrets from process resource attribute values |
| 37 | + ([#13225](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13225)) |
| 38 | +- Add database client metrics to AWS SDK 2.x DynamoDB instrumentation |
| 39 | + ([#13283](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13283)) |
| 40 | +- Add runtime metrics to Spring boot starter |
| 41 | + ([#13173](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13173)) |
| 42 | + |
| 43 | +### 🛠️ Bug fixes |
| 44 | + |
| 45 | +- Fix akka shutdown hanging |
| 46 | + ([#13073](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13073)) |
| 47 | +- Fix MalformedInputException on z/OS |
| 48 | + ([#13042](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13042)) |
| 49 | +- Fix scope leak in aws sdk instrumentation |
| 50 | + ([#13129](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13129)) |
| 51 | +- Fix MapConverter does not get initialized when `OTEL_SDK_DISABLED` is set to true |
| 52 | + ([#13224](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13224)) |
| 53 | +- Fix logback appender on android |
| 54 | + ([#13234](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13234)) |
| 55 | +- Fix Ktor 3 CallLogging and StatusPages don't have Trace IDs |
| 56 | + ([#13239](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13239)) |
| 57 | +- Fix Micrometer-bridge breaking Spring Actuator metrics |
| 58 | + ([#13083](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13083)) |
11 | 59 |
|
12 | 60 | ## Version 2.12.0 (2025-01-17)
|
13 | 61 |
|
|
0 commit comments