mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-07-03 02:51:04 +02:00
821 B
821 B
Omnigraph v0.6.1
Highlights
- Legacy
__run__cleanup (MR-770). Removed the last remnant of the Run state machine (retired in v0.4.0): the__run__branch-name guard. A new v2→v3__manifestinternal-schema migration sweeps any stale__run__*staging branches on the first read-write open, so__run__*is no longer a reserved branch name.
Upgrade notes
- Graphs created before v0.4.0 are migrated automatically on the first
read-write open by a v0.6.1 binary (one-time
__manifeststamp v2→v3 sweep of stale__run__*branches). No action required. The inert_graph_runs.lance/_graph_run_actors.lancedataset bytes remain until a futuredelete_prefixprimitive; a read-only open of an un-migrated legacy graph still lists__run__*until its first read-write open.