Skip to main content
Feedback

Integration Release Notes for May 2026

Platform Release

May 30 2026

For this release, Integration features and fixes are not in the Runtime release.

New
We added these features
  • Runtime and Environment Extensions access control

    • Added Advanced Runtime and Environment Extension Access toggle in Account Features page, providing granular control over access permissions for Runtime and Environment Extensions.

    • Introduced the following privileges to enhance Environment Extension and Runtime permissions:

      PrivilegeDescription
      Runtime Management No ExtensionsProvides read and write access to runtimes and the assigned environment. Users cannot view or edit environment extensions.
      Runtime Management Read Only No ExtensionsProvides read-only access to runtimes and the assigned environment. Users cannot view or edit environment extensions.
      Environment Extensions Edit AccessProvides read and write access to environment extensions and read-only access to the assigned environment. Users cannot view or edit runtimes.
      Environment Extensions Read Only AccessProvides read-only access to environment extensions and the assigned environment. Users cannot view or edit runtimes.
      note

      This toggle appears in the UI when the account-level feature flag is enabled for your account. Contact your Boomi Account representative to enable this feature.

    (INT-15789 INT-16529)

  • Integration pack release status visibility

    • The Integration Pack page now displays the release status of an integration pack, allowing you to track progress. (INT-15869)

    • The ReleaseIntegrationPackStatus API now shows the release progress as a percentage for integration packs with a status of in-progress. (INT-15735)

      note

      For the May release, viewing integration pack release status in the UI and the API is an optional account-level feature that must be enabled. Contact your Boomi Account representative to enable this feature in your account.

  • The Process Reporting CSV export footer now includes clear data truncation details, removing unnecessary information. (INT-17281)

  • Introduced a new account-level feature flag, preserveXmlSpaces to preserve spaces in XML profiles, enabling you to control space handling at the element level. (INT-17019)

  • Added a new Preserve Spaces option with tooltip at the element level for character data types, once the account feature is enabled, allowing you to preserve or trim spaces in a Map component. By default, this is set to false. If set to true, for the XML profile elements, you can maintain the original formatting of source character elements that contain leading or trailing spaces. (INT-17018, 17020)

  • Improved folder query performance, enabling faster data retrieval for accounts with a large number of roles. (INT-17329).

  • You can create PGP certificate components using your own certificate data and passwords by using the Component API object. (INT-17686)

  • When you create a PGP certificate with a newly generated certificate via the Component API object, you can set the correct password and support a DSA algorithm in addition to RSA. (INT-17685)

  • Improved backend validation during package creation to prevent packaging components with archived or non-existing global variables. (INT-17650)

  • Non-encrypted, non-existing, and archived variables are no longer recognized or resolved in encrypted fields, preventing unintended variable resolution at deployment or in test mode. (INT-17395)

  • You can now use the test connection feature for connections that reference global variables in fields. (INT-16725)

  • Added validation for archived and non-existing global variables in packaged components, preventing you from deploying components with archived variables and warning you about non-existing variables, ensuring package integrity. (INT-14941)

  • The EnvironmentMapExtension API's Execute operation includes the new BrowseSettings attribute useOauthExtensionsOnContainer, allowing an extended map can re-browse a profile and connector type that requires an OAuth2 token to retrieve schema information. (INT-16115)

  • The EnvironmentMapExtension API's Get operation includes default data mappings that are configured on the map component in the response. (INT-17349)

  • You can use a generic redirect URL that does not include the account ID in the OAuth2 authentication process, allowing you to use a single redirect URL across all sub-accounts. This feature can be enabled in your account settings from the SSO Options page. (INT-15847)

    caution

    Once you enable Account-Agnostic OAuth 2.0 Redirect URL in SSO Options, the feature cannot be disabled.

  • Introduced Bundle sharing in the Integration process canvas. With this feature, you can:

    • Easily share Integration processes by searching for recent accounts, manually entering account IDs, or by generating a public URL, all from within the Integration canvas.
    • Select a specific version of an existing Packaged Component for sharing or create a new one on the fly.
    • Create Bundles automatically from selected assets so recipients have all the dependencies required to consume them.
    • View a log of your past share actions, each linking back to the corresponding Bundle for traceability and easy re-access. (CJ-6657)
Fix
We fixed these issues
  • The Process Summary Report within the Real-time Dashboard now displays the complete process name without truncation, enabling easier identification and differentiation of processes. (INT-15526)
  • Fixed configuration generation failure when the top-level element is an array, enabling you to successfully generate configurations and sync within the Agent step regardless of the schema structure. (INT-16637)
  • Fixed the Folder API to allow filtering by parentId, enabling you to retrieve folder details based on the parent folder ID. (INT-15906)
  • Trading Partner Communication Method configurations now support the Global Variables dropdown, allowing you to use dynamic values in various configurations. Currently, fields that have existing validation are not supported. (INT-17635).
  • An unsaved changes dialog no longer appears when you close a newly created Agent operation without making any modifications. (INT-17001)
  • When you run a process in an Integration Pack from a Spaces sub-account that includes an HTTP Client connector configured to use Authentication Type OAuth 2.0 and Grant Type Authorization Code, the process is able to generate the token and execute successfully. (INT-16811)

May 02 2026

New
We added these features
  • The Agent selection in the Agent step dialog includes Runtime and Version columns alongside existing fields. You can also hover over any row to view a tooltip with full details, making it easier to identify the correct Agent when the same name is used across multiple regions or versions. (INT- 17410)

  • The Agent step supports selecting Agents deployed across multiple regions, including GBR, ANZ, and Japan, in addition to the default US region. This update allows you to leverage region-specific Agents in your Integration processes, while the platform automatically tracks and synchronizes deployment metadata with the Agent Control Tower. (INT-17412)

  • The Agent step includes a region filter. You can select a region to display only the Agents associated with it, reducing noise when your account has Agents across multiple regions. (INT-17507)

  • The Agent step configuration page includes an information banner that notifies you that only the latest deployed version of the Agent is available. This banner includes a direct link to the Agent Garden deployments page, allowing you to easily manage your deployments across all environments. (INT-17513)

  • The Agent selection table in the Agent step has been updated to resolve a display issue where multiple borders or layers appeared around individual Agents. Each Agent is now displayed within a single, clean row for better readability in both light and dark modes. (INT-17464)