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