release: v0.9.0 - #456
Merged
Merged
Conversation
Adds the missing user-visible changes to the v0.9.0 release notes: edge property bindings (#447), standalone filter pushdown (#450), the keyed per-transaction write bound with the Overwrite exemption (#454), strict cluster policy-bundle validation (#444), and developer-facing lines for RFC-030/031/032 and the rustfmt baseline.
…examples The constants and errors pages still described a blanket Mutation/Load ceiling; #454 scoped it to the keyed Append/Merge routes, with Overwrite staging a whole-table replacement transaction. Also bump the pinned-version install examples from v0.1.0 to v0.9.0.
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
Final release PR for v0.9.0. Documentation only — the workspace has been at 0.9.0 since the version bump; this closes the release-notes gap left by the merges that landed after #449 rewrote them.
docs/releases/v0.9.0.mdwith the missing user-visible changes: edge property bindings (feat(compiler,engine): edge bindings to filter and project edge properties #447), standalone filter-clause pushdown (Push standalone filter clauses down to the Lance scanner #450), the keyed per-transaction write bound and its Overwrite exemption (fix(loader): preserve bulk overwrite capacity #454), and strict cluster policy-bundle validation (fix(cluster): validate policy bundle semantics #444), plus developer-facing lines for RFC-030/031/032 and the rustfmt baselinedocs/user/reference/constants.mdanddocs/user/operations/errors.mdto the Append/Merge routes (fix(loader): preserve bulk overwrite capacity #454's doc drift)Release plan
Once this merges, the merge commit is the intended target for the annotated
v0.9.0tag (messageOmniGraph v0.9.0), which fires release.yml (binaries + Homebrew), publish-crates.yml (first live crates.io publish since 0.7.x, including the firstomnigraph-storagerelease), and publish-image.yml (GHCR + Docker Hub).Validation
scripts/check-agents-md.sh(the only local complaints are untracked scratch notes not part of this change)Greptile Summary
The PR completes the v0.9.0 documentation by recording recently shipped query, write-limit, and cluster-validation behavior and refreshing installation examples.
Confidence Score: 5/5
The PR appears safe to merge.
No blocking failure remains.
Important Files Changed
Reviews (2): Last reviewed commit: "docs(release): name the RFC-030 groundwo..." | Re-trigger Greptile