Changelog¶
v1.14.1 2026.5¶
Changed¶
- Internal improvements and security fixes
v1.13.2 2026.4.1¶
Changed¶
- Internal improvements and security fixes
v1.13.1 2025.1¶
Changed¶
- Security fixes and improvements
v1.12.4 2024.7¶
Changed¶
- Security fixes and improvements
v1.12.2¶
Changed¶
- Security fixes and improvements
v1.12.1¶
Changed¶
- Bug fixes and improvements
v1.12.0¶
Changed¶
- Bug fixes and improvements
v1.10.3¶
Added¶
- Added error handling for database interactions
- Signature Request Completion: SIGNED signature requests can now be completed through the endpoint [POST] /esign/v1/signature_request/[signature_request_id]/finish
Changed¶
- Improved the response handling in webhook event dispatch
- Bugfixes and minor improvements
v1.9.0¶
Deprecated¶
-
Deprecated webhook events:
- signature_request_created
- signature_request_ready
- signature_declined
- signature_request_certified
Changed¶
-
Operational webhook events:
- signature_signed
- signature_request_timestamped
- signature_request_custodied
Added¶
- New endpoint [POST] /{signature_request_id}/finish that allows the completion of failed signature requests
- Enhanced signature request tracking: Added "signed" and "timestamped" statuses for better progress monitoring
- Enhanced error handling: New error types (SigningError, CertifyError, TimestampError) for detailed error insights
-
Added new information fields:
- error_type
- error_message
- error_code
- timestamp_provider
- timestamp_datetime
- timestamp_retry_count
- guid
- downloaded