DataHub 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.
-
The Command Center powered by ServiceNow is now in General Availability (GA). It simplifies data management by offering a dynamic 360-degree view of golden records stored in DataHub. It enhances data trust, streamlines governance, and accelerates decision-making to improve business outcomes.
This new golden record view enables business stakeholders to collaborate on data management tasks, ensuring that data remains reliable and consistent. You can easily visualize the complete lineage of a golden record, analyze historical changes, and assess data quality. Read Getting Started in Command Center to learn more. -
We've introduced a new platform role, MDM Command Center Explorer, to provide controlled access to the Command Center in DataHub. This role includes API Access, MDM Stewardship, and MDM View Repositories privileges, ensuring only authorized users can view and manage golden record data in the Command Center. Users assigned this role will see the Command Center tab in DataHub. If administrators have access to the Command Center, they can view and add the new role to user profiles in Settings > Account Access > User Management. Read Getting Started in Command Center to learn more. (HUB-4990)
-
The new optional query parameter
includeReferenceTitleallows Query Golden Records, Get Golden Record, and Get Golden Record History API endpoints to include the record title for reference fields. When set to true, the API response adds arecordTitleattribute for reference fields that have a defined record title in the referenced record. Read Query Golden Records, Get Golden Record, and Get Golden Record History to learn more. (HUB-5517)
-
The Base URL for Repository API requests and DataHub connector operations is now conveniently displayed alongside your repository credentials, streamlining setup. Navigate to Repositories > Repository > Configure tab to copy your Base URL. Read Repository API and Creating a DataHub Connection to learn more. (HUB-5640)
-
We’ve introduced a limit on the total number of collection items allowed in a record. If an entity creates or updates a record and potentially causes the record to exceed the limit, DataHub quarantines the entity.
Impact: Any records exceeding the total collection item limit are not immediately affected. However, DataHub will quarantine any entities that update records exceeding the limit. The quarantine reason is Data Integration error that indicates the current collection item limit.
We are gradually lowering the collection item limit in phases. If reducing the collection item limit affects your DataHub setup, contact Boomi Support to resolve issues with any critical quarantined records. Read Incoming Source Entity Processing to learn more. (HUB-5427) -
The Get Repository Summary and Get Repositories Summary Platform API endpoints now include the
repositoryBaseUrlin their response, simplifying access to your base URL. This enhancement streamlines API requests and data synchronization, making it easier to configure Repository API requests. (HUB-5612) -
The new Query Outbound Activity API endpoint provides programmatic access to data on pending and delivered record update requests to outbound sources. This API endpoint delivers the same insights available in the Reporting > Outbound Activity UI.
This update occurred after the Runtime release as patch 25.03.1, which is relevant to Boomi Hub public runtime cloud and MCS Hub clouds only. Read Query Outbound Activity to learn more. (HUB-5553) -
The new Query Bulk Processing Requests API endpoint provides programmatic access to the status of requests for bulk processing of golden records. This API endpoint delivers the same insights available in the Reporting > Bulk Processing Requests UI, including end-dating, purging, and propagating source record update requests.
This update occurred after the Runtime release as patch 25.03.1, which is relevant to Boomi Hub public runtime cloud and MCS Hub clouds only. Read Query Bulk Processing Requests. (HUB-5554)
-
Record updates containing collection items no longer include end-dated collection items. (HUB-5397)
-
Your process no longer fails with an unexpected error when using tracked fields in the Fetch Channel Updates operation for the DataHub Connector. This issue occurred when there were no channel updates to fetch.
Impact: If there are no channel updates, the process will now stop at the connector shape without returning an empty document. The Fetch Operation’s behavior change may affect existing processes that expect an empty document. Review your processes and make adjustments to align with the new behavior. (HUB-5377) -
You can restore end-dated records in models containing a column with a unique key ROW_NUMBER on MySQL8+ without receiving SQL syntax errors. ROW_NUMBER has been added to the reserved keywords list to support model deployment and other related operations for model fields named with MySQL reserved keys. (HUB-5439)