11.0.299

achtungsoftware/alarik11.0.299Jul 23, 2026by adubovikov

AI Summary

This update focuses on storage optimization, implementing physical space reclaim on tiered volumes through DuckLake maintenance commands to clean up expired partitions.

Key Highlights

  • Physical space reclaim on tiered volumes
  • DuckLake maintenance integration for cleanup
  • Deletion of obsolete backlog from local disk and S3

New Features

  • Automatic expiration and deletion of partitions

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