|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +### 📈 Enhancements |
| 6 | + |
| 7 | +- Delete deprecated java http client classes |
| 8 | + ([#13527](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13527)) |
| 9 | +- Support latest version of kafka client library |
| 10 | + ([#13544](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13544)) |
| 11 | +- Implement genai events for bedrock (streaming) |
| 12 | + ([#13507](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13507)) |
| 13 | +- JMX metrics support unit conversion |
| 14 | + ([#13448](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13448)) |
| 15 | +- Rename experimental method, use Telemetry instead of Metrics |
| 16 | + ([#13574](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13574)) |
| 17 | +- End metric description with dot |
| 18 | + ([#13559](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13559)) |
| 19 | +- Add initial gen_ai instrumentation of bedrock InvokeModel |
| 20 | + ([#13547](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13547)) |
| 21 | +- Delete deprecated library instrumentation methods |
| 22 | + ([#13575](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13575)) |
| 23 | +- Add experimental http client url.template attribute |
| 24 | + ([#13581](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13581)) |
| 25 | +- Add `error.type` for JDBC under `otel.semconv-stability.opt-in` flag |
| 26 | + ([#13331](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13331)) |
| 27 | +- Add azure resource provider |
| 28 | + ([#13627](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13627)) |
| 29 | +- Remove `aws.endpoint` attribute from SQS instrumentation |
| 30 | + ([#13620](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13620)) |
| 31 | +- Avoid conflicts with user-defined Apache Dubbo filters with default order |
| 32 | + ([#13625](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13625)) |
| 33 | +- Support filtering negative values from JMX metrics |
| 34 | + ([#13589](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13589)) |
| 35 | +- Instrument bedrock InvokeModelWithResponseStream |
| 36 | + ([#13607](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13607)) |
| 37 | +- Use context instead of request attributes for servlet async instrumentation |
| 38 | + ([#13493](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13493)) |
| 39 | +- Improve handling of quoted table names |
| 40 | + ([#13612](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13612)) |
| 41 | + |
| 42 | +### 🛠️ Bug fixes |
| 43 | + |
| 44 | +- Fix aws timeseries requests misdetected as dynamodb |
| 45 | + ([#13579](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13579)) |
| 46 | +- Fix pekko route naming |
| 47 | + ([#13491](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13491)) |
| 48 | +- Fix route handling when local root span wasn't created by instrumentation api |
| 49 | + ([#13588](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13588)) |
| 50 | +- The `HostIdResourceProvider` should instantiate an `HostIdResource`, not an `HostResource` |
| 51 | + ([#13628](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13628)) |
| 52 | +- Fix OpenTelemetryPreparedStatement and the returned ResultSet.getStatement() do not match |
| 53 | + ([#13646](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13646)) |
| 54 | +- Fix Spring boot starter dependency resolution failure with Gradle and Java 11 |
| 55 | + ([#13384](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/13384)) |
| 56 | +- Fix extremely large DB statements may cause memory leak |
| 57 | + ([#13353](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/13353)) |
| 58 | + |
5 | 59 | ## Version 2.14.0 (2025-03-13)
|
6 | 60 |
|
7 | 61 | ### Migration notes
|
|
0 commit comments