All notable changes to this project will be documented in this file.
[0.6.1] - 2026-04-13
Changed
- Bumped the package version to
0.6.1. - Refreshed the LiveBook embedded signing example to use the current dependency version, current regional endpoints, either API-key or OAuth auth, and a working hosted PDF example.
- Reworked the README with a more polished package overview, clearer auth/setup guidance, and updated examples that match the current API surface.
[0.6.0] - 2026-04-13
Added
- OAuth bearer token support via
Boldsign.new(access_token: ...). - New
Boldsign.Contact,Boldsign.ContactGroup,Boldsign.CustomField, andBoldsign.Planmodules. - Additional document endpoints for attachments, audit logs, tags, recipient authentication, recipient changes, expiry updates, prefill updates, team/behalf lists, and draft sending.
- Additional template endpoints for tags, embedded request/create/edit URLs, and embedded merge request URLs.
Boldsign.User.update_metadata/2.
Changed
- Bumped the package version to
0.6.0. - Expanded request handling so document and template operations can automatically switch between JSON and multipart payloads where the official BoldSign API allows file uploads.
- Updated the default regional base URLs to match the current official BoldSign endpoints, including CA and AU regions.
Fixed
- Corrected several HTTP verb and query-parameter mismatches in existing document, template, team, user, and identity verification wrappers.
- Aligned identity verification requests with the current official API shape.
Tests
- Added extensive Bypass-backed coverage across client auth, documents, templates, contacts, contact groups, custom fields, users, teams, identity verification, plan APIs, and multipart encoding.
[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.