Skip to main content
Feedback

Platform API and Partner API Release Notes for July 2026

Platform Release

July 11 2026

Platform API and Partner API features and fixes are not in the Runtime Release.

New
We added these features
  • Renamed the archive parameter to status in the GlobalVariable API. Possible values are archived or active. The status parameter is always returned in Get and Query responses, so you can identify archived variables and protect them from unintended modifications. (INT-17535)
  • Updated the GlobalVariable API to prevent the assignment or update of values to archived variables, ensuring data integrity and consistency. (INT-17510)
  • The GlobalVariable API 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 MergeRequest API, 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 Branch API. (INT-15680, INT-16212)
Fix
We fixed these issues
  • Invalid Global Variable references are no longer included in the GlobalVariableReferences section of the Component API response. (INT-17814)
  • Fixed the EnvironmentExtensions API 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, and Atom APIs: 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)