Summit CognitiveDocs

REFERENCE

Changelog

This page tracks notable, user-visible changes to the Decision Receipt API. It is a human summary, not the source of truth — for the exact current state, read the version headers on any response and the live OpenAPI spec.

Authoritative version

Every response carries X-DecRec-Version (implementation) and X-DecRec-Spec (spec). The canonical, always-current contract is GET /v1/openapi.json (rendered at /docs). When this page and the spec disagree, the spec wins.

v0.1.0 — spec 1.0 current

The capabilities available in the current published version. These are described in full in the API reference; this is the at-a-glance surface.

Versioning & compatibility

All endpoints are prefixed /v1. The implementation version is returned in X-DecRec-Version on every response; the spec version in X-DecRec-Spec. The API allows cross-origin requests (default origin *; methods GET, POST, OPTIONS; preflight 204). New capabilities are introduced under /v1 additively where possible; any breaking change would move the version.

Watching for changes

Because this summary trails the implementation, the reliable way to track changes is mechanical: diff the OpenAPI spec and watch X-DecRec-Version. New endpoints and field changes will always appear there and in these docs first. (Note: the receipt.created outbound webhook delivers receipts, not release notes — it is a data feed, not a changelog feed.)