|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +### API |
| 6 | + |
| 7 | +#### Common |
| 8 | + |
| 9 | +* Improve GraalVM native image compatibility |
| 10 | + ([#7160](https://github.com/open-telemetry/opentelemetry-java/pull/7160)) |
| 11 | + |
| 12 | +#### Traces |
| 13 | + |
| 14 | +* Fix `TraceState` key validation limits to match W3C specification |
| 15 | + ([#7575](https://github.com/open-telemetry/opentelemetry-java/pull/7575)) |
| 16 | + |
| 17 | +#### Incubator |
| 18 | + |
| 19 | +* Add `ExtendedOpenTelemetry` API |
| 20 | + ([#7496](https://github.com/open-telemetry/opentelemetry-java/pull/7496)) |
| 21 | +* Add incubator implementation of composite sampling specification |
| 22 | + ([#7626](https://github.com/open-telemetry/opentelemetry-java/pull/7626)) |
| 23 | + |
| 24 | +### SDK |
| 25 | + |
| 26 | +#### Traces |
| 27 | + |
| 28 | +* Proactively avoid `Unsafe` on Java 23+ to avoid triggering JVM warning message |
| 29 | + ([#7691](https://github.com/open-telemetry/opentelemetry-java/pull/7691)) |
| 30 | + |
| 31 | +#### Metrics |
| 32 | + |
| 33 | +* Add `setMeterConfigurator()` support to `MeterProvider` (incubating API) |
| 34 | + ([#7346](https://github.com/open-telemetry/opentelemetry-java/pull/7346)) |
| 35 | + |
| 36 | +#### Exporters |
| 37 | + |
| 38 | +* OTLP: Configure metric exporter to use SDK's `MeterProvider` for internal metrics |
| 39 | + ([#7541](https://github.com/open-telemetry/opentelemetry-java/pull/7541)) |
| 40 | +* OTLP: Suppress logging of `InterruptedException` from managed OkHttp threads |
| 41 | + ([#7565](https://github.com/open-telemetry/opentelemetry-java/pull/7565)) |
| 42 | +* OTLP: Update dependency from `okhttp-jvm` back to `okhttp` for Gradle users, |
| 43 | + preserving `okhttp-jvm` for Maven users |
| 44 | + ([#7681](https://github.com/open-telemetry/opentelemetry-java/pull/7681)) |
| 45 | +* Prometheus: Remove separate `otel_scope_info` metric and always add scope labels to data points |
| 46 | + ([#7398](https://github.com/open-telemetry/opentelemetry-java/pull/7398)) |
| 47 | +* Prometheus: Update exporter dependencies to use protobuf-free formats |
| 48 | + ([#7664](https://github.com/open-telemetry/opentelemetry-java/pull/7664)) |
| 49 | + |
| 50 | +#### Profiling |
| 51 | + |
| 52 | +* Update profiles exporter to support proto v1.8.0-alpha changes |
| 53 | + ([#7638](https://github.com/open-telemetry/opentelemetry-java/pull/7638)) |
| 54 | +* Add abstractions to assist with dictionary table assembly |
| 55 | + ([#7717](https://github.com/open-telemetry/opentelemetry-java/pull/7717)) |
| 56 | +* Add abstractions to assist with sample composition |
| 57 | + ([#7727](https://github.com/open-telemetry/opentelemetry-java/pull/7727)) |
| 58 | + |
| 59 | +#### Extensions |
| 60 | + |
| 61 | +* Autoconfigure: Improve exception logging when running in Maven |
| 62 | + ([#7336](https://github.com/open-telemetry/opentelemetry-java/pull/7336)) |
| 63 | +* Declarative configuration: Return `Resource` |
| 64 | + ([#7639](https://github.com/open-telemetry/opentelemetry-java/pull/7639)) |
| 65 | +* Declarative configuration: Invoke auto-configure listeners |
| 66 | + ([#7654](https://github.com/open-telemetry/opentelemetry-java/pull/7654)) |
| 67 | +* Declarative configuration: Add logging when incompatible types are found |
| 68 | + ([#7693](https://github.com/open-telemetry/opentelemetry-java/pull/7693)) |
| 69 | + |
| 70 | +### Shims |
| 71 | + |
| 72 | +#### OpenTracing Shim |
| 73 | + |
| 74 | +* Improve log levels in error scenarios |
| 75 | + ([#6832](https://github.com/open-telemetry/opentelemetry-java/pull/6832)) |
| 76 | + |
| 77 | +### Project tooling |
| 78 | + |
| 79 | +* Respect `testJavaVersion` property when running JMH benchmarks |
| 80 | + ([#7697](https://github.com/open-telemetry/opentelemetry-java/pull/7697)) |
| 81 | + |
5 | 82 | ## Version 1.54.1 (2025-09-18) |
6 | 83 |
|
7 | 84 | ### SDK |
|
0 commit comments