v1.1.1 — 2026-04-10
This update keeps the publicv1 contract additive while aligning the published OpenAPI and downstream tooling with implemented runtime behavior.
Changed
- documented uppercase load status enums across the API contract
- documented
nextCursorpagination for load list responses - documented
requestIdin success and error envelopes - aligned webhook delivery docs with raw JSON payloads plus
X-Trailflow-*signature headers - aligned driver write inputs and responses around
primaryPhoneinput andphoneresponse fields - aligned health, tracking, SDK, and MCP docs with the current runtime contract
Compatibility
- no breaking path or version changes were introduced; integrations staying within
v1remain compatible
v1.1.0 — 2026-03-20
This is the current public contract version published inopenapi.v1.yaml.
Added
- cursor-safe
GET /v1/loadspagination andnextCursor - runtime tracking eligibility fields on loads and the tracking endpoint
- richer customer and carrier lookup payloads with operational contact metadata
- TypeScript SDK available to approved integration teams on request
- Mintlify developer portal with OpenAPI-backed interactive API reference
Compatibility
- changes remain additive inside
v1by default - any breaking change to
v1will be communicated and coordinated with affected partners before it takes effect