Platform API and Partner API Release Notes for November 2025
November 08 2025
We added these features
New Runtime Configuration API:
- Introduced the new
RuntimePropertiesAPI to manage and configure the runtime and system properties across runtimes.- Retrieve the details of Basic and Advanced properties from the
container.propertiesfile. - Add, remove, or update standard and system properties for runtimes through a single API call, supporting partial update.
- Retrieve the details of Basic and Advanced properties from the
- The
RuntimePropertiesAPI is available in the Boomi AtomSphere API and Boomi AtomSphere Partner API connectors. - Audit log entries are captured while performing the update operation.
(RUN-9569)
Refer to the RuntimeProperties API to learn more.
Enhancement to Boomi Platform API:
- Introduced the cancelExecution API to the Boomi Platform API, allowing users to cancel a current process run on a specific runtime programmatically. The actions performed by this API are also captured in the audit log entries.
(INT-15429) (INT-15432) - The
cancelExecutionAPI is now available in the Boomi AtomSphere API connector and supports the Execute operation. (INT-15431). - The EDI Custom Connector Record API object shows field values for the fields configured in the Custom Document Standard. (B2B-5008)
- You can use the Trading Partner Component API object to configure and manage EDI Custom Trading Partners. (B2B-4913, B2B-4962)
We fixed these issues
- The extension values are now validated against the integer data type when updating values using the EnvironmentExtensions API, preventing errors and duplicate field names in the UI. (INT-14524)
- Improved error handling for Process API Query operation when a user provides an invalid
integrationPackInstanceId. Now, the Process API query operation returns an HTTP status code 400 for bad requests along with a clearer error message. (INT-13048) - Fixed the folded headers setting for new components created via API, ensuring it is disabled by default. (B2B-5041)