|
20 | 20 | - `otel.instrumentation.http.server.emit-experimental-metrics` ->
|
21 | 21 | `otel.instrumentation.http.server.emit-experimental-telemetry`
|
22 | 22 |
|
| 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 | + |
23 | 50 | ## Version 2.0.0 (2024-01-12)
|
24 | 51 |
|
25 | 52 | The 2.0.0 release contains significant breaking changes that will most likely affect all users,
|
|
0 commit comments