diff --git a/.changeset/orange-jokes-drum.md b/.changeset/orange-jokes-drum.md new file mode 100644 index 0000000000..cae689d734 --- /dev/null +++ b/.changeset/orange-jokes-drum.md @@ -0,0 +1,10 @@ +--- +'@backstage/catalog-client': minor +'@backstage/plugin-catalog': minor +--- + +Updates the `` to accept asynchronous `if` functions. + +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.