|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +### API |
| 6 | + |
| 7 | +#### Common |
| 8 | + |
| 9 | +* Promote `ComponentLoader` to new `opentelemetry-common` artifact, |
| 10 | + standardize SPI loading |
| 11 | + ([#7446](https://github.com/open-telemetry/opentelemetry-java/pull/7446)) |
| 12 | + |
| 13 | +#### Context |
| 14 | + |
| 15 | +* LazyStorage passes its ClassLoader when loading ContextStorageProvider SPI |
| 16 | + ([#7424](https://github.com/open-telemetry/opentelemetry-java/pull/7424)) |
| 17 | + |
| 18 | +#### Incubator |
| 19 | + |
| 20 | +* Add context and severity params to ExtendedLogger#isEnabled |
| 21 | + ([#7268](https://github.com/open-telemetry/opentelemetry-java/pull/7268)) |
| 22 | +* Add new convenience methods for converting DeclarativeConfigProperties to config model |
| 23 | + ([#7453](https://github.com/open-telemetry/opentelemetry-java/pull/7453)) |
| 24 | + |
| 25 | +### SDK |
| 26 | + |
| 27 | +* Add custom stacktrace renderer which is length limit aware |
| 28 | + ([#7281](https://github.com/open-telemetry/opentelemetry-java/pull/7281)) |
| 29 | + |
| 30 | +#### Metrics |
| 31 | + |
| 32 | +* Propagate flush to PeriodicMetricReader's metricExporter. |
| 33 | + ([#7410](https://github.com/open-telemetry/opentelemetry-java/pull/7410)) |
| 34 | + |
| 35 | +#### Exporters |
| 36 | + |
| 37 | +* OTLP - JdkHttpSender: ensure proper closure of HttpClient in shutdown method |
| 38 | + ([#7390](https://github.com/open-telemetry/opentelemetry-java/pull/7390)) |
| 39 | +* OTLP: profile exporters fix and test improvements |
| 40 | + ([#7442](https://github.com/open-telemetry/opentelemetry-java/pull/7442)) |
| 41 | +* OTLP: Loading Compressor SPI via ComponentLoader configured through setComponentLoader |
| 42 | + ([#7428](https://github.com/open-telemetry/opentelemetry-java/pull/7428)) |
| 43 | +* Prometheus: add scope schema URL and attributes |
| 44 | + ([#7356](https://github.com/open-telemetry/opentelemetry-java/pull/7356)) |
| 45 | +* Prometheus: extend prometheus declarative config support to include without_scope_info, |
| 46 | + with_resource_constant_labels |
| 47 | + ([#6840](https://github.com/open-telemetry/opentelemetry-java/pull/6840)) |
| 48 | + |
| 49 | +#### Extensions |
| 50 | + |
| 51 | +* Autoconfigure: fix race condition of `GlobalOpenTelemetry` initialization with |
| 52 | + `AutoConfiguredOpenTelemetrySdkBuilder` |
| 53 | + ([#7365](https://github.com/open-telemetry/opentelemetry-java/pull/7365)) |
| 54 | +* Declarative config: update to declarative config 1.0-rc.1 |
| 55 | + ([#7436](https://github.com/open-telemetry/opentelemetry-java/pull/7436)) |
| 56 | +* Declarative config: resolve environment variable substitution for mixed quotes |
| 57 | + ([#7433](https://github.com/open-telemetry/opentelemetry-java/pull/7433)) |
| 58 | + |
5 | 59 | ## Version 1.51.0 (2025-06-06)
|
6 | 60 |
|
7 | 61 | ### API
|
|
0 commit comments