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 - November 2025

Prev Next

Release Notes

Cloud Release - November 2025


DF-NET480-2025.11.0.11; DocBatch-2025.11.0.2; WebHooks-2025.9.0.1;

Enhancements

Salesforce Connector: Automatic API Version Discovery
The Salesforce connector now automatically detects and uses the latest Salesforce API version when creating new connections. Previously, the connector used a hardcoded API version (v36.0). New Salesforce connections will now use the current API version (v64), ensuring access to the latest Salesforce features and improved compatibility. Existing connections continue to work unchanged. The API version can also be manually updated via the SmartValue's API Version property.
Batch Processing: XML Extractor Payload WrappingThe XML Extractor in Batch Type Configuration now supports PrePendXml and PostAppendXml properties. When splitting multi-record XML payloads into individual records, you can now wrap each extracted payload with custom XML elements. This ensures extracted payloads match the XML structure expected by your document templates, eliminating the need to modify templates when extracting nested XML elements.
Batch Processing: Enable Webhook Notifications on Batch TypesBatch Type Configuration now includes a new `notifyWebhook` and `webhookSecondsBetweenPercentageReports` settings. This allows enabling webhook notifications for typical Webhook events like batch creation", batch status changes, batch errors and more. This also allows control over how frequently percentage complete progress reports are sent to your webhook during batch processing. Set the interval between 10-300 seconds, or set to 0 to disable progress reporting entirely. This helps reduce webhook traffic while still providing timely batch progress updates.
Batch Processing: Weighted Priority Scheduling with Load BalancingThe Batch Processing Engine now supports Weighted Round Robin (WRR) scheduling with configurable priorities at both Tenant and Batch Type levels. All active batches process in parallel with no blocking, while higher-priority tenants and batch types receive proportionally more processing resources. This ensures optimal throughput across multi-tenant environments while guaranteeing that critical workloads complete faster without starving lower-priority batches. Perfect for environments processing thousands of documents per minute across multiple environments. This new architecture bring multiple processing performance and stability enhancements with it.


Fixes

DESIGNER: Improved XML Datamodel Import for Single-Element CollectionsFixed an issue where XML datamodels with single-element collections would appear empty in generated documents. Templates using XSD schemas with choice groups are now handled correctly. A new "Enable schema-based JSON conversion" option in Template Settings provides improved XML processing. When importing XML files that require this feature, the system automatically detects and enables it. Existing templates continue to work unchanged.
Salesforce Connector: Multi-Level Nested Relationships Now SupportedFixed an issue where the Salesforce connector failed with a deserialization error when querying more than one level of nested parent-child relationships. Templates using Salesforce data with multiple relationship levels (e.g., Account → Opportunities → Line Items) now work correctly. The connector now properly handles Salesforce's nested response format at any depth.