v11.0.0
·
21 commits
to main
since this release
11.0.0 (2026-05-10)
- fix!: move --config to daemon subcommand (a235aa3)
Bug Fixes
- config_param decorators apply in source-code order (4a567d3)
- exclude non-autosuspend classes from check discovery (5799602)
- use well-known check names (fe6cd9a)
Features
- add a subcommand for printing a config schema (002b110)
- declare parameter schemas for all checks (08db0f0)
BREAKING CHANGES
- --config must now be passed after the daemon subcommand
(autosuspend daemon -c file.conf) rather than before it
(autosuspend -c file.conf daemon). Invocations that relied on the old
position will fail with an argument error. The systemd unit file is
unaffected because it relies on the /etc/autosuspend.conf default path
and does not pass -c explicitly.