File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,15 @@ All notable changes to this project will be documented in this file.
88
99- BREAKING: Inject vector aggregator address into vector config file using an environment variable ([ #1000 ] ).
1010
11+ ### Changed
12+
13+ - BREAKING: Remove ` cli::TelemetryArguments ` and ` cli::RollingPeriod ` which are both replaced by
14+ types from ` stackable_telemetry ` ([ #1001 ] ).
15+ - BREAKING: The ` ProductOperatorRun ` struct now uses ` stackable_telemetry::tracing::TelemetryOptions `
16+ for the ` telemetry_arguments ` field ([ #1001 ] ).
17+
1118[ #1000 ] : https://github.com/stackabletech/operator-rs/pull/1000
19+ [ #1001 ] : https://github.com/stackabletech/operator-rs/pull/1001
1220
1321## [ 0.89.1] - 2025-04-02
1422
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Added
8+
9+ - Add new ` Tracing::pre_configured ` method ([ #1001 ] ).
10+
11+ [ #1001 ] : https://github.com/stackabletech/operator-rs/pull/1001
12+
713## [ 0.4.0] - 2025-04-02
814
915### Added
You can’t perform that action at this time.
0 commit comments