Changelog
Notable changes to the API are recorded here, newest first. Dates are UTC.
Unreleased
- Documentation framework published. Endpoints are placeholders pending the public API.
How versioning works
The API is versioned in the URL (/v1). Breaking changes ship under a new version; additive
changes (new fields, new endpoints) may arrive within the current version, so write clients
that ignore unknown fields.