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 - June 2026

Prev Next
Release Notes

Cloud Release - June 2026


DF-NET480-2026.6.0.2; DocBatch-2026.6.0.2;

Features

Batch API: Improved Job Cancellation and Processing Reliability

Comprehensive improvements to job lifecycle management, record processing reliability, and error visibility across the Batch engine.

Improvements include:

  • Graceful job cancellation — jobs cancelled mid-processing clean up correctly without leaving records in inconsistent states
  • More reliable job tracking so in-progress jobs are no longer incorrectly cancelled during transient infrastructure conditions, including ad-hoc and long-running generation jobs
  • Stronger safeguards against duplicate processing, ensuring each record is processed exactly once
  • Automatic detection and recovery from stalled processing
  • Improved data consistency that prevents stale or incorrectly refreshed data
  • Clearer, more descriptive failure reporting for faster diagnosis
  • Improved retry handling and error reporting, aligned with DocFusion Platform conventions
Batch API: Elastic Worker Scaling

The Batch engine now automatically scales document-generation capacity up and down in response to real-time demand — reducing latency during high-load periods and lowering resource use when demand is low.

New capabilities include:

  • Automatic scale-up and scale-down of generation capacity based on demand
  • Improved visibility and concurrency controls for in-progress generation
  • Operator pause/resume controls for manual scaling override
  • More resilient scaling that avoids disrupting running jobs as capacity changes
  • Automatic recovery from transient connectivity interruptions without manual intervention
Batch API: Polled Generation Enhancements

Improvements to polling-based document generation workflows in the Batch engine.

Improvements include:

  • More reliable execution of long-running polled generation jobs
  • Bug fixes for edge-case failures in polled workflow and generation scenarios
  • Improved stability for batch types that use polling as their document generation trigger

Fixes

Platform: Fixed error when previewing data from Dynamics on PremisesResolved an error that occurred when attempting to preview data from a Microsoft Dynamics on Premises data connection in the DocFusion Designer.
Platform: Fixed FIPS compliance issue in DocFusion PluginResolved a Federal Information Processing Standards (FIPS) compliance issue in the DocFusion Plugin that prevented it from loading in FIPS-enforced environments.
BATCH: Fixed an Error when uploading large multi-record payloads larger than 100MBResolved a client-side timeout error that occurred when uploading multi-record payloads larger than 100MB to a batch type configured for record splitting. Uploads now complete successfully regardless of payload size.
Batch: Fixed validation bypass after record error correctionResolved an issue where corrected records in a failed batch would not be re-validated before retrying, which could cause the batch to remain stuck in an error state.
Batch: Improved error visibility for record-level processing failuresFixed an issue where individual record errors (validation and processing failures) were not surfaced in the overall batch status, making it harder to identify and remediate failed records.
Batch: Fixed batch type deletion failing when other batch types have active batchesResolved an issue where deleting a batch type with no associated batches would incorrectly fail if any other batch type in the account had active or in-progress batches. Batch type deletion now correctly checks only the targeted batch type, and includes a performance improvement for this validation check.