Skip to content

Commit 33e38c9

Browse files
committed
changelog
1 parent 86b1d13 commit 33e38c9

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- BREAKING: Fix compilation failures when not enabling default features ([#1162]).
10+
This is achieved by removing the `clap`, `telemetry` and `versioned` features, which where previously enabled by default.
11+
They have been removed as the stackable-operator code actually always requires them.
12+
13+
[#1162]: https://github.com/stackabletech/operator-rs/pull/1162
14+
715
## [0.106.2] - 2026-02-26
816

917
### Changed

crates/stackable-telemetry/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- BREAKING: Fix compilation failures when not enabling default features ([#1162]).
10+
11+
[#1162]: https://github.com/stackabletech/operator-rs/pull/1162
12+
713
## [0.6.1] - 2025-07-10
814

915
### Changed

0 commit comments

Comments
 (0)