Skip to content

Commit 19dc10d

Browse files
Merge change log updates from release/v1.32.x (#10391)
1 parent e47be09 commit 19dc10d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,33 @@
2020
- `otel.instrumentation.http.server.emit-experimental-metrics` ->
2121
`otel.instrumentation.http.server.emit-experimental-telemetry`
2222

23+
## Version 1.32.1 (2024-02-02)
24+
25+
### 📈 Enhancements
26+
27+
- Backport: update jackson packages to v2.16.1
28+
([#10198](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10198),
29+
[#10199](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10199))
30+
- Backport: implement forEach support for aws sqs tracing list
31+
([#10195](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10195))
32+
- Backport: Bridge metric advice in OpenTelemetry API 1.32
33+
([#10026](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10026))
34+
- Update the OpenTelemetry SDK version to 1.34.1
35+
([#10320](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10320))
36+
37+
### 🛠️ Bug fixes
38+
39+
- Backport: Handle authority from request when HttpHost is null
40+
([#10204](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10204))
41+
- Backport: Null check for nullable response object in aws sdk 1.1 instrumentation
42+
([#10029](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10029))
43+
- Backport: Make Netty Instrumentation HttpServerRequestTracingHandler propagate "Channel Inactive" event to downstream according to parent contract
44+
([#10303](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10303))
45+
- Backport: Fix Netty addListener instrumentation
46+
([#10254](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10254))
47+
- Backport: Update azure-core-tracing-opentelemetry version and fix sync suppression
48+
([#10350](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10350))
49+
2350
## Version 2.0.0 (2024-01-12)
2451

2552
The 2.0.0 release contains significant breaking changes that will most likely affect all users,

0 commit comments

Comments
 (0)