Skip to content

Commit

Permalink
Update change log for upcoming release (#11588)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Rao <raozihao.rzh@alibaba-inc.com>
  • Loading branch information
trask and steverao committed Jun 14, 2024
1 parent a1d1c41 commit 8e10717
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,48 @@

## Unreleased

### 📈 Enhancements

- Add support for Informix connection string parsing in JDBC instrumentation
([#11542](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11542))
- Generate an SBOM for the javaagent artifact
([#11075](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11075))
- Extract sql operation even when the sanitizer is disabled
([#11472](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11472))
- Improve security manager support
([#11466](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11466))
- Generate Log4j2Plugin.dat for OpenTelemetryAppender
([#11503](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11503))
- Stop kotlin coroutine dispatcher from propagating context
([#11500](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11500))
- Handle Vert.x sub routes
([#11535](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11535))
- Undertow: run response customizer on all ServerConnection implementations
([#11539](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11539))
- Allow configuring MDC key names for trace_id, span_id, trace_flags
([#11329](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11329))
- Apply async end strategy to all kotlin coroutine flows
([#11583](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11583))

### 🛠️ Bug fixes

- Fix container.id issue in some crio scenarios
([#11382](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11382))
- Fix Finagle http client context propagation
([#11400](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11400))
- Fix sporadically failing finagle test
([#11441](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11441))
- Fix request header capture corrupting tomcat request
([#11469](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11469))
- Fix Ktor server instrumentation when Ktor client library is not present
([#11454](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11454))
- Fix gRPC instrumentation adding duplicates to metadata instead of overwriting
([#11308](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11308))
- Avoid NullPointerException when JMS destination is not available
([#11570](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11570))
- Fix Spring Kafka instrumentation closing the trace too early
([#11471](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11471))

## Version 1.33.3 (2024-05-21)

### 📈 Enhancements
Expand Down

0 comments on commit 8e10717

Please sign in to comment.