Skip to content

Commit 1795d2e

Browse files
authored
Update change log for upcoming release (#13853)
1 parent a87bb01 commit 1795d2e

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,66 @@
22

33
## Unreleased
44

5+
### ⚠️⚠️ Breaking changes ⚠️⚠️
6+
7+
- Remove operation name from graphql span name
8+
([#13794](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13794))
9+
- Remove deprecated property for disabling kafka metrics
10+
([#13803](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13803))
11+
12+
13+
### 🌟 New javaagent instrumentation
14+
15+
- Add Avaje Jex Instrumentation
16+
([#13733](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13733))
17+
18+
### 📈 Enhancements
19+
20+
- Add Gen AI support for additional models
21+
([#13682](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13682))
22+
- Add JVM metrics to JMX instrumentation
23+
([#13392](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13392))
24+
- Add `jvm.file_descriptor.count` metric to JMX instrumentation
25+
([#13722](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13722))
26+
- Optimize lettuce argument splitter regex
27+
([#13736](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13736))
28+
- Re-enable Agent Detection on z/OS
29+
([#13730](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13730))
30+
- Add GC cause as an opt-in attribute on jvm GC related metric
31+
([#13750](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13750))
32+
- Implement stable semconv for db connection pool metrics
33+
([#13785](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13785))
34+
- Add Cloud foundry resource provider
35+
([#13782](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13782))
36+
- Add instrumentation for opensearch-rest-3.0
37+
([#13823](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13823))
38+
- Run tests with jdk24 and 25-ea
39+
([#13824](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13824))
40+
- Propagate context into CompletableFuture returned from aws2 async client methods
41+
([#13810](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13810))
42+
- Added opt-in instrumentation for transaction commit/rollback in jdbc
43+
([#13709](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13709))
44+
- Added experimental opt-in JDBC `db.query.parameter.<key>` span attributes
45+
([#13719](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13719))
46+
- Add tools support to bedrock InvokeModel instrumentation
47+
([#13832](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13832))
48+
49+
### 🛠️ Bug fixes
50+
51+
- Fix instrumentation for ibm https url connection connect
52+
([#13728](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13728))
53+
- Don't wrap null ResultSet in jdbc library instrumentation
54+
([#13758](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13758))
55+
- Fix NPE in netty 3.8 instrumentation
56+
([#13801](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13801))
57+
- Fix ending server span with servlet async request
58+
([#13830](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13830))
59+
60+
### 🧰 Tooling
61+
62+
- Allow advice to define custom mappings
63+
([#13751](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13751))
64+
565
## Version 2.15.0 (2025-04-10)
666

767
### 📈 Enhancements

0 commit comments

Comments
 (0)