Skip to content

Commit

Permalink
Change log for upcoming 1.33.4 patch release (#11622)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Jun 19, 2024
1 parent 99916eb commit bb6acff
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## Unreleased

### 📈 Enhancements

- Backport: Undertow, run response customizer on all ServerConnection implementations
([#11548](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11548))
- Backport: Improve security manager support
([#11606](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11606))
- Backport: Update the OpenTelemetry SDK version to 1.39.0
([#11603](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11603))

### 🛠️ Bug fixes

- Backport: Avoid NullPointerException when JMS destination is not available
([#11577](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11577))
- Backport: Fix Spring Kafka instrumentation closing the trace too early
([#11592](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11592))
- Backport: Fix gRPC instrumentation adding duplicates to metadata instead of overwriting
([#11604](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11604))
- Backport: Fix request header capture corrupting tomcat request
([#11607](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11607))

## Version 1.33.3 (2024-05-21)

### 📈 Enhancements
Expand Down

0 comments on commit bb6acff

Please sign in to comment.