You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roadmap item (suggested in the PR #43 external review, Kimi round; deferred at the time because the changeset and RELIABILITY.md carry the warning). Collect the version-migration facts into one discoverable document instead of leaving them spread across the CHANGELOG entry and RELIABILITY.md.
Content
The v0.1.x -> v0.2.0 on-disk story: headerless legacy files open transparently and keep legacy framing on appends; new files carry the LRDB v1 header.
THE DOWNGRADE WARNING, prominently: a v1 file opened by <= 0.1.3 is silently truncated to zero — back up before any downgrade. (Today this lives in the CHANGELOG and RELIABILITY.md; a user searching "downgrade" should land here.)
The two legacy behavior changes: a headerless file whose only record is torn now refuses as NOT_A_DATABASE (0.1.3 opened it as empty); files shorter than 8 bytes are refused untouched.
Summary
Roadmap item (suggested in the PR #43 external review, Kimi round; deferred at the time because the changeset and RELIABILITY.md carry the warning). Collect the version-migration facts into one discoverable document instead of leaving them spread across the CHANGELOG entry and RELIABILITY.md.
Content
Constraints