Data Hub Release Notes for May 2026
-
The Data Hub Repository API OpenAPI specification is now available for download. You can use the spec with tools such as Postman to explore available endpoints, generate sample requests and responses, and build integrations against the Data Hub REST APIs. Refer to the Data Hub Repository API Reference to learn more.
-
You can now retrieve Golden Record profiling statistics via API. The new endpoint returns the most recent available stats, and historical data is available for up to 60 days. (HUB-6414)
-
Error messages returned by the Get Universe Profile API have been updated to align with those of the v1 profile handler, improving consistency across API versions. (HUB-8242)
-
The Query End-Dated Golden Records endpoint now supports filtering and optional metadata fields, bringing it to parity with the Query Golden Records endpoint. You can now include an optional
<RecordQueryRequest>body to filter results. The endpoint also accepts two new optional query parameters:includeDateMetadata— When set totrue, the response includescreatedDate,updatedDate, andendDatefor each record. Defaults tofalse.includeReferenceTitle— When set totrue, the response includes therecordTitleattribute for reference field values. Defaults tofalse.
The
limitandoffsetTokenquery parameters remain supported. If both a request body and these parameters are provided, their values must match. (HUB-8453)
-
The Get Model API no longer returns collection keys for collections identified by occurrence. Additionally, collection keys are now properly removed when a collection's identification method is changed from Identified by Key to Occurrence. (HUB-7449)
-
The Data Hub connector's Query Golden Records operation now correctly generates a response profile with maxOccurs=unbounded for the links element. Previously, the profile was generated with maxOccurs=1, limiting access to only the first link when multiple sources were configured. (HUB-7545)
-
The Data Hub connector's Get Quarantine Entry operation now correctly maps the
sourceEntityIdattribute in the generated response profile. Previously, the profile usedentityId, leaving the attribute unpopulated in responses. (HUB-7954) -
Resolved a race condition in high-volume batch processing where an entity moved to a different batch during a merge could cause an unexpected error. The error is now handled gracefully. (HUB-7693)
-
Resolved an issue where unlinking a source from a reference record left orphaned reference links for other contributing sources. This prevented the reference field from being populated correctly on subsequent contributions. (HUB-8280)
-
Internal improvements have been made to a new Early Access feature Real-Time Delivery. (HUB-8334)