v0.11.13: all rip reads use fast timeout, no full recovery in read path

This commit is contained in:
Matt Jackson
2026-04-21 02:16:49 +00:00
parent 93d619bb5c
commit f0e8a91393
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.11.13 (2026-04-21)
### Fix: all rip reads use fast timeout
- Initial batch read changed from full Drive::read() recovery to fast 5s timeout. Binary search starts immediately on failure instead of after 10 minutes of retries.
- Max 15 seconds per bad sector (3 x 5s attempts). Max 23 seconds per batch with 1 bad sector.
## 0.11.12 (2026-04-21) ## 0.11.12 (2026-04-21)
### Drive halt + sector events + light recovery ### Drive halt + sector events + light recovery
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "libfreemkv" name = "libfreemkv"
version = "0.11.12" version = "0.11.13"
edition = "2021" edition = "2021"
rust-version = "1.86" rust-version = "1.86"
license = "AGPL-3.0-only" license = "AGPL-3.0-only"