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