v0.0.13
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.logfor crash diagnostics.
CI
- Bypass kache wrapper for tarpaulin coverage to prevent stale cached test binaries
Full Changelog: v0.0.12...v0.0.13