From bb0f6b8a0f3fb45f75cef1e188c54cc9b7b5f690 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 5 Oct 2021 10:35:49 +0200 Subject: [PATCH] add changeset Signed-off-by: Johan Haals --- .changeset/orange-jokes-drum.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/orange-jokes-drum.md 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.