File tree 1 file changed +27
-0
lines changed
1 file changed +27
-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: update jackson packages to v2.16.1
8
+ ([ #10198 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10198 ) ,
9
+ [ #10199 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10199 ) )
10
+ - Backport: implement forEach support for aws sqs tracing list
11
+ ([ #10195 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10195 ) )
12
+ - Backport: Bridge metric advice in OpenTelemetry API 1.32
13
+ ([ #10026 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10026 ) )
14
+ - Update the OpenTelemetry SDK version to 1.34.1
15
+ ([ #10320 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10320 ) )
16
+
17
+ ### 🛠️ Bug fixes
18
+
19
+ - Backport: Handle authority from request when HttpHost is null
20
+ ([ #10204 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10204 ) )
21
+ - Backport: Null check for nullable response object in aws sdk 1.1 instrumentation
22
+ ([ #10029 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10029 ) )
23
+ - Backport: Make Netty Instrumentation HttpServerRequestTracingHandler propagate "Channel Inactive" event to downstream according to parent contract
24
+ ([ #10303 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10303 ) )
25
+ - Backport: Fix Netty addListener instrumentation
26
+ ([ #10254 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10254 ) )
27
+ - Backport: Update azure-core-tracing-opentelemetry version and fix sync suppression
28
+ ([ #10350 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10350 ) )
29
+
3
30
## Version 1.32.0 (2023-11-17)
4
31
5
32
### Migration notes
You can’t perform that action at this time.
0 commit comments