Platform API and Partner API Release Notes for May 2026
May 30 2026
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
GlobalVariableReferencestag, 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
TradingPartnerComponentthat supports modern security features and protocols and aligns with other Boomi SDK-based connectors. The SFTP connector is supported in the Boomi Platform, theTradingPartnerComponentAPI, and theSharedCommunicationChannelAPI. (B2B-5289, B2B-5288, B2B-5287, B2B-5249) - The
EnvironmentMapExtensionAPI's Execute operation includes the new BrowseSettings attributeuseOauthExtensionsOnContainer, allowing an extended map can re-browse a profile and connector type that requires an OAuth2 token to retrieve schema information. (INT-16115) - The
EnvironmentMapExtensionAPI's Get operation includes default data mappings that are configured on the map component in the response. (INT-17349) - The
EnvironmentExtensionsAPI now accepts a single install Integration Pack process ID as theextensionGroupIdquery filter term. (INT-17377) - Added a description field to the
AtomAPI, allowing you to provide additional context for runtimes. (RUN-10786) - Forked Execution Properties API
- Introduced the
ForkedExecutionPropertiesAPI to programmatically set and manage the forked execution properties of runtime cluster and runtime cloud cluster. - Support for the
ForkedExecutionPropertiesAPIis available in both the Boomi AtomSphere API and Boomi AtomSphere Partner API connectors. - Audit log entries are captured for the update operation.
(RUN-10256)
- Introduced the
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)
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)