|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +### API |
| 6 | + |
| 7 | +#### Incubator |
| 8 | + |
| 9 | +* Delete GlobalConfigProvider in favor of access via ExtendedOpenTelemetry |
| 10 | + ([#7914](https://github.com/open-telemetry/opentelemetry-java/pull/7914)) |
| 11 | +* Add DeclarativeConfigProperties#get method |
| 12 | + ([#7923](https://github.com/open-telemetry/opentelemetry-java/pull/7923)) |
| 13 | +* Update ConfigProvider#getInstrumentationConfig response to be non-null |
| 14 | + ([#7954](https://github.com/open-telemetry/opentelemetry-java/pull/7954)) |
| 15 | +* Add declarative config utility methods for common operations |
| 16 | + ([#7927](https://github.com/open-telemetry/opentelemetry-java/pull/7927)) |
| 17 | + |
| 18 | +### SDK |
| 19 | + |
| 20 | +#### Traces |
| 21 | + |
| 22 | +* Implement SDK metrics for trace |
| 23 | + ([#7895](https://github.com/open-telemetry/opentelemetry-java/pull/7895), |
| 24 | + [#7930](https://github.com/open-telemetry/opentelemetry-java/pull/7930)) |
| 25 | +* Emit warning when TraceIdRatioBasedSampler is used as child sampler |
| 26 | + ([#7937](https://github.com/open-telemetry/opentelemetry-java/pull/7937)) |
| 27 | + |
| 28 | +#### Logs |
| 29 | + |
| 30 | +* Implement SDK metrics for logs |
| 31 | + ([#7931](https://github.com/open-telemetry/opentelemetry-java/pull/7931)) |
| 32 | + |
| 33 | +#### Exporters |
| 34 | + |
| 35 | +* Prom exporter update |
| 36 | + ([#7934](https://github.com/open-telemetry/opentelemetry-java/pull/7934)) |
| 37 | + |
| 38 | +#### Extensions |
| 39 | + |
| 40 | +* Declarative config: update to opentelemetry-configuration 1.0.0-rc.3 |
| 41 | + ([#7861](https://github.com/open-telemetry/opentelemetry-java/pull/7861)) |
| 42 | +* Declarative config: update jaeger remote sampler to require endpoint, initial_sampler |
| 43 | + ([#7943](https://github.com/open-telemetry/opentelemetry-java/pull/7943)) |
| 44 | +* Declarative config: add support for view unit |
| 45 | + ([#7942](https://github.com/open-telemetry/opentelemetry-java/pull/7942)) |
| 46 | +* Declarative config: add support for new logger config minimum_severity and trace_based properties |
| 47 | + ([#7940](https://github.com/open-telemetry/opentelemetry-java/pull/7940)) |
| 48 | +* Declarative config: add support for composable parent threshold sampler |
| 49 | + ([#7941](https://github.com/open-telemetry/opentelemetry-java/pull/7941)) |
| 50 | +* Declarative config: improve pattern for validating and loading SDK extension plugins |
| 51 | + ([#7947](https://github.com/open-telemetry/opentelemetry-java/pull/7947)) |
| 52 | + |
| 53 | +### Project tooling |
| 54 | + |
| 55 | +* Use develocity build cache in PRs and local builds |
| 56 | + ([#7906](https://github.com/open-telemetry/opentelemetry-java/pull/7906)) |
| 57 | +* Configure japicmp classpath to avoid false positives |
| 58 | + ([#7945](https://github.com/open-telemetry/opentelemetry-java/pull/7945)) |
| 59 | + |
5 | 60 | ## Version 1.57.0 (2025-12-05) |
6 | 61 |
|
7 | 62 | ### API |
|
0 commit comments