tag:github.com,2008:https://github.com/ModernRelay/omnigraph/releasesTags from omnigraph2026-06-13T14:32:34Ztag:github.com,2008:Repository/1207219415/edge2026-06-13T14:57:29ZEdge<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/ModernRelay/omnigraph/pull/209">#209</a> from ModernRelay/refactor/api-types-crate</p>
<p>refactor(api): extract omnigraph-api-types crate (RFC-009 Phase 2)</p>github-actionstag:github.com,2008:Repository/1207219415/v0.6.22026-06-09T18:25:20Zv0.6.2github-actionstag:github.com,2008:Repository/1207219415/v0.6.12026-06-09T18:25:21Zv0.6.1github-actionstag:github.com,2008:Repository/1207219415/v0.6.02026-05-29T23:51:10Zv0.6.0github-actionstag:github.com,2008:Repository/1207219415/v0.5.02026-05-23T18:36:33Zv0.5.0<p>release: v0.5.0 (<a class="issue-link js-issue-link" href="https://github.com/ModernRelay/omnigraph/pull/115">#115</a>)</p>
<p>* gitignore: exclude docs/internal/ from publication</p>
<p>Mirrors the existing "Local-only working files (not for the public
<br />repo)" pattern. Working notes filed under docs/internal/ stay on the
<br />contributor's machine instead of cluttering the published doc tree
<br />or tripping the AGENTS.md / docs-index cross-link check
<br />(scripts/check-agents-md.sh enumerates every docs/*.md and requires
<br />each one to be linked from an audience index — internal notes don't
<br />have an audience index by definition).</p>
<p>Incidental to the v0.5.0 release; lands separately from the version
<br />bump commits.</p>
<p>Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com></p>
<p>* ci: skip docs/internal/ in agents-md cross-link check</p>
<p>Matches the .gitignore exclusion. Mirrors the existing 'docs/releases/'
<br />exclusion pattern: notes under docs/internal/ aren't part of the
<br />published doc tree and don't need to be linked from an audience index.</p>
<p>Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com></p>
<p>* release: v0.5.0 — Lance 6 substrate, Cedar policy engine, schema-lint v1</p>
<p>Bumps the workspace from 0.4.2 to 0.5.0. Release notes at
<br />docs/releases/v0.5.0.md.</p>
<p>Three user-visible pillars motivate the minor bump:
<br /> 1. Lance 6.0.1 substrate (DataFusion 52→53, Arrow 57→58)
<br /> 2. Engine-wide Cedar policy enforcement on every _as writer; server
<br /> defaults to deny-all; signed-token-claim-only actor identity
<br /> 3. Schema-lint v1 chassis: OG-XXX-NNN codes, soft drops, and
<br /> `--allow-data-loss` (Hard mode) for destructive migrations</p>
<p>Plus structured DataFusion Expr filter pushdown (unblocks
<br />CompOp::Contains via array_has), HTTP allow_data_loss parity, inline
<br />.gq sources on CLI/HTTP, optional CORS layer, and bug fixes
<br />(merge-insert dup-rowid, branch-merge coordinator restore on error,
<br />blob columns in branch merge).</p>
<p>Sites bumped:
<br /> - 5 crate [package].version lines (omnigraph, omnigraph-cli,
<br /> omnigraph-compiler, omnigraph-policy, omnigraph-server)
<br /> - 10 internal path-dep `version = "..."` constraints across the
<br /> four manifests that depend on sister crates (engine, server, cli,
<br /> plus engine's dev-dep on the compiler)
<br /> - Cargo.lock (regenerated via cargo update --workspace)
<br /> - AGENTS.md "Version surveyed:"
<br /> - openapi.json `info.version` (regenerated via
<br /> OMNIGRAPH_UPDATE_OPENAPI=1 cargo test -p omnigraph-server --test
<br /> openapi)</p>
<p>Verification:
<br /> - cargo test --workspace --locked: 907/907 green
<br /> - cargo test -p omnigraph-engine --test failpoints --features
<br /> failpoints: 19/19 green
<br /> - cargo test -p omnigraph-engine --test lance_surface_guards: 3/3
<br /> - scripts/check-agents-md.sh: clean</p>
<p>Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com></p>
<p>---------</p>
<p>Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com></p>github-actionstag:github.com,2008:Repository/1207219415/v0.4.22026-05-10T22:42:16Zv0.4.2github-actionstag:github.com,2008:Repository/1207219415/v0.4.12026-05-02T21:46:37Zv0.4.1github-actionstag:github.com,2008:Repository/1207219415/v0.3.12026-04-26T14:32:45Zv0.3.1<p>Ignore local-only working files</p>
<p>Keep machine-local state (.claude/, .worktrees/, local
<br />omnigraph.yaml, CLAUDE.md, and schema design notes) from
<br />showing up as untracked in git status.</p>
<p>Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com></p>github-actionstag:github.com,2008:Repository/1207219415/v0.3.02026-04-26T13:50:56Zv0.3.0github-actionstag:github.com,2008:Repository/1207219415/v0.2.22026-04-14T20:11:28Zv0.2.2<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/ModernRelay/omnigraph/pull/19">#19</a> from ModernRelay/codex/v0.2.2-release</p>
<p>Prepare v0.2.2 release</p>aaltshuler