Changelog
This is the contract changelog — changes to endpoints, schemas, and the OpenAPI document. Two things it is not:
- the data change feed — that’s verdicts moving (Photoshop went native), a paid API feed, not a human page; and
- the product changelog on doesitarm.com — that’s the consumer site’s release notes.
See Versioning for what “breaking” means and why info.version and the
/v1 URL are two different numbers.
Entries
Section titled “Entries”1.0.0 — Preview spec published non-breaking
Section titled “1.0.0 — Preview spec published non-breaking”2026-06-27
- First public draft of the DoesItARM API spec, written as a reviewable Preview.
- Four read-only operations:
lookupVerdict,searchTitles,listByCategory,whatsChangedSince— mirrored as MCP tools. - The Verdict object and its related schemas (
Signal,Alternative,SearchResult,ChangeRecord,Pagination,Error) finalized against the live data model. - The single error envelope, rate-limit headers, and cursor pagination defined.
Authorization: Bearer dia_*auth with free / test / live key prefixes.
Nothing here is live yet — there are no breaking changes to report because there is no prior published contract.