Skip to content

Commit 4529155

Browse files
committed
Update changelog for upcoming release
1 parent 467dfc0 commit 4529155

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
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

0 commit comments

Comments
 (0)