Files
backstage/.changeset/remove-immediate-stitching.md
T
Fredrik Adelöw bcbc92d2ad 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>
2026-05-21 17:59:30 +02:00

405 B

@backstage/plugin-catalog-backend
@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.