diff --git a/.changeset/remove-immediate-stitching.md b/.changeset/remove-immediate-stitching.md index df48c8f633..07110b1d99 100644 --- a/.changeset/remove-immediate-stitching.md +++ b/.changeset/remove-immediate-stitching.md @@ -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.