File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
crates/stackable-telemetry Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,23 @@ All notable changes to this project will be documented in this file.
66
77### Added
88
9+ - Allow ` Option<_> ` to be used to enable/disable a subscriber ([ #951 ] ).
910- Introduce common ` Settings ` and subscriber specific settings ([ #901 ] ).
1011- Add support for logging to files ([ #933 ] ).
1112
1213### Changed
1314
15+ - BREAKING: Change subscriber settings into an enum to indicate if the subscriber is enabled/disabled ([ #951 ] ).
1416- BREAKING: Rename ` TracingBuilder ` methods with long names, and prefix with ` with_ ` ([ #901 ] ).
1517- BREAKING: Use the new subscriber settings in the ` TracingBuilder ` ([ #901 ] ).
1618
19+ ## Removed
20+
21+ - BREAKING: Remove ` Deref ` impls for subscriber settings and removed the ` enabled ` fields and ` enabled() ` methods ([ #951 ] ).
22+
1723[ #901 ] : https://github.com/stackabletech/operator-rs/pull/901
1824[ #933 ] : https://github.com/stackabletech/operator-rs/pull/933
25+ [ #951 ] : https://github.com/stackabletech/operator-rs/pull/951
1926
2027## [ 0.2.0] - 2024-07-10
2128
You can’t perform that action at this time.
0 commit comments