Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 976 Bytes

File metadata and controls

23 lines (14 loc) · 976 Bytes

3.0.0 [September 24, 2025]

  • All our API clients are now 100% end-to-end tested against our real server.

2.1.0 [March 22, 2025]

  • Added support for Template Versioning parameters:
    • Optional version parameter in submission requests (e.g., 1.2.3, draft, latest)
    • New API methods: publish_template_version, restore_template_version
    • Updated copy_template and delete_template methods to accept template version strings

2.0.0 [February 23, 2025]

  • BREAKING CHANGE: Updated default host to our new synchronous API subdomain: sync.api.docspring.com. (EU customers should use sync.api-eu.docspring.com). Removed all custom polling code from library since this logic is now handled by the API service running on our sync subdomain
  • Fixed User-Agent header: docspring-elixir-x.x.x

1.0.0 [Jan 30, 2025]

  • Initial support for template versioning (before we decided to release the synchronous API first.)

0.0.4 [August 5, 2022]

  • Initial release