Skip to content

Commit e7c1750

Browse files
committed
Update change log for upcoming release
1 parent 2c73c83 commit e7c1750

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
### 📈 Enhancements
6+
7+
- Implement stable semantic conventions for `code.*` attributes with opt-in support
8+
([#13860](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13860))
9+
- Add span kind configuration support for method instrumentation and declarative tooling
10+
([#14014](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14014))
11+
- Add support for vendor-specific declarative configuration properties
12+
([#14016](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14016))
13+
- Add auto-instrumentation support for AWS Secrets Manager SDK v1
14+
([#14027](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14027))
15+
- Add `aws.sns.topic.arn` semantic convention support for AWS SNS SDK v1 and v2
16+
([#14035](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14035))
17+
- Remove `thread.name` attribute from experimental JVM metrics
18+
([#14061](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14061))
19+
- Enhance and align Jetty JMX metrics with OpenTelemetry semantic conventions
20+
([#14067](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14067))
21+
- Add support for latest spring-cloud-aws versions
22+
([#14207](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14207))
23+
- Add JDBC parameter capture support for `PreparedStatement.setObject()` method
24+
([#14219](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14219))
25+
- Add `aws.lambda.resource.mapping.id` and experimental Lambda attributes for AWS Lambda SDK
26+
([#14229](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14229))
27+
- Clear context class loader from OpenTelemetry internal threads to prevent leaks
28+
([#14241](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14241))
29+
30+
### 🛠️ Bug fixes
31+
32+
- Fix JDBC URL parser StringIndexOutOfBoundsException with malformed connection strings
33+
([#14151](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14151))
34+
- Fix empty units in JMX state metrics definitions
35+
([#14194](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14194))
36+
537
## Version 2.17.0 (2025-06-20)
638

739
### Migration notes

0 commit comments

Comments
 (0)