Merge pull request #33280 from drodil/remove_trx

fix(catalog): make catalog entity deletion transactional
This commit is contained in:
Fredrik Adelöw
2026-03-12 11:58:26 +01:00
committed by GitHub
2 changed files with 90 additions and 83 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Improved catalog entity deletion so parent invalidation and deferred relation restitch scheduling are coordinated more safely.