Platform API and Partner API Release Notes for July 2026
July 11 2026
Platform API and Partner API features and fixes are not in the Runtime Release.
We added these features
- Renamed the
archiveparameter tostatusin theGlobalVariableAPI. Possible values are archived or active. Thestatusparameter is always returned in Get and Query responses, so you can identify archived variables and protect them from unintended modifications. (INT-17535) - Updated the
GlobalVariableAPI to prevent the assignment or update of values to archived variables, ensuring data integrity and consistency. (INT-17510) - The
GlobalVariableAPI blocks changes when a variable is archived, preventing unintended modifications to retired variables. You can still update the status of archived variables. (INT-17509) - You can delete or retry merges stuck in various stages using the
MergeRequestAPI, allowing you to resolve issues with stuck merges without manual intervention. (INT-16211) - You can delete branches stuck in an unavailable or non-ready state after a minimum wait time using the Boomi Platform and the
BranchAPI. (INT-15680, INT-16212)
We fixed these issues
- Invalid Global Variable references are no longer included in the
GlobalVariableReferencessection of theComponentAPI response. (INT-17814) - Fixed the
EnvironmentExtensionsAPI Update action to validate values against the integer data type. (INT-14524) - The following APIs now enforce Advanced Environment privileges for write operations:
RuntimeProperties,CloudAttachmentProperties,ForkedExecutionProperties, andAtomAPIs: Users with Environment Management Read Access can no longer modify runtime properties through the API. Unauthorized edit requests return an authorization error.- Observability API: Users with Environment Management Read Access can view observability configurations, but cannot update them for their assigned environments.
No changes to existing API calls are required. Access is automatically scoped based on your account's privilege configuration.
(RUN-10946)