File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ ### 📈 Enhancements
6
+
7
+ - Backport: Undertow, run response customizer on all ServerConnection implementations
8
+ ([ #11548 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11548 ) )
9
+ - Backport: Improve security manager support
10
+ ([ #11606 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11606 ) )
11
+ - Backport: Update the OpenTelemetry SDK version to 1.39.0
12
+ ([ #11603 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11603 ) )
13
+
14
+ ### 🛠️ Bug fixes
15
+
16
+ - Backport: Avoid NullPointerException when JMS destination is not available
17
+ ([ #11577 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11577 ) )
18
+ - Backport: Fix Spring Kafka instrumentation closing the trace too early
19
+ ([ #11592 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11592 ) )
20
+ - Backport: Fix gRPC instrumentation adding duplicates to metadata instead of overwriting
21
+ ([ #11604 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11604 ) )
22
+ - Backport: Fix request header capture corrupting tomcat request
23
+ ([ #11607 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11607 ) )
24
+
3
25
## Version 1.33.3 (2024-05-21)
4
26
5
27
### 📈 Enhancements
You can’t perform that action at this time.
0 commit comments