From e9292f564baf9dcfc740ed72c9a401d218b933b0 Mon Sep 17 00:00:00 2001 From: Marley <55280588+marleypowell@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:47:26 +0100 Subject: [PATCH] Update .changeset/tricky-melons-fold.md Co-authored-by: Patrik Oldsberg Signed-off-by: Marley <55280588+marleypowell@users.noreply.github.com> --- .changeset/tricky-melons-fold.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.changeset/tricky-melons-fold.md b/.changeset/tricky-melons-fold.md index bc9d45d539..036413ea8e 100644 --- a/.changeset/tricky-melons-fold.md +++ b/.changeset/tricky-melons-fold.md @@ -1,7 +1,5 @@ --- -'@backstage/backend-app-api': minor +'@backstage/backend-app-api': patch --- -refactor!: updated `ServiceRegistry` to have a static create method and private constructor. -fix: updated `ServiceRegistry` to perform circular dependency check on creation. -fix: updated `detectCircularDependency` in `DependencyGraph` to return circular dependencies starting from the first node +Backend startup will now fail if any circular service dependencies are detected.