Update .changeset/tricky-melons-fold.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Marley <55280588+marleypowell@users.noreply.github.com>
This commit is contained in:
Marley
2023-08-30 11:47:26 +01:00
committed by GitHub
parent 5c29b98d30
commit e9292f564b
+2 -4
View File
@@ -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.