Skip to content
AsteriaStar
Versioning

Changelog

The versioning policy and what shipped in each data, schema, and API release.

Everything is at its initial public version. There is no invented version history; this is the first release, and no breaking changes have been made yet.

Versioning policy

Schema version1.0.0

Bumps on any breaking change to entity or relationship shape.

Graph version1.0.0

Bumps on any change to the graph's data (entities or relationships).

Dataset version1.0.0

Bumps on a published dataset snapshot.

API versionv0

Path-versioned. Breaking response changes ship under a new version (v1, …); v0 may evolve additively.

Releases

Read-only Open Data API v0api v0 · 2026-06-29
  • Ten read-only endpoints: entities, entity by id, relationships, search, traversal, datasets, dataset by id, images, live-sky providers, and the OpenAPI document.
  • Every response carries a provenance envelope (apiVersion, schemaVersion, dataVersion, generatedAt, source, license, attribution).
  • OpenAPI 3.1 document generated from implemented endpoints only.
  • Deterministic, non-semantic search and cycle-safe traversal — engine-backed, never fabricated.
Dataset catalogue & checksummed exportsdataset 1.0.0 · 2026-06-29
  • Unified catalogue of domain and graph-level datasets, each with a real record count and license.
  • Pre-generated export files (entities, relationships, sources, images, providers) with real SHA-256 checksums in an export manifest.
Initial public graph snapshotgraph 1.0.0 · 2026-06-29
  • First public snapshot: 7,351 entities and 12,867 relationships.
  • Full graph available as JSON and JSON-LD; per-dataset JSON and CSV exports.
Initial schemaschema 1.0.0 · 2026-06-29
  • Stable type:slug identifier scheme; typed entities and typed, domain-tagged relationships with confidence.
  • No breaking changes have been made yet.