11.0.274

rustdesk/rustdesk11.0.274Jun 16, 2026by adubovikov

AI Summary

This update introduces a CLI command to rebuild the catalog in-place and fixes a tiering issue where S3 volumes without static keys now properly utilize AWS credential chains.

Key Highlights

  • New CLI command `rebuild-catalog` for in-place parquet registration.
  • Fixed S3 tiering to use AWS credential chain when static keys are absent.

New Features

  • CLI feature to rebuild-catalog and register parquet in place

Full Release Notes

## What's Changed
* feat(cli): rebuild-catalog registers parquet in place via add_data_files (11.0.274) by @adubovikov in https://github.com/sipcapture/homer/pull/820
* fix(tiering): use AWS credential_chain when S3 volume has no static keys by @MounirBenzi in https://github.com/sipcapture/homer/pull/819

## New Contributors
* @MounirBenzi made their first contribution in https://github.com/sipcapture/homer/pull/819

**Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.273...11.0.274