Version 10.2.9.7
May 12, 2025
The release introduces REST Client Connector enhancements for better data handling, improves large file processing, and addresses OCR failures to correctly process certain characters, as well as Business Process contract mapping issues.
REST Client Connector enhancements
The REST Client connector now offers greater configuration flexibility and improved operational efficiency:
The FTP Producer route now supports the following configurable options:
File read cache size allows fine-tuning of response caching behavior to optimize memory usage.
Disconnect enables control over connection persistence to maintain or close connections based on transfer needs.
The FTP Consumer route is updated with the below options:
Initial delay ensures a controlled startup time.
Disconnect lets you optimize resource usage by closing connections that are not actively in use.
File read cache size enables memory-efficient handling of response caching.
The SFTP Producer and Consumer and S3 upload and download services now use streaming. This reduces memory usage and prevents out-of-memory errors when large files are processed.
All components that previously passed passwords as URI parameters are updated to enclose the password values using the
RAW()function. The change enhances security by preventing unintended decoding or interpretation of password strings.
Corrected issues
Resolved the issue where the Paddle OCR engine failed to correctly process certain characters, including Chinese. Documents are now accurately recognized and processed by Paddle OCR.
Resolved the issue where the Transformation bot step passed new variables incorrectly even when they were only defined on the Input tab, causing the entire input JSON object to be overwritten. Now, new variables are only sent when explicitly defined on the Output tab.
Fixed the issue where the transform function failed to handle
$refentries pointing to enums in OpenAPI schemas. The function now correctly processes both object and enum references, ensuring proper display of schema properties in the IF rule section and accurate mapping on the Input / Output tab.Resolved the issue where an active Business Process was no longer visible in Control Tower but continued running in the background if its linked Digital Worker was reimported during execution. Active Business Processes now remain visible and properly linked after the associated Digital Worker is reimported.
Fixed the issue enabling and then disabling the Enable proxy configuration option in the REST Client settings caused REST requests to fail at runtime.