11.0.325
sipcapture/homer11.0.325Aug 20, 2026by adubovikov
AI Summary
Adds a CLI command to display the effective configuration by merging file, environment, and default values.
Key Highlights
- Add `homer config show` command to print effective config.
- Compaction now logs the resolved engine on start and each cycle.
New Features
- CLI command to view effective configuration
Full Release Notes
`homer config show` prints the effective config after file, env, and defaults (secrets redacted). Compaction now logs the resolved `engine` on start and each cycle. ## What's Changed * feat(cli): add homer config show (#945) by @adubovikov in https://github.com/sipcapture/homer/pull/958 * chore: bump version to 11.0.325 by @adubovikov in https://github.com/sipcapture/homer/pull/959 **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.324...11.0.325