This page tracks changes to the Dropbox Sign API, SDKs, and documentation. The format may change, but the historical information will be kept intact.
SDKs
- Node SDK - remove limit on file upload size
- Node SDK - fixes incorrect instantiation of objects when not using the ::init() method
Fixes
- Prevent download for signature requests in an error state If files of signature requests are in error state and a consumer attempts to download them, previously http 409 “Still Process” status code was returned. This status has been changed to 422 “Unprocessable Content”.
- Signature Request Expiration Date (Beta) fixes
- Fixed embedded requests not getting expired emails
- Fixed expiration date not showing on Documents page for some signature requests
- Fixed documentation of expires_at for /v3/signature_request/create_embedded
- Custom Field Names If custom field name is null, the API will substitute the API ID for the missing name. This patches a bug that used to return an error response.