From c1305e3ba011e380303d70f04c9225f76fec7748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 17 Feb 2022 14:08:25 +0100 Subject: [PATCH] fleshing out the changeset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/tiny-ads-knock.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/tiny-ads-knock.md b/.changeset/tiny-ads-knock.md index 427ed7eee1..ba24ad6906 100644 --- a/.changeset/tiny-ads-knock.md +++ b/.changeset/tiny-ads-knock.md @@ -2,4 +2,7 @@ '@backstage/catalog-client': patch --- -Added `getEntityFacets` to the client +Added `CatalogApi.getEntityFacets`. Marking this as a breaking change since it +is a non-optional addition to the API and depends on the backend being in place. +If you are mocking this interface in your tests, you will need to add an extra +`getEntityFacets: jest.fn()` or similar to that interface.