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.