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

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: Improved Elastic Worker Scaling

We've enhanced the Batch engine's existing elastic worker scaling (the automatic scaling of document-generation capacity in response to demand) with better control, visibility, and resilience.

Enhancements include:

  • More responsive scale-up and scale-down of generation capacity based on demand

  • Improved visibility and concurrency controls for in-progress generation

  • New operator pause/resume controls for manual scaling override (e.g. to drain capacity for maintenance)

  • 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 Premises

Resolved 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 Plugin

Resolved 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 100MB

Resolved 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 correction

Resolved 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 failures

Fixed 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 batches

Resolved 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.