Skip to content

Commit 7431d7d

Browse files
committed
more
1 parent 7fbb034 commit 7431d7d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ In preparation for stabilizing HTTP library instrumentation soon:
2626
- `*KtorClientTracing*` and `*KtorServerTracing*` have been deprecated and renamed to
2727
`*KtorClientTelemetry*` and `*KtorServerTelemetry*`
2828
([#12855](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12855))
29+
- Experimental opt-in attribute `spring-webflux.handler.type` was removed in favor of
30+
standard `code.*` attributes
31+
([#12887](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12887))
2932

3033
### 📈 Enhancements
3134

@@ -71,13 +74,19 @@ In preparation for stabilizing HTTP library instrumentation soon:
7174
- Rename "db.client.connections.usage" to "db.client.connection.count"
7275
(when using experimental database semconv stability opt-in)
7376
([#12886](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12886))
77+
- Support Struts 7.0
78+
([#12935](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12935))
79+
- Support latest Ktor release
80+
([#12937](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12937))
7481

7582
### 🛠️ Bug fixes
7683

7784
- Logback: don't make MDCPropertyMap of logging event immutable
7885
([#12718](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12718))
7986
- Avoid exception when redisson address is null
8087
([#12883](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12883))
88+
- Add close to fix CWE-404
89+
([#12908](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12908))
8190

8291
## Version 2.10.0 (2024-11-13)
8392

0 commit comments

Comments
 (0)