Changelog¶
eSign 2024.7 - v1.12.4:¶
Changed¶
- Security fixes and improvements
eSign v1.12.2:¶
Changed¶
- Security fixes and improvements
eSign v1.12.1:¶
Changed¶
- Bug fixes and improvements
eSign v1.12.0:¶
Changed¶
- Bug fixes and improvements.
eSign 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.
- Bug fixes and minor improvements.
eSign 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