v0.11.9: fast verify reads — 5s timeout, no recovery loop

This commit is contained in:
Matt Jackson
2026-04-20 01:01:44 +00:00
parent a693ef965b
commit 8870efa77b
5 changed files with 47 additions and 5 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.11.9 (2026-04-20)
### Fast verify reads
- **read_sectors_fast()** — single-attempt 5s timeout SCSI read for verify. No recovery loop. Bad sectors detected in seconds instead of 10+ minutes.
- **SectorReader trait** — added read_sectors_fast() with default fallback to read_sectors().
## 0.11.8 (2026-04-20)
### Disc verify