Changelog

API version history, new features, and breaking changes.

v2.0.0 Breaking — March 2026

Multi-Party Contracts & V1 Removal

V2 is a complete rewrite of the external API. V1 has been removed and is no longer available.

New Features

Breaking Changes

Migration Guide

V1 V2
recipientEmail + recipientNameparties: [{ role, legalName, email }]
businessNamesenderName
content: { title: "..." }content: "TITLE\n\n1. SECTION..."
autoSign: trueRemoved (all parties sign individually)
GET /contracts (list)Removed
GET /contracts/:id/pdfRemoved from external API
status: "draft"status: "pending_signature" (contracts start in this state)

v1.0.0 Deprecated — March 2026

Initial ReleaseRemoved in v2.0.0


Future entries will follow the format: version number, date, list of changes, and a Breaking badge for breaking changes.