API Management Release Notes for May 2026
May 30 2026
API Control Plane
We added these features
- The MCP Registry provides a centralized catalog of MCP servers built on the Boomi Platform, imported from public registries, or registered by administrators. It enables organizations to discover, manage, and expose the tools available to AI agents built in Boomi or with third-party agent frameworks. (ACP-2809)
- The API Control Plane discovery agent SDK contains a set of interfaces and classes that enable the independent creation of API gateway integrations. Using the SDK, developers can implement functionality to support custom gateway types. (ACP-3897)
- The Kong agent now allows you to discover APIs managed by Kong Konnect. (ACP-3406)
- You can discover plans, API products, and applications with subscriptions that were created in Cloud API Management. (ACP-3458)
We fixed these issues
- The formatting of the email that users received after creating a key in the developer portal was incorrect. (ACP-3401, ACP-3774)
- When an application was deleted from the developer portal in API Control Plane, it was still visible in the Boomi API Gateway. (ACP-3396)
API Gateway
We added these features
- The API Gateway Settings UI accurately reflects Gateway-level permissions. This ensures that visibility and edit capabilities for Gateway settings are determined solely by your Gateway privileges, removing previous dependencies on Runtime Management roles. (APIM-19485)
- The API Proxy component supports outbound OAuth 2.0 authorization, specifically the client credentials flow. By automatically fetching and injecting tokens into outgoing calls, the Gateway simplifies the process of exposing secured APIs. (APIM-18835)
We fixed these issues
- When multiple APIs shared the same Published API Title, the Total Calls metrics displayed inconsistently between the Left Panel and Graph Header on the API Dashboard. With this fix, the metrics now display consistently across both locations. (APIM-18978)
- After updates were made to input and output types for Web Services Server processes, the changes did not correctly display in the UI when editing API endpoints. This update ensures these changes are now accurately reflected in the UI as expected. (APIM-18972)
- When querying the Runtime object using the Platform API, the response incorrectly included deprecated 'ghost' Broker entries due to an issue with the container query logic. This update ensures Brokers are explicitly excluded from the response, providing accurate API results that match the Platform UI regardless of whether filters are applied. (APIM-18983)