Skip to content

v0.4.1

Choose a tag to compare

@jLantxa jLantxa released this 31 May 00:08
Immutable release. Only release title and notes can be modified.
v0.4.1
33dd894

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 newer or --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