Skip to content

Changelog

Each page below is generated at build time from the CHANGELOG.md that the service keeps in its own repository (main branch). Only what touches the public contract is included; the full record stays in the repository.

The current version of each specification is shown at the top of its page under OpenAPI by service.

  • The API version is in the URL prefix (/v1, /v2, …). A breaking change ships as a new prefix version; the current one stays up.
  • An additive change (new optional field, new endpoint, new enum member) ships without prior notice and without changing the prefix. Write your client to ignore fields it does not know.
  • N-1 support: when a new prefix version is released, the immediately previous version remains supported. Today only /v1 exists.