Skip to content

v0.27.0

Choose a tag to compare

@rustyconover rustyconover released this 10 Aug 23:00
· 22 commits to main since this release

The shared landing page now reads the catalog over the VGI protocol instead of fetching a worker-produced describe.json, which this release deletes along with its versioned JSON contract and cross-language conformance harness.

  • GET {prefix}/vgi-client.js serves the vendored browser build of @query-farm/vgi; the page imports it same-origin. Worker identity moves to the existing status document at GET {prefix}/?format=json.
  • Attach options gain required: a catalog that cannot be attached without an option advertises that at discovery, and the default catalog_attach refuses an attach that omits one.