v0.20.0
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.jsserves the vendored browser build of@query-farm/vgi. Worker identity moves to the status document atGET {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 atcatalog_attach.
Requires vgi-rpc-go v0.21.0.