11.0.299

jlumbroso/passage-of-time-mcp11.0.299Jul 23, 2026by adubovikov

AI Summary

This release improves storage management by running DuckLake maintenance tasks on tiered volumes to physically delete expired partitions from local disk and cloud storage.

Key Highlights

  • Physical space reclaim on tiered volumes via DuckLake maintenance.
  • Partitions expired by `max_data_age_days` are physically deleted.
  • Cleanup includes pre-existing obsolete backlog.

New Features

  • Automated storage cleanup for tiered volumes
  • DuckLake maintenance integration

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