Skip to content

Commit 542a67f

Browse files
committed
Update change log for upcoming release
1 parent a26a32a commit 542a67f

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,44 @@
66

77
- The configuration option used to enable traces generated by the `dropwizard-views` instrumentation has changed from `otel.instrumentation.common.experimental.controller-telemetry.enabled` to `otel.instrumentation.common.experimental.view-telemetry.enabled`
88
([#14475](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14475))
9+
- Deprecated (and `-alpha`) SpanNames class was removed
10+
([#14582](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14582))
11+
12+
### 📈 Enhancements
13+
14+
- Add code attributes for log4j1
15+
([#13947](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13947))
16+
- Add headers capture feature to Kafka 2.6 interceptors
17+
([#14290](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14290))
18+
- Support custom exception handling from logger instrumentation
19+
([#14493](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14493))
20+
- Add call depth check to executor instrumentation
21+
([#14546](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14546))
22+
- Add Spring starter thread details support
23+
([#14449](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14449))
24+
- Let AWS Lambda SQS handlers report partial batch failures
25+
([#14468](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14468))
26+
- Instrument instrumentation suppression API
27+
([#14565](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14565))
28+
- Update declarative config file version support
29+
([#14593](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14593))
30+
31+
### 🛠️ Bug fixes
32+
33+
- Fix non-lowercase messaging headers capture
34+
([#14479](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14479))
35+
- Fix JUL logger methods parameter mismatch
36+
([#14531](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14531))
37+
38+
### 🧰 Tooling
39+
40+
- Add constructor to AgentClassLoader for custom parent ClassLoader
41+
([#14480](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14480))
42+
- Make declarative config bridge usable by Spring starter and contrib
43+
([#14497](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14497),
44+
[#14548](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14548))
45+
- Reduce log level for main jar detection
46+
([#14528](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14528))
947

1048
## Version 2.19.0 (2025-08-17)
1149

0 commit comments

Comments
 (0)