API changelog · current version 2026-08-22

What changed, when, and how much warning you get.

Additive changes ship without a version bump. A breaking change is announced here, marked deprecated in the specification with a Sunset date at least 180 days out, and only then removed. Nothing is removed without appearing on this page first.

2026-08-22version 2026-08-22
2026-08-12version 2026-08-12
2026-08-09version 2026-08-09

What counts as breaking

Removing an endpoint or a response field; narrowing an accepted input; adding a required request field; changing an error code; or changing the meaning of an existing field. Adding an endpoint, an optional input, a response field, or a new enum member in a response is not breaking — clients must ignore fields they do not recognise.