Skip to main content
Feedback

Platform API and Partner API Release Notes for May 2026

Platform Release

May 30 2026
New
We released these features
  • Improved the GraphQL schema to allow you to retrieve all component types. (ACP-3789)
  • Added a GraphQL endpoint to retrieve a component by its ID, enabling you to access component definitions. (ACP-3150)
  • Updated the component XML displayed in the platform and returned via the Component API object to include the GlobalVariableReferences tag, enabling you to view the runtime resolution performance improvements made to the component's XML. (INT-17696)
  • 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)
  • Added a new SFTP communication method to the TradingPartnerComponent that supports modern security features and protocols and aligns with other Boomi SDK-based connectors. The SFTP connector is supported in the Boomi Platform, the TradingPartnerComponent API, and the SharedCommunicationChannel API. (B2B-5289, B2B-5288, B2B-5287, B2B-5249)
  • 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)
  • The EnvironmentExtensions API now accepts a single install Integration Pack process ID as the extensionGroupId query filter term. (INT-17377)
  • Added a description field to the Atom API, allowing you to provide additional context for runtimes. (RUN-10786)
  • Forked Execution Properties API
    • Introduced the ForkedExecutionProperties API to programmatically set and manage the forked execution properties of runtime cluster and runtime cloud cluster.
    • Support for the ForkedExecutionProperties APIis available in both the Boomi AtomSphere API and Boomi AtomSphere Partner API connectors.
    • Audit log entries are captured for the update operation.
      (RUN-10256)
New
We made this change
  • In October 2023, we announced the deprecation of the Swagger functionality in the Boomi Platform APIs. The Swagger 2.0 end points were removed with this release. OpenAPI remains the standard for API calls. (PS-12477)
Fix
We fixed this issue
  • Fixed the Folder API to allow filtering by parentId, enabling you to retrieve folder details based on the parent folder ID. (INT-15906)