Articles on: Release notes

Release Notes 2.187.0 (11.12.2024)


Improvements


Introducing a "testing" option for document generation endpoints

We have introduced an additional option for document generation endpoints in API v4. You can now specify the parameter "testing" in the payload to generate a document preview without counting the generation as part of your monthly usage. This option will add a large PREVIEW watermark across your document. This will allow you to generate and preview test documents without worrying about your monthly usage increase.


Example payload


{
"template": {
"id": 123412,
"data": {
"Name": "John Smith"
}
},
"format": "pdf",
"output": "file",
"name": "preview-20230325-CYM6VQ-711120426.pdf",
"testing": true
}


Result


Preview result---


Fixes


  • Fixed document name rendering in the Document Storage view if entities are used in the document name.
  • Fixed My Profile update flow.


Internal updates

Release 2.187.0 introduces internal updates, refactoring, and code improvements that are not directly visible to end-users.

Updated on: 11/12/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!