|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +### Disk buffering |
| 6 | + |
| 7 | +- Add configuration option for explicit removal in the disk buffering iterator |
| 8 | + ([#2560](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2560)) |
| 9 | +- Replace CompletableFuture with CompletableResultCode |
| 10 | + ([#2670](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2670)) |
| 11 | +- Replace IllegalStateException with EOFException in readRawVarint32 |
| 12 | + ([#2687](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2687)) |
| 13 | +- Apply upstream fixes to the disk buffering implementation |
| 14 | + ([#2694](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2694)) |
| 15 | + |
| 16 | +### Dynamic control |
| 17 | + |
| 18 | +- Add trace sampling-rate implementer |
| 19 | + ([#2634](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2634)) |
| 20 | +- Add json and keyvalue parsing and mapping |
| 21 | + ([#2655](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2655)) |
| 22 | +- Move away from JSON requirement |
| 23 | + ([#2652](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2652)) |
| 24 | +- Refactor trace sampling into specific subpackage |
| 25 | + ([#2698](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2698)) |
| 26 | +- Add jsonkeyvalue source |
| 27 | + ([#2702](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2702)) |
| 28 | +- Step 1 in transition to simpler validation |
| 29 | + ([#2703](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2703)) |
| 30 | +- Move to using SourceWrapper, simplifying parsing |
| 31 | + ([#2708](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2708)) |
| 32 | +- Complete the jsonkeyvalue and simpler validation migration |
| 33 | + ([#2715](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2715)) |
| 34 | +- Refactor TYPE to POLICY_TYPE for clarity |
| 35 | + ([#2720](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2720)) |
| 36 | +- Add SourceKind as sources are a known list |
| 37 | + ([#2722](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2722)) |
| 38 | +- Add policy store |
| 39 | + ([#2721](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2721)) |
| 40 | + |
| 41 | +### Build |
| 42 | + |
| 43 | +- Replace NVD with Sonatype OSS Index |
| 44 | + ([#2689](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2689)) |
| 45 | +- Fix OSS Index Audit again |
| 46 | + ([#2706](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2706)) |
| 47 | +- Fix release workflow |
| 48 | + ([#2639](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2639)) |
| 49 | + |
| 50 | +### JMX scraper |
| 51 | + |
| 52 | +- Document ActiveMQ metrics from instrumentation |
| 53 | + ([#2666](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2666)) |
| 54 | +- Document Kafka Connect support |
| 55 | + ([#2688](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2688)) |
| 56 | + |
5 | 57 | ## Version 1.54.0 (2026-02-18) |
6 | 58 |
|
7 | 59 | ### Compressors |
|
0 commit comments