|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +### 📈 Enhancements |
| 6 | + |
| 7 | +- Allow JMX Insight reuse for remote connections |
| 8 | + ([#12178](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12178)) |
| 9 | +- Add opentelemetry-semconv-incubating to bom-alpha |
| 10 | + ([#12266](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12266)) |
| 11 | +- Bridge more incubating api |
| 12 | + ([#12230](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12230)) |
| 13 | +- Jetty HttpClient 12: propagate context to all response listeners |
| 14 | + ([#12326](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12326)) |
| 15 | +- Add Pekko Scheduler context propagation |
| 16 | + ([#12359](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12359)) |
| 17 | +- Add Akka Scheduler context propagation |
| 18 | + ([#12373](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12373)) |
| 19 | +- Add instrumentation for spring-cloud-aws SqsListener annotation |
| 20 | + ([#12314](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12314)) |
| 21 | +- Align SpringConfigProperties with DefaultConfigProperties |
| 22 | + ([#12398](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12398)) |
| 23 | +- Clear context propagation virtual field |
| 24 | + ([#12397](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12397)) |
| 25 | +- The opt-in experimental attribute `aws.requestId` was renamed to `aws.request_id` |
| 26 | + (to match the semantic conventions) and it is now emitted by default. |
| 27 | + ([#12352](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12352)) |
| 28 | +- Ability to set Logback argument capture with a property in Spring Boot Starter |
| 29 | + ([#12442](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12442)) |
| 30 | +- Support experimental declarative configuration |
| 31 | + ([#12265](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12265)) |
| 32 | +- Spring Boot Starter: Add auto configuration for spring scheduling instrumentation |
| 33 | + ([#12438](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12438)) |
| 34 | +- Extract `APIGatewayProxyRequestEvent` headers for context propagation in AWS Lambda instrumentation |
| 35 | + ([#12440](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12440)) |
| 36 | +- Support JMX state metrics |
| 37 | + ([#12369](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12369)) |
| 38 | +- Allow method instrumentation module to trace methods in boot loader |
| 39 | + ([#12454](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12454)) |
| 40 | + |
| 41 | +### 🛠️ Bug fixes |
| 42 | + |
| 43 | +- Fix gc duration metric in runtime-telemetry-java17 |
| 44 | + ([#12256](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12256)) |
| 45 | +- Fix vert.x route containing duplicate segments when RoutingContext.next is used |
| 46 | + ([#12260](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12260)) |
| 47 | +- Fixes for latest mongo version |
| 48 | + ([#12331](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12331)) |
| 49 | +- Fix context propagation for ratpack request body stream |
| 50 | + ([#12330](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12330)) |
| 51 | +- Fix lambda instrumentation to forceFlush logs also |
| 52 | + ([#12341](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12341)) |
| 53 | +- Can't add custom AttributeExtractor to Apache HttpClient 5 library instrumentation |
| 54 | + ([#12394](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12394)) |
| 55 | +- Disable logback capture arguments by default |
| 56 | + ([#12445](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12445)) |
| 57 | +- Add support for missing list properties in spring starter |
| 58 | + ([#12434](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12434)) |
| 59 | + |
5 | 60 | ## Version 2.8.0 (2024-09-13)
|
6 | 61 |
|
7 | 62 | ### Migration notes
|
|
0 commit comments