|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +### Dynamic control |
| 6 | + |
| 7 | +- Add SourceFormat string to enum conversion |
| 8 | + ([#2737](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2737)) |
| 9 | +- Add policy config model classes (record-style structure) |
| 10 | + ([#2736](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2736)) |
| 11 | +- Add config parsing for both JSON and YAML |
| 12 | + ([#2738](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2738)) |
| 13 | +- Add OpampPolicyProvider for the policy pipeline |
| 14 | + ([#2748](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2748)) |
| 15 | +- Create providers from SourceKind |
| 16 | + ([#2749](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2749)) |
| 17 | +- Use composable samplers and add sampler initialization |
| 18 | + ([#2752](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2752)) |
| 19 | +- Add PolicyTypeInitializer interface for better readability |
| 20 | + ([#2754](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2754)) |
| 21 | + |
| 22 | +### GCP resources |
| 23 | + |
| 24 | +- Unify gcp resource detector |
| 25 | + ([#2747](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2747)) |
| 26 | + |
| 27 | +### JMX scraper |
| 28 | + |
| 29 | +- Pin bouncycastle to 1.84 to fix CVE-2026-0636, CVE-2026-5588, CVE-2026-5598 |
| 30 | + ([#2783](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2783)) |
| 31 | + |
| 32 | +### OpAMP client |
| 33 | + |
| 34 | +- Improve error handling |
| 35 | + ([#2778](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2778)) |
| 36 | +### Processors |
| 37 | + |
| 38 | +- Add FilteringSpanExporter with composable SpanFilter and TraceFilter interfaces |
| 39 | + ([#2745](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2745)) |
| 40 | + |
| 41 | + |
5 | 42 | ## Version 1.55.0 (2026-03-31) |
6 | 43 |
|
7 | 44 | ### Disk buffering |
|
0 commit comments