mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-24 02:38:06 +02:00
20 lines
936 B
Markdown
20 lines
936 B
Markdown
|
|
# Omnigraph v0.6.0
|
||
|
|
|
||
|
|
## Breaking Changes
|
||
|
|
|
||
|
|
- Renamed the Cedar resource entity from `Omnigraph::Repo` to `Omnigraph::Graph`.
|
||
|
|
- Renamed policy API terminology from `repo_id` to `graph_id` on `PolicyCompiler::compile` and `PolicyEngine::load`.
|
||
|
|
- Renamed query-lint schema source JSON from `"repo"` to `"graph"` for `schema_source.kind`.
|
||
|
|
|
||
|
|
## User Impact
|
||
|
|
|
||
|
|
- No on-disk migration is required. Existing `.omni` graphs continue to open with the same storage layout.
|
||
|
|
- Supported YAML policy authoring is unchanged because the YAML schema does not expose the Cedar entity type name.
|
||
|
|
- Operators with unsupported raw Cedar policy files should update `Omnigraph::Repo`
|
||
|
|
resource references to `Omnigraph::Graph`.
|
||
|
|
|
||
|
|
## Documentation
|
||
|
|
|
||
|
|
- Public docs, CLI help, examples, server docs, and test helpers now consistently use "graph" for the OmniGraph data artifact.
|
||
|
|
- GitHub/source repository terminology remains spelled out as "repository" where needed.
|