release: v0.7.2 (#301)

Patch release over v0.7.1: write-path latency reductions (#288 direct table
opener, #298 schema-once + open-each-table-once) and three correctness fixes on
the maintenance and recovery paths (#297 optimize survives a cross-process write
race, #291 optimize compacts the internal metadata tables + non-destructive
auto_cleanup strip, #296 recovery converges under a concurrent manifest advance).
No breaking changes, no on-disk format change, no migration.

Version coherence: all 7 crate manifests + path-dep constraints, Cargo.lock,
openapi.json, and the AGENTS.md surveyed version bumped 0.7.1 -> 0.7.2. Build
green under --locked; OpenAPI drift check green.
This commit is contained in:
Ragnor Comerford 2026-06-25 09:08:12 +02:00 committed by GitHub
parent 4a5277b9c0
commit b6c19bfa5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 94 additions and 34 deletions

14
Cargo.lock generated
View file

@ -4851,7 +4851,7 @@ dependencies = [
[[package]]
name = "omnigraph-api-types"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"omnigraph-compiler",
"omnigraph-engine",
@ -4862,7 +4862,7 @@ dependencies = [
[[package]]
name = "omnigraph-cli"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"assert_cmd",
"clap",
@ -4886,7 +4886,7 @@ dependencies = [
[[package]]
name = "omnigraph-cluster"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"fail",
"omnigraph-compiler",
@ -4905,7 +4905,7 @@ dependencies = [
[[package]]
name = "omnigraph-compiler"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"ahash",
"arrow-array",
@ -4924,7 +4924,7 @@ dependencies = [
[[package]]
name = "omnigraph-engine"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"arc-swap",
"arrow-array",
@ -4968,7 +4968,7 @@ dependencies = [
[[package]]
name = "omnigraph-policy"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"cedar-policy",
"clap",
@ -4981,7 +4981,7 @@ dependencies = [
[[package]]
name = "omnigraph-server"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"arc-swap",
"async-trait",