Skip to content

Commit 8e10717

Browse files
trasksteverao
andauthored
Update change log for upcoming release (#11588)
Co-authored-by: Steve Rao <[email protected]>
1 parent a1d1c41 commit 8e10717

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
22

33
## Unreleased
44

5+
### 📈 Enhancements
6+
7+
- Add support for Informix connection string parsing in JDBC instrumentation
8+
([#11542](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11542))
9+
- Generate an SBOM for the javaagent artifact
10+
([#11075](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11075))
11+
- Extract sql operation even when the sanitizer is disabled
12+
([#11472](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11472))
13+
- Improve security manager support
14+
([#11466](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11466))
15+
- Generate Log4j2Plugin.dat for OpenTelemetryAppender
16+
([#11503](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11503))
17+
- Stop kotlin coroutine dispatcher from propagating context
18+
([#11500](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11500))
19+
- Handle Vert.x sub routes
20+
([#11535](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11535))
21+
- Undertow: run response customizer on all ServerConnection implementations
22+
([#11539](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11539))
23+
- Allow configuring MDC key names for trace_id, span_id, trace_flags
24+
([#11329](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11329))
25+
- Apply async end strategy to all kotlin coroutine flows
26+
([#11583](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11583))
27+
28+
### 🛠️ Bug fixes
29+
30+
- Fix container.id issue in some crio scenarios
31+
([#11382](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11382))
32+
- Fix Finagle http client context propagation
33+
([#11400](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11400))
34+
- Fix sporadically failing finagle test
35+
([#11441](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11441))
36+
- Fix request header capture corrupting tomcat request
37+
([#11469](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11469))
38+
- Fix Ktor server instrumentation when Ktor client library is not present
39+
([#11454](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11454))
40+
- Fix gRPC instrumentation adding duplicates to metadata instead of overwriting
41+
([#11308](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11308))
42+
- Avoid NullPointerException when JMS destination is not available
43+
([#11570](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11570))
44+
- Fix Spring Kafka instrumentation closing the trace too early
45+
([#11471](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11471))
46+
547
## Version 1.33.3 (2024-05-21)
648

749
### 📈 Enhancements

0 commit comments

Comments
 (0)