|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +### API |
| 6 | + |
| 7 | +* Add `GlobalOpenTelemetry#getOrNoop`, `#isSet`. Update `#get` to always returns obfuscated instance |
| 8 | + ([#7819](https://github.com/open-telemetry/opentelemetry-java/pull/7819)) |
| 9 | + |
| 10 | +#### Incubating |
| 11 | + |
| 12 | +* Logs: Complex attributes incubating implementation |
| 13 | + ([#7814](https://github.com/open-telemetry/opentelemetry-java/pull/7814)) |
| 14 | + |
| 15 | +### SDK |
| 16 | + |
| 17 | +#### Logs |
| 18 | + |
| 19 | +* Add minimum severity and trace-based logger configuration (incubating API) |
| 20 | + ([#7529](https://github.com/open-telemetry/opentelemetry-java/pull/7529)) |
| 21 | + |
| 22 | +#### Exporters |
| 23 | + |
| 24 | +* OTLP: VarHandle string encoder |
| 25 | + ([#7701](https://github.com/open-telemetry/opentelemetry-java/pull/7701)) |
| 26 | +* OTLP: Fix OkHttpGrpcSender to properly await executor shutdown |
| 27 | + ([#7840](https://github.com/open-telemetry/opentelemetry-java/pull/7840)) |
| 28 | +* OTLP: avoid auto-config warning |
| 29 | + ([#7881](https://github.com/open-telemetry/opentelemetry-java/pull/7881)) |
| 30 | +* OTLP: update error message for missing GrpcSenderProvider dependency |
| 31 | + ([#7884](https://github.com/open-telemetry/opentelemetry-java/pull/7884)) |
| 32 | + |
| 33 | +#### Extensions |
| 34 | + |
| 35 | +* Declarative config: add runtime hints for graal VM |
| 36 | + ([#7866](https://github.com/open-telemetry/opentelemetry-java/pull/7866)) |
| 37 | +* Declarative config: add missing warning about discarded value |
| 38 | + ([#7821](https://github.com/open-telemetry/opentelemetry-java/pull/7821)) |
| 39 | + |
| 40 | +### Project tooling |
| 41 | + |
| 42 | +* Update macos version to latest and switch to corretto for testing |
| 43 | + ([#7841](https://github.com/open-telemetry/opentelemetry-java/pull/7841)) |
| 44 | +* Sync Java worflows: Allow re-running prepare release branch workflow |
| 45 | + ([#7845](https://github.com/open-telemetry/opentelemetry-java/pull/7845)) |
| 46 | +* Simplify and standardize renovate custom managers across Java repos |
| 47 | + ([#7846](https://github.com/open-telemetry/opentelemetry-java/pull/7846)) |
| 48 | +* Remove misspell workflow |
| 49 | + ([#7852](https://github.com/open-telemetry/opentelemetry-java/pull/7852)) |
| 50 | +* Fix link checks on main |
| 51 | + ([#7867](https://github.com/open-telemetry/opentelemetry-java/pull/7867)) |
| 52 | +* Add zeitlinger as approver |
| 53 | + ([#7868](https://github.com/open-telemetry/opentelemetry-java/pull/7868)) |
| 54 | +* Move snapshot publishing to daily build |
| 55 | + ([#7886](https://github.com/open-telemetry/opentelemetry-java/pull/7886)) |
| 56 | + |
5 | 57 | ## Version 1.56.0 (2025-11-07) |
6 | 58 |
|
7 | 59 | ### API |
|
0 commit comments