All notable changes to this project will be documented in this file.
[0.5.2] - 2026-04-12
Fixed
- Send document requests now stay on JSON by default and only switch to multipart when
filesare actually present. - Multipart form encoding now follows the official BoldSign SDK pattern for file uploads plus JSON-encoded complex fields such as
signersandtextTagDefinitions.
[0.5.0] - 2026-04-10
Added
- Initial release with support for BoldSign REST API.
Boldsignmodule for client configuration.Boldsign.Documentfor document management (send, create, list, download, etc.).Boldsign.Templatefor template-based operations.Boldsign.UserandBoldsign.Teamfor administrative operations.Boldsign.Brandfor brand management.Boldsign.SenderIdentityfor sender identity management.Boldsign.IdentityVerificationfor KYC/identity verification flows.Boldsign.Webhookwith signature verification.Boldsign.WebhookPlugandBoldsign.Webhook.Handlerfor easy Phoenix integration.Boldsign.Filehelper for multipart uploads.- Livebook example for embedded signing.