Bump changeset to minor for config schema change

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-05-19 21:45:02 +02:00
parent 4282877ba9
commit bcbc92d2ad
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-catalog-backend': minor
---
Removed the immediate mode stitching strategy. All stitching now uses the deferred mode, which processes entities asynchronously via a worker queue. If your configuration includes `catalog.stitchingStrategy.mode: 'immediate'`, it will be ignored with a deprecation warning. The `pollingInterval` and `stitchTimeout` settings continue to work as before.