Skip to content

v0.0.13

Choose a tag to compare

@jleni jleni released this 24 Feb 14:49
· 535 commits to main since this release
8fac7d0

What's Changed

Bug Fixes

  • Harden daemon client with retry+jitter, shorter timeouts, and stderr logging — Upload and prefetch sends now use a 2s timeout with 3 retries + PID-based jitter instead of a single 30s attempt, eliminating EAGAIN errors when the Tokio runtime is starved by S3 init work during daemon startup. Daemon stderr is redirected to daemon.log for crash diagnostics.

CI

  • Bypass kache wrapper for tarpaulin coverage to prevent stale cached test binaries

Full Changelog: v0.0.12...v0.0.13