Fix critical resolution and recovery defects; prepare v0.2.0 - #7
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This completes the persistent correctness audit and prepares the first 0.2.0 release. Accepted records always finish entity resolution before commit; rejected batches cannot leak staged records into later requests.
Live protocol 6 requires a coordinated router/shard/replica upgrade. Existing WAL/checkpoint version 1 and durable reservation format 5 remain compatible. Composite query labels preserve global collision semantics.
The release includes enabled persistent regressions for all eight audit defects and follow-up recovery/protocol/query edge cases. Full validation and same-machine performance measurements are recorded in
docs/critical-audit-2026-09-05.md; only the manual timing diagnostic is ignored.Validation: 356 local tests passed (three intentional ignored diagnostics/doctests); Rust 1.98 Clippy, Rust 1.88 MSRV, formatting, actionlint, and package verification passed. Five persistent shards acknowledged all 1,000,000 load-test records with zero failed batches; throughput was 43.4K before and 43.9K after. The 80K-record selective query after unrelated ingest fell from 300 ms to 0.008 ms. GitHub CI passed all three jobs, including Linux tests/lints/package/manifests, MSRV, and the production container.