Documentation Index

Fetch the complete documentation index at: https://help.docfusioncloud.com/llms.txt

Use this file to discover all available pages before exploring further.

Cloud Release - August 2025

Prev Next

Release Notes

Cloud Release - August 2025


DF-NET480-2025.9.0.2; DocBatch-2025.9.0.1; AIS-Logging-2025.6.0.1;

Enhancements

PLATFORM: Now supports soft delete of Business Units for self-hosted customers
We now supports soft delete of Business Units for self-hosted customers. Deleting a Business Unit now by default requires a 30 day waiting period before the data for a business unit is completely deleted. Alternatively a second administrator can override this for immediate deletion.
BATCH: Added a Batch Reconcile APIWe have added a new ReconcileBatch API method to allow recovering from stuck batches.
BATCH: Enhanced SearchBatch and SearchBatchRecords APIs to support delta retrievalWe have introduced an enhancement to both the SearchBatch and SearchBatchRecords API methods that allows a caller to specify the "LastModifiedGreaterThan" property in the request body to only receive a delta of the changed batches or batch records after a specific point in time.
BATCH: Enhanced Batch Record Retrieval status APIsWe have introduced additional Batch Record Retrieval status APIs
  • SetBatchRecordAsRetrieved to set a single record as retrieved. 
  • SetBatchRecordAsUnRetrieved to set a single record as unretrieved. 
  • SetBatchRecordsAsRetrieved (bulk) to set multiple records as retrieved. 
  • SetBatchRecordsAsUnRetrieved`(bulk) to set multiple records as unretrieved.


Fixes

PLATFORM: Fixed an Issue where Queued Generation requests would get stuck.We resolved an issues where Queued Document Generation APIs requests would get stuck during specific conditions.
WORKBENCH: Fixed issue with High DPI displays
We resolved an issue where some Icons, controls and dialogs would not render correctly on High DPI monitors.
BATCH: Improved system stability resulting in batches not getting purged.
We resolved an internal  stability issue resulting in batches not getting purged after purge date was reached. 
WORKBENCH: Fixed issue on Backup/Restore for self hosted customers.
We resolved an issue on Workbench Backup/Restore where backups would not correctly restore for self hosted customers. 
BATCH: Fixed an issue on batch record auditingWe resolved an issue where downloading a batch record log would be logged in the batch audit trail as a retrieval. The audit trail now differentiates between downloads of Documents vs Logs.
BATCH: Fixed an issue where GetBatchRecordDocumentAndLogs API would not gracefully fail if one of the record IDs were invalidWe have enhanced the GetBatchRecordDocumentAndLogs API method to gracefully handle incorrect IDs or Records that don't have Documents or Logs. The resulting ZIP file now also includes a JSON file summarizing the results indicating which IDs contained failures.
BATCH: Fixed an issue when marking records as retrieved would result in incorrect retrieved countsWe resolved an issue where calling SetBatchRecordAsRetrieved twice would allow double counting.
BATCH: Fixed and issue with incorrect response on authentication failures.Resolved an issue where authentication failures would not return 401 response as expected but returned 200 response with HTML response body.