File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1717 ` setKnownMethods(Collection) `
1818 ([ #12902 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12902 ) )
1919
20+ ### 📈 Enhancements
21+
22+ - Implementing ` ExtendedTextMapGetter ` in grpc-1.6 instrumentation
23+ ([ #13011 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13011 ) )
24+
25+ ### 🛠️ Bug fixes
26+
27+ - Fix wrong dubbo trace caused by using rpcContext.isProviderSide()
28+ ([ #12930 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12930 ) )
29+ - Fix clickhouse query failing with syntax error
30+ ([ #13020 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13020 ) )
31+ - Fix instrumentation module not loading silently when duplicate helper classnames are detected
32+ ([ #13005 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13005 ) )
33+ - Fix compatibility problem of DubboHeadersGetter#keys in Dubbo 2.7.6 and 2.7.7
34+ ([ #12982 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12982 ) )
35+
2036## Version 2.11.0 (2024-12-23)
2137
2238### Migration notes
You can’t perform that action at this time.
0 commit comments