diff --git a/.changeset/orange-jokes-drum.md b/.changeset/orange-jokes-drum.md index cae689d734..ebc22ccd93 100644 --- a/.changeset/orange-jokes-drum.md +++ b/.changeset/orange-jokes-drum.md @@ -8,3 +8,5 @@ Updates the `` to accept asynchronous `if` funct Adds the new `getEntityAncestors` method to `CatalogClient`. Updates the `` to make use of the ancestry endpoint to display errors for entities further up the ancestry tree. This makes it easier to discover issues where for example the origin location has been removed or malformed. + +`hasCatalogProcessingErrors()` is now changed to be asynchronous so any calls outside the already established entitySwitch need to be awaited.