11.0.299

sipcapture/homer11.0.299Jul 23, 2026by adubovikov

AI Summary

This release implements physical space reclaim on tiered volumes by executing DuckLake maintenance tasks, ensuring that partitions expired by max_data_age_days are actually deleted from local disk and S3/RustFS.

Key Highlights

  • Physical space reclaim on tiered volumes via DuckLake maintenance
  • Execution of ducklake_expire_snapshots and cleanup tasks
  • Deletion of pre-existing obsolete backlog
  • Follow-up to previous tiered volume work

Full Release Notes

## What's Changed

- **fix(storage):** physical space reclaim on tiered volumes (#890, follow-up to #882). Tiering now runs DuckLake maintenance (`ducklake_expire_snapshots`, `ducklake_cleanup_old_files`, `ducklake_delete_orphaned_files`) on every tiered lake each cycle, so partitions expired by `max_data_age_days` are physically deleted from local disk and S3/RustFS — including pre-existing obsolete backlog.

**Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.298...11.0.299