diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4b145f8e16..278a9a3a8477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,32 @@ `setKnownMethods(Collection)` ([#12902](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12902)) +### 📈 Enhancements + +- Support `ExtendedTextMapGetter` in gRPC instrumentation + ([#13011](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13011)) +- Add database client metrics in DynamoDB instrumentation + ([#13033](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13033)) +- Propagate context into async http client CompletableFuture callbacks + ([#13041](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13041)) +- Exclude spring routing data source from Spring Starter instrumentation + ([#13054](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13054)) +- Instrument jdbc batch queries + ([#12797](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12797)) + +### 🛠️ Bug fixes + +- Fix incorrect dubbo trace caused by using rpcContext.isProviderSide() + ([#12930](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12930)) +- Fix ClickHouse query failing with syntax error + ([#13020](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13020)) +- Fix instrumentation module not loading silently when duplicate helper classnames are detected + ([#13005](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13005)) +- Fix compatibility problem due to DubboHeadersGetter#keys in Dubbo 2.7.6 and 2.7.7 + ([#12982](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12982)) +- Fix appender install for async Logback appenders + ([#13047](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13047)) + ## Version 2.11.0 (2024-12-23) ### Migration notes