Skip to content

v0.20.0

Choose a tag to compare

@rustyconover rustyconover released this 10 Aug 23:01
· 13 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.

  • GET {prefix}/vgi-client.js serves the vendored browser build of @query-farm/vgi. Worker identity moves to the status document at GET {prefix}/?format=json.
  • All 23 request-wrapped methods now advertise the wrapped params schema. They previously advertised the inner batch's fields, which broke any client that builds its request from the advertised shape.
  • Attach options gain required, enforced at catalog_attach.

Requires vgi-rpc-go v0.21.0.