Integration Release Notes for May 2025
Upcoming Enhancement to Component Downloads
We are implementing a change to improve the performance and scalability of how components are downloaded to your Runtimes. This enhancement will make the process more efficient. The performance and scalability improvements will be particularly noticeable for those managing a large number of components and runtimes. Especially when re-releasing or installing integration packs. This change does not affect any existing functionality and your runtimes will continue to operate smoothly.
-
If you are using local runtime(s), private runtime clouds, and/or runtime clusters, we recommend adding the DNS https://component.cdn.boomi.com to your allowlist to leverage this enhancement. However, downloads will continue to succeed without issue even if you do not add the DNS.
-
If the
jsse.enableSNIExtensionor-Djsse.enableSNIExtensionruntime property is available in your system settings, it should be set to true. If it is set to false, downloads will still complete successfully, but you will not benefit from this enhancement. -
This feature will be gradually enabled on all accounts starting on June 7, 2025, during our maintenance window.
For full details on this enhancement and recommended actions, refer to the community article: Upcoming Enhancements to Component Downloads
-
The new Agent step allows you to integrate Boomi Agents from the Agent Control Tower directly into your integration process workflows. (INT-14171, INT-14172)
noteYou must have access to the Boomi AI Studio to use the Agent step.
-
You can view and manage agent configurations in the component tree under the "Agents" category. (INT-14528)
-
Clicking component links on the Packaged Components and Deployment pages now opens the component in the branch where it was packaged and deployed. (INT-14569)
-
When using the Merge Request object, you can exclude components in merge reviews to better control what gets merged while resolving conflicts efficiently. (INT-14485)
noteThis feature is currently available only through the Platform API.
-
If Branch and Merge is enabled on your account, when you open a specific component revision, the banner text in Revision History includes the associated branch name as well as the revision number. (INT-14427)
-
You can click branch names on the Branch Management page to easily navigate to the Build page and continue working on a specific branch. The Build page opens in a new browser tab with the selected branch loaded. (INT-13921)
-
Added a link to Boomi GPT in the Revision History dialog so you can easily perform diffs between component versions. (INT-13304)
-
A new checkbox option at the element level, 'Allow Empty', is added to handle empty values in JSON profiles for
string,array, andobjecttypes. (INT-12471) -
The 'Allow Empty' checkbox gets enabled only if the 'Required' option is selected. (INT-12472)
-
To process empty output values for
string,array, orobjecttypes when the input isnulloremptyin a JSON profile at the element level, both the 'Required' and 'Allow Empty' options must be selected or set to true. (INT-12473) -
Added an account-level feature validation for the AI Agent step in the component APIs, ensuring the step is only available when the required features are enabled. (INT-14464)
-
For Partner SOAP API implementation, a rate limit has been introduced for the override account. The new optional account-level property,
overrideAccountRateLimit, enables the rate limit to be determined based on the specific account being requested (either a primary or an override). The application of this rate limit depends on the setting of the overrideAccountRateLimit property in the primary account. If this property is enabled, the rate limit defined for the override account will apply. If it is disabled, the rate limit of the primary account will apply. (INT-13320) -
Added a new container property
com.boomi.container.enableAllowEmptyJsonProfileto toggle the behavior of handling empty JSON values. (INT-14518)
- Removed the 'Atom' icon from the Cloud Management screen, providing a streamlined interface for users. (INT-14451)
- Fixed the visibility of the search text in the script editor when using the dark mode theme, enabling users to see the search text they have entered clearly. (INT-12493)
- Improved the error message to display the correct account that does not have privileges when copying the process between accounts. (INT-2868)
- Creating custom roles with Package Component Deployment - Deploy packaged Components to environments privilege now displays the correct description of the privilege in the UI. (INT-14406)
- An error message is displayed if you send concurrent requests to deploy or undeploy the integration packs via the Boomi Partner API call. (INT-12887)
- The audit log query now correctly returns the user ID when uninstalling or deleting the integration pack from an environment. (INT-11356)
- Resolved an issue where importing JSON profiles using Safari 18.1.1 and 18.2 caused the Import Wizard to hang. (INT-14210)
- Resolved an issue where uploading files larger than 20MB to a JSON profile in Safari would cause the Import Wizard to hang without displaying an error message, resulting in an empty file download. (INT-14622)