Skip to content

Commit 3a46636

Browse files
committed
chore: add changelog entries
1 parent 85f8449 commit 3a46636

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/stackable-telemetry/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)