Storage-primary Anvil release#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.
Summary
This PR lands the storage-primary Anvil rewrite and prepares the release branch for publication. Anvil is now presented and packaged as an object-native storage platform where object bytes, metadata, indexes, watches, relationship authorisation, source artefacts, model artefacts, and PersonalDB witnessing are all part of the same storage system.
The release surfaces are deliberately split:
anvil-storagecrate;Fundamental Architecture Shift
The central change is the move away from using an external relational metadata store as Anvil's source of truth. Anvil-owned state is now modelled as object-native storage state: journals, manifests, signed records, segments, fences, watch logs, derived indexes, checkpoints, certificates, and repair evidence.
This gives Anvil a single persistence model for:
High-Level Features In This Release
Object Storage
Object-Native Metadata and Indexes
Full Text Search
Vector Search
Relationship Authorisation
Watch Streams
PersonalDB Witnessing
Source and Model Artefacts
Rust Client
anvil-storage.Documentation
docs/releases/.documentation/.CI and Publication
cargo publish --dry-run -p anvil-storage.Verification
Local verification before opening this PR:
cargo fmt --all -- --check cargo test --workspace cargo publish --dry-run --allow-dirty -p anvil-storage cargo run -p anvil-documentation -- check --project-dir documentation --release cargo run -p anvil-documentation -- build --project-dir documentation --release git diff --checkIndependent security review confirmed the release-blocking findings are addressed:
GETandHEADpaths check read authorisation before metadata lookup.