From 934bd6b8cb0c45e2ea79a342834f27d0d23725b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 31 Mar 2022 13:40:52 +0200 Subject: [PATCH] update changeset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/breezy-schools-compete.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.changeset/breezy-schools-compete.md b/.changeset/breezy-schools-compete.md index 57e8d9e83f..b6e82eff25 100644 --- a/.changeset/breezy-schools-compete.md +++ b/.changeset/breezy-schools-compete.md @@ -2,7 +2,6 @@ '@backstage/plugin-catalog-backend': patch --- -Fixes #10348 - -The set of things to stitch was too narrow - entities that _lose_ their ref to a -thing because that target was reprocessed, should also be stitched again. +Fixed an issue where sometimes entities would have stale relations "stuck" and +not getting removed as expected, after the other end of the relation had stopped +referring to them.