Connectivity Development Release Notes for March 2025
In the March 2025 Platform release, Boomi will update some of the terminology for our services. This is to make Boomi-specific terms more intuitive, better align with common industry concepts, and provide more specificity as our platform evolves. To learn more, refer to Boomi terminology changes.
Connector descriptor
-
The connector descriptor model now supports section elements (configured as
type="page") that will be displayed as separate tabs in the connection UI. Fields associated with each section will appear within their respective tabs, enabling logical grouping of related configuration fields in the connection interface. (CON-10027) -
Uploads of a connector descriptor file are now checked for errors or misconfiguration (e.g., more than 3 "page" sections, fields referencing a sectionID must correspond to an existing section id, section names should be less than 40 characters, etc.) (CON-10028)
Connector SDK
We released version 2.24.0 of the SDK:
-
Added support for the following OpenAPI authentication types:
- AWS Signature
- IAM Roles Anywhere
-
Included sources for the
com.boomi.connector.api.utilpackage in the SDK API. -
Improved
BasePollingOperationcreation of batches.
For more information, visit the Developer Documentation site.