Release Notes

Protocol Changelog

Track every versioned update to the Respatch logistics protocol and API specifications.

v1.3.0

June 12, 2026stable
  • BREAKING: packages is required (non-empty) on Get Quote and Create Order.
  • BREAKING: package_weight_kg and flat dimension fields removed — use packages[] instead.
  • BREAKING: Create Order requires quote_id from a prior Get Quote call (quote-first flow).
  • New POST /api/v1/delivery-orders/quote — persisted quote_id, expires_at, per-vehicle fare options.
  • Expired quotes return 410; consumed quotes return 409.

v1.2.4

April 30, 2026stable
  • Added API-key middleware for integration routes.
  • Payment proxy create flow with wallet settlement.
  • Website contact form wired to public API.

v1.2.0

April 15, 2026archived
  • Initial release of the deterministic orchestration layer.
  • Wallet-first billing and delivery lifecycle APIs.
  • Developer portal: API keys, webhooks, and sandbox.