v0.4.1
What's changed
This is a bugfix release.
Fixes
- Fixed a regression introduced in v0.4.0 where parallel file writes within pack segments were lost, degrading restore speed. Per-file write batching with concurrent flush is now restored, and peak memory is further reduced by streaming pack segments and tightening the decoded data budget.
- Fixed progress bar never reaching 100% when restoring with
--strategy neweror--strategy skip. Skipped bytes are now correctly reported as processed.
Changes
- Overlap I/O and content-defined chunking with compression and encryption for improved snapshot throughput.
Full Changelog: v0.4.0...v0.4.1