API Management July 2025 Release Notes
Cloud API Management
-
On the Developer Portal, files uploaded through the File Manager (Manage > Content) in the Control Center were previously showing an incorrect file type. For example, a JavaScript (.js) file uploaded in the Control Center would display as a Plain Text file in the Developer Portal. This issue has been resolved, and the file type on the Developer Portal now correctly matches the file type uploaded in the Control Center. (WA-16309)
-
We have updated the ECLS client library to solve slow network connection issues. While you can use your preferred Java client sample, we recommend you download the latest ECLS client library version from here if you encounter channel disconnections due to network issues or client issues. (NDS-9094)
API Control Plane
-
Boomi API Control Plane Administrator users with API Control Plane entitlements can now self-provision API Control Plane tenants. (ACP-636)
Refer to Getting Started with API Control Plane for more information.
API Gateway
To get the July 2025 release deliverables of API Gateway, upgrade the API Gateway version to 25.07.2. Note that the version upgrade to 25.07.2 is required only for the API Gateway and not for other runtimes, such as basic or clustered runtimes.
-
Added the following Read privileges to provide read-only access to Deployed APIs, API Lifecycle, Manage API, Approve, and Applications pages:
-
API Management - Read APIs: Read access to APIs
-
API Management - Read Applications: Read access to applications (APIM-14254)
Refer to API Management Roles and Privileges for more information.
-
-
Enhancements for the existing OpenAPI specification:
-
Updated OpenAPI specification to omit the OAuth2 Authorization Code flow, with authentication details now dynamically retrieved via OpenID Connect discovery endpoints.
Refer to OpenAPI Specification File Reference for more information.
-
The OpenAPI specification is now available for download in the Developer Portal. (APIM-16923)
Refer to Leveraging your REST API Subscription for more information.
-
-
Implemented HTTP/2 support in the API Gateway:
-
Introduced HTTP/2 support for API proxies, enabling improved performance, reduced latency, and more efficient resource utilization.
Refer to API Proxy Server tab for more information.
-
Added HTTP/2 support in the API Gateways > Location Settings page to disable or enable HTTP/2. This feature is configurable and requires SSL to be enabled. (APIM-16856)
Refer to API Gateway settings for more information.
-
-
Updated subscription handling for platform REST and GraphQL APIs:
-
The REST API payload now includes an optional planId field for creating an API key. Creating an API key without a plan results in a pending subscription status.
Refer to API Key object for more information.
-
The GraphQL API has been updated so that the deployedAPISubscriptionUpdate mutation now allows you to attach a plan to an API key even when no plan existed initially. (APIM-16935)
-
-
An exactMatch has been added to REST API service endpoints. This change forces request URLs to exactly align with the endpoint's resource path, preventing it from being misrouted to another endpoint. (APIM-17704) (APIM-17630)
Refer to API Service REST tab for more information.
- Fixed the issue where users were redirected to the sign-in page after IDP authentication on the Developer Portal. (APIM-17144)
- Resolved the issue in the Swagger visualization portal where the Generate Token button was non-functional. You can now successfully generate and retrieve tokens, enhancing the portal's usability. (APIM-16446)
- Fixed the Windows Gateway restart issue by optimizing Health Check publish event logic with efficiency improvements and code fixes. (APIM-13865)