release: v0.7.1 (#290)

Patch release over v0.7.0: three correctness fixes (#283 camelCase filters,
#284 cluster-apply crash-loop, #277 branch-merge OOM on embedding tables), the
#280 queries-list catalog-metadata improvement, and the #268 warm-read perf
fix. No breaking changes, no on-disk format change, no migration.

Version coherence: all 7 crate manifests + path-dep constraints, Cargo.lock,
openapi.json, and AGENTS.md surveyed version bumped 0.7.0 -> 0.7.1. Full
workspace gate green (1472 tests).


Claude-Session: https://claude.ai/code/session_01FQ1Hf4eXLsJmeLUkTYBEw7

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andrew Altshuler 2026-06-19 23:12:44 +03:00 committed by GitHub
parent 2d34d7c432
commit b38b36e48f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 101 additions and 34 deletions

14
Cargo.lock generated
View file

@ -4851,7 +4851,7 @@ dependencies = [
[[package]]
name = "omnigraph-api-types"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"omnigraph-compiler",
"omnigraph-engine",
@ -4862,7 +4862,7 @@ dependencies = [
[[package]]
name = "omnigraph-cli"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"assert_cmd",
"clap",
@ -4886,7 +4886,7 @@ dependencies = [
[[package]]
name = "omnigraph-cluster"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"fail",
"omnigraph-compiler",
@ -4904,7 +4904,7 @@ dependencies = [
[[package]]
name = "omnigraph-compiler"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"ahash",
"arrow-array",
@ -4923,7 +4923,7 @@ dependencies = [
[[package]]
name = "omnigraph-engine"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"arc-swap",
"arrow-array",
@ -4967,7 +4967,7 @@ dependencies = [
[[package]]
name = "omnigraph-policy"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"cedar-policy",
"clap",
@ -4980,7 +4980,7 @@ dependencies = [
[[package]]
name = "omnigraph-server"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"arc-swap",
"async-trait",