|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
5 | | -* Add AlwaysRecordSampler |
| 5 | +### API |
| 6 | + |
| 7 | +* Stabilize complex attributes |
| 8 | + ([#7973](https://github.com/open-telemetry/opentelemetry-java/pull/7973)) |
| 9 | +* Limit init valid hex array to range that can be true |
| 10 | + ([#7809](https://github.com/open-telemetry/opentelemetry-java/pull/7809)) |
| 11 | + |
| 12 | +#### Extensions |
| 13 | + |
| 14 | +* Trace propagators: Deprecate OtTracePropagator |
| 15 | + ([#8020](https://github.com/open-telemetry/opentelemetry-java/pull/8020)) |
| 16 | +* Trace propagators: Deprecate JaegerPropagator |
| 17 | + ([#8019](https://github.com/open-telemetry/opentelemetry-java/pull/8019)) |
| 18 | + |
| 19 | +### SDK |
| 20 | + |
| 21 | +* Move io.opentelemetry.sdk.internal to io.opentelemetry.sdk.common.internal |
| 22 | + ([#8003](https://github.com/open-telemetry/opentelemetry-java/pull/8003)) |
| 23 | +* Always return ExtendedOpenTelemetry when incubator is available |
| 24 | + ([#7991](https://github.com/open-telemetry/opentelemetry-java/pull/7991)) |
| 25 | + |
| 26 | +#### Traces |
| 27 | + |
| 28 | +* Fix memory leak in SdkSpan#spanEndingThread |
| 29 | + ([#7984](https://github.com/open-telemetry/opentelemetry-java/pull/7984)) |
| 30 | + |
| 31 | +#### Metrics |
| 32 | + |
| 33 | +* Rework and publish metric benchmarks |
| 34 | + ([#8000](https://github.com/open-telemetry/opentelemetry-java/pull/8000)) |
| 35 | +* Update LongLastValueAggregator algo to avoid allocations |
| 36 | + ([#8017](https://github.com/open-telemetry/opentelemetry-java/pull/8017)) |
| 37 | + |
| 38 | +#### Testing |
| 39 | + |
| 40 | +* Fix OTel JUnit5 Extension cleanup when using Nested test classes |
| 41 | + ([#7999](https://github.com/open-telemetry/opentelemetry-java/pull/7999)) |
| 42 | +* Add assertion support for Span hasException(null) |
| 43 | + ([#8033](https://github.com/open-telemetry/opentelemetry-java/pull/8033)) |
| 44 | + |
| 45 | +#### Exporters |
| 46 | + |
| 47 | +* **DEPRECATION**: `opentelemetry-exporter-zipkin` is now deprecated with the |
| 48 | + last release planned for 1.65.0 (August 2026) |
| 49 | + ([#7974](https://github.com/open-telemetry/opentelemetry-java/pull/7974)) |
| 50 | +* Refactor http, grpc senders and promote to public API |
| 51 | + ([#7782](https://github.com/open-telemetry/opentelemetry-java/pull/7782)) |
| 52 | + |
| 53 | +#### Extensions |
| 54 | + |
| 55 | +* Jaeger remote sampler: Remove unused code |
| 56 | + ([#7970](https://github.com/open-telemetry/opentelemetry-java/pull/7970)) |
| 57 | +* Incubator: Add AlwaysRecordSampler |
6 | 58 | ([#7877](https://github.com/open-telemetry/opentelemetry-java/pull/7877)) |
7 | 59 |
|
| 60 | +### Project tooling |
| 61 | + |
| 62 | +* Align generate release contributors |
| 63 | + ([#8023](https://github.com/open-telemetry/opentelemetry-java/pull/8023)) |
| 64 | + |
8 | 65 | ## Version 1.58.0 (2026-01-09) |
9 | 66 |
|
10 | 67 | ### API |
|
0 commit comments