API Breaking-Changes Log
Breaking-changes log.
A single, append-only log of every breaking change shipped to a publicly stable API surface. Each entry: announcement date, affected endpoint, migration path, end-of-support date, and link to the relevant changelog entry.
History
No breaking changes yet.
The Audact public API surface is currently in pre-stable status. Once the first publicly stable endpoint ships, every breaking change to it will be logged here under the 12-month deprecation policy.
What counts as a breaking change
- Removal or rename of a public endpoint, path parameter, or query parameter
- Removal of a response field or change in its type
- Change in authentication, rate-limit, or error-code semantics
- Webhook payload schema changes other than additive fields
Additive, backward-compatible changes (new optional fields, new endpoints, new enum values where consumers tolerate unknown values) arenotbreaking and are documented in the regularchangelog.