|
4 | 4 |
|
5 | 5 | ### Disk buffering |
6 | 6 |
|
7 | | -- Disk buffering iterator explicit removal config option |
| 7 | +- Add configuration option for explicit removal in the disk buffering iterator |
8 | 8 | ([#2560](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2560)) |
9 | | -- Replacing CompletableFuture by CompletableResultCode |
| 9 | +- Replace CompletableFuture with CompletableResultCode |
10 | 10 | ([#2670](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2670)) |
11 | 11 | - Replace IllegalStateException with EOFException in readRawVarint32 |
12 | 12 | ([#2687](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2687)) |
13 | | -- Fix/upstream update disk buffering |
| 13 | +- Apply upstream fixes to the disk buffering implementation |
14 | 14 | ([#2694](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2694)) |
15 | 15 |
|
16 | 16 | ### Dynamic control |
|
21 | 21 | ([#2655](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2655)) |
22 | 22 | - [dynamic control] Move away from JSON requirement |
23 | 23 | ([#2652](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2652)) |
24 | | -- [dynamic control] refactor trace sampling into specific subpackage |
| 24 | +- [dynamic control] Refactor trace sampling into specific subpackage |
25 | 25 | ([#2698](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2698)) |
26 | | -- [dynamic control] add jsonkeyvalue source |
| 26 | +- [dynamic control] Add jsonkeyvalue source |
27 | 27 | ([#2702](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2702)) |
28 | | -- [dynamic control] step 1 in transition to simpler validation |
| 28 | +- [dynamic control] Step 1 in transition to simpler validation |
29 | 29 | ([#2703](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2703)) |
30 | 30 | - [dynamic control] Move to using SourceWrapper, simplifying parsing |
31 | 31 | ([#2708](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2708)) |
32 | | -- [dynamic control] complete the jsonkeyvalue and simpler validation migration |
| 32 | +- [dynamic control] Complete the jsonkeyvalue and simpler validation migration |
33 | 33 | ([#2715](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2715)) |
34 | 34 | - [dynamic control] refactor TYPE to POLICY_TYPE for clarity |
35 | 35 | ([#2720](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2720)) |
|
0 commit comments