Skip to content

Commit 9fc83aa

Browse files
authored
Update changelog for upcoming release (#13045)
1 parent 467dfc0 commit 9fc83aa

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,32 @@
1717
`setKnownMethods(Collection)`
1818
([#12902](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12902))
1919

20+
### 📈 Enhancements
21+
22+
- Support `ExtendedTextMapGetter` in gRPC instrumentation
23+
([#13011](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13011))
24+
- Add database client metrics in DynamoDB instrumentation
25+
([#13033](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13033))
26+
- Propagate context into async http client CompletableFuture callbacks
27+
([#13041](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13041))
28+
- Exclude spring routing data source from Spring Starter instrumentation
29+
([#13054](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13054))
30+
- Instrument jdbc batch queries
31+
([#12797](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12797))
32+
33+
### 🛠️ Bug fixes
34+
35+
- Fix incorrect dubbo trace caused by using rpcContext.isProviderSide()
36+
([#12930](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12930))
37+
- Fix ClickHouse query failing with syntax error
38+
([#13020](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13020))
39+
- Fix instrumentation module not loading silently when duplicate helper classnames are detected
40+
([#13005](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13005))
41+
- Fix compatibility problem due to DubboHeadersGetter#keys in Dubbo 2.7.6 and 2.7.7
42+
([#12982](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12982))
43+
- Fix appender install for async Logback appenders
44+
([#13047](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13047))
45+
2046
## Version 2.11.0 (2024-12-23)
2147

2248
### Migration notes

0 commit comments

Comments
 (0)