Skip to content

perf!: Optimize file streaming#489

Merged
aawsome merged 1 commit intomainfrom
optimize-file-streaming
Mar 9, 2026
Merged

perf!: Optimize file streaming#489
aawsome merged 1 commit intomainfrom
optimize-file-streaming

Conversation

@aawsome
Copy link
Copy Markdown
Member

@aawsome aawsome commented Mar 8, 2026

No description provided.

@aawsome aawsome force-pushed the optimize-file-streaming branch from 5ecd68b to 9ecdcae Compare March 8, 2026 07:01
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 8, 2026

Codecov Report

❌ Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.1%. Comparing base (00b93d9) to head (ff2f606).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/backend/decrypt.rs 77.7% 2 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
crates/core/src/commands/prune.rs 64.5% <100.0%> (-0.3%) ⬇️
crates/core/src/progress.rs 85.7% <ø> (ø)
crates/core/src/repofile/snapshotfile.rs 65.5% <100.0%> (-0.3%) ⬇️
crates/core/src/repository.rs 60.0% <ø> (ø)
crates/core/src/backend/decrypt.rs 47.1% <77.7%> (+<0.1%) ⬆️

... and 18 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aawsome aawsome force-pushed the optimize-file-streaming branch from 9ecdcae to ff2f606 Compare March 8, 2026 14:54
@aawsome aawsome merged commit a8861e7 into main Mar 9, 2026
25 checks passed
@aawsome aawsome deleted the optimize-file-streaming branch March 9, 2026 09:42
github-merge-queue bot pushed a commit that referenced this pull request Apr 5, 2026
## 🤖 New release

* `rustic_core`: 0.10.1 -> 0.11.0 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.11.0](rustic_core-v0.10.1...rustic_core-v0.11.0)
- 2026-04-05

### Added

- Optimize hardlink creation in restore
([#495](#495))
- add exclude-if-xattr option
([#491](#491))

### Fixed

- make `ignore`'s `.git_exclude()` mirror `.git_ignore()`
([#494](#494))

### Other

- update dependencies
([#496](#496))
- preserve hardlinks on restore
([#492](#492))
- use general tree modifier in `repair snapshots`
([#463](#463))
- [**breaking**] Optimize file streaming
([#489](#489))
- [**breaking**] use Cow to avoid OsString allocations
([#487](#487))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant