11.0.328
sipcapture/homer11.0.328Aug 21, 2026by adubovikov
AI Summary
Adds an opt-in native file move engine for hot-to-cold tiering and enhances S3 integration capabilities.
Key Highlights
- Opt-in native file move engine (`move_engine=native`) for hot-to-cold tiering.
- Native S3 move uses IAM/default credential chain and multipart uploads (8MiB parts).
New Features
- Native file move engine
- Native S3 multipart upload
Full Release Notes
## What's Changed * feat(storage): opt-in native file move for hot→cold tiering (`move_engine=native`) — copies parquet bytes without holding the writer catalog lock during the S3 upload. Default remains `duckdb`. See [NATIVE_TIER_MOVE.md](https://github.com/sipcapture/homer/blob/homer11/docs/NATIVE_TIER_MOVE.md). Addresses [#969](https://github.com/sipcapture/homer/issues/969). * feat(storage): native S3 move uses IAM/default credential chain when keys are empty, multipart upload (8MiB parts), and RustFS integration tests by @adubovikov in https://github.com/sipcapture/homer/pull/972 **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.327...11.0.328